OSDN Git Service

Use vendor variant of libstagefright_foundation.
authorSteven Moreland <smoreland@google.com>
Fri, 23 Jun 2017 00:11:09 +0000 (17:11 -0700)
committerSteven Moreland <smoreland@google.com>
Fri, 23 Jun 2017 00:11:09 +0000 (17:11 -0700)
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: I7495be3e8f546cac1b4909108313cf61fc85b1d8

drm/1.0/default/Android.mk

index 7916fba..0cc6e71 100644 (file)
@@ -74,7 +74,7 @@ LOCAL_SHARED_LIBRARIES := \
     libhidlmemory \
     libhidltransport \
     liblog \
-    libstagefright_foundation_vendor \
+    libstagefright_foundation \
     libutils \
 
 LOCAL_STATIC_LIBRARIES := \