summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-07-03 21:38:32 +0900
committerMichael Bestas <mkbestas@lineageos.org>2018-06-21 19:45:59 +0200
commit7d2d0cb51e0c591255a79fe61ceb8fcd69c950be (patch)
tree06b6addf50ce284017608c13f7dc31469d306343
parentd84ed8f5238d616c8f87627185f44d5bd65314ea (diff)
downloadandroid_hardware_qcom_media-7d2d0cb51e0c591255a79fe61ceb8fcd69c950be.tar.gz
android_hardware_qcom_media-7d2d0cb51e0c591255a79fe61ceb8fcd69c950be.tar.bz2
android_hardware_qcom_media-7d2d0cb51e0c591255a79fe61ceb8fcd69c950be.zip
Build libstagefrighthw with BOARD_VNDK_VERSION
Instead of relying on the global include paths, use the new headers lib 'media_plugin_headers'. Bug: 37342627 Test: BOARD_VNDK_VERSION=current m -j libstagefrighthw Change-Id: I09fc6c053a0b18c6a0c8f6d017bc001d50d11ca2
-rw-r--r--libstagefrighthw/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstagefrighthw/Android.mk b/libstagefrighthw/Android.mk
index a14c11bf..a7f6e860 100644
--- a/libstagefrighthw/Android.mk
+++ b/libstagefrighthw/Android.mk
@@ -41,6 +41,9 @@ LOCAL_SHARED_LIBRARIES := \
libdl \
libui \
+LOCAL_HEADER_LIBRARIES := \
+ media_plugin_headers
+
LOCAL_MODULE := libstagefrighthw
LOCAL_VENDOR_MODULE := true