mirror of
https://github.com/followmsi/android_hardware_qcom_media.git
synced 2024-10-31 22:47:35 +00:00
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:
parent
f5cf773729
commit
9c57826f3f
1 changed files with 3 additions and 0 deletions
|
@ -48,6 +48,9 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libcutils \
|
||||
libdl \
|
||||
|
||||
LOCAL_HEADER_LIBRARIES := \
|
||||
media_plugin_headers
|
||||
|
||||
LOCAL_MODULE := libstagefrighthw
|
||||
|
||||
LOCAL_VENDOR_MODULE := true
|
||||
|
|
Loading…
Reference in a new issue