Use vendor variant of libstagefright_foundation.

Rather than having a lib called libstagefright_foundation and one
called libstagefright_foundation_vendor, we now just have one library
and the build system keeps track of the vendor APIs that are exposed.

Test: (sanity) boot device, watch (part of) DRM protected movie.
Change-Id: I38d5391475432ba9597e0bf20f669042b6265859
This commit is contained in:
Steven Moreland
2017-06-22 17:11:30 -07:00
parent 5fb6323de8
commit 6af84a8821

View File

@@ -153,7 +153,7 @@ LOCAL_SHARED_LIBRARIES := \
libdl \
liblog \
libprotobuf-cpp-lite \
libstagefright_foundation_vendor \
libstagefright_foundation \
libutils \
LOCAL_MODULE := libwvdrmengine