OSDN Git Service

Use libstagefright_foundation_vendor
authorJiyong Park <jiyong@google.com>
Thu, 15 Jun 2017 02:22:29 +0000 (11:22 +0900)
committerSteven Moreland <smoreland@google.com>
Mon, 19 Jun 2017 19:14:46 +0000 (19:14 +0000)
commiteb845dab6e6b286b01e22734bbc8db3fe81885b9
treebbe8e48e84fb75a6d80a976b598143508925ad34
parenteb5a6056bc25a7fb13f64c0bef0f6ea476a9edf8
Use libstagefright_foundation_vendor

DRM HAL is a library in vendor. When BOARD_VNDK_VERSION is turned
on, any lib in vendor partition can only link against to other vendor
libs or libs marked as vendor_available:true. This lib is using
libstagefright_foundation and the lib is not available to vendors.
Instead, libstagefright_foundation_vendor is provided as a
vendor-variant of the foundation library. Thus switching to the vendor
variant.

Bug: 37462569
Test: m android.hardware.drm@1.0-impl
Change-Id: Iaee9886f9ba3643e1c19928690bad13c26ac29d7
drm/1.0/default/Android.mk