hal: make file change to export audio_defs.h
- copy audio_defs.h to out target so that it can be included in AOSP code. Change-Id: I84996dd8821a48a9ec71a1164764bf28b91cd390
This commit is contained in:
parent
2e52c5740e
commit
5b7c0b3a3d
|
@ -171,6 +171,9 @@ ifeq ($(strip $(AUDIO_FEATURE_ENABLED_AUXPCM_BT)),true)
|
|||
LOCAL_CFLAGS += -DAUXPCM_BT_ENABLED
|
||||
endif
|
||||
|
||||
LOCAL_COPY_HEADERS_TO := mm-audio
|
||||
LOCAL_COPY_HEADERS := audio_extn/audio_defs.h
|
||||
|
||||
LOCAL_MODULE := audio.primary.$(TARGET_BOARD_PLATFORM)
|
||||
|
||||
LOCAL_MODULE_RELATIVE_PATH := hw
|
||||
|
|
Loading…
Reference in New Issue