Skip to content

Commit

Permalink
Make audio_remote_submix build with the VNDK.
Browse files Browse the repository at this point in the history
When the vndk is enabled (BOARD_VNDK_VERSION=current),
vendor libraries must only link against vendor variants
in the build system. This means that they receive restricted
sets of headers and that automatic global headers are restricted.

Test: build audio_remote_submix with BOARD_VNDK_VERSION=current
Bug: 37342627
Change-Id: I1170443466df58fa7b66096241e881a38f8cf1ac
  • Loading branch information
smore-lore committed Jul 6, 2017
1 parent 6f6d509 commit ee7cf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/audio_remote_submix/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LOCAL_C_INCLUDES += \
frameworks/av/include/ \
frameworks/native/include/ \
$(call include-path-for, audio-utils)
LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libnbaio
LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libnbaio_mono
LOCAL_STATIC_LIBRARIES := libmedia_helper
LOCAL_MODULE_TAGS := optional
LOCAL_CFLAGS := -Wno-unused-parameter
Expand Down

0 comments on commit ee7cf40

Please sign in to comment.