Skip to content

Commit

Permalink
Build libstagefrighthw with BOARD_VNDK_VERSION
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jiyongp authored and elginsk8r committed Jun 3, 2018
1 parent ab38e50 commit 603ff73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libstagefrighthw/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
libdl \

LOCAL_HEADER_LIBRARIES := \
media_plugin_headers

LOCAL_MODULE := libstagefrighthw

LOCAL_VENDOR_MODULE := true
Expand Down

0 comments on commit 603ff73

Please sign in to comment.