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
This commit is contained in:
Jiyong Park 2017-07-03 21:38:32 +09:00
parent f5cf773729
commit 9c57826f3f

View file

@ -48,6 +48,9 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libdl \
LOCAL_HEADER_LIBRARIES := \
media_plugin_headers
LOCAL_MODULE := libstagefrighthw
LOCAL_VENDOR_MODULE := true