libqcomvoiceprocessingdescriptors work w/ VNDK.

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 libqcomvoiceprocessingdescriptors with BOARD_VNDK_VERSION=current
Bug: 37342627
Change-Id: Ibef8462745a6c653fcb8b2298db6307c8502eace
This commit is contained in:
Steven Moreland
2017-06-30 15:08:40 -07:00
parent 78460617e6
commit d69247cd78

View File

@@ -20,6 +20,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := voice_processing_descriptors.c
LOCAL_C_INCLUDES += $(call include-path-for, audio-effects)
LOCAL_HEADER_LIBRARIES := libhardware_headers
LOCAL_MULTILIB := $(AUDIOSERVER_MULTILIB)
LOCAL_MODULE := libqcomvoiceprocessingdescriptors
LOCAL_MODULE_RELATIVE_PATH := soundfx