File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed
Expand file tree Collapse file tree 10 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ LOCAL_SHARED_LIBRARIES := \
1313 libmedia
1414
1515LOCAL_C_INCLUDES := \
16- system/media/audio_effects/ include
16+ $( call include-path-for, audio-effects)
1717
1818LOCAL_MODULE: = libaudioeffect_jni
1919
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ LOCAL_LDLIBS += -ldl
2020endif
2121
2222LOCAL_C_INCLUDES := \
23- system/media/audio_effects/ include \
24- system/media/audio_utils/ include
23+ $( call include-path-for, audio-effects) \
24+ $( call include-path-for, audio-utils)
2525
2626LOCAL_PRELINK_MODULE := false
2727
Original file line number Diff line number Diff line change @@ -15,6 +15,6 @@ LOCAL_MODULE:= libeffects
1515LOCAL_SHARED_LIBRARIES += libdl
1616
1717LOCAL_C_INCLUDES := \
18- system/media/audio_effects/ include
18+ $( call include-path-for, audio-effects)
1919
2020include $(BUILD_SHARED_LIBRARY )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ LOCAL_C_INCLUDES += \
2626 $(LOCAL_PATH ) /Bundle \
2727 $(LOCAL_PATH ) /../lib/Common/lib/ \
2828 $(LOCAL_PATH ) /../lib/Bundle/lib/ \
29- system/media/audio_effects/ include
29+ $( call include-path-for, audio-effects)
3030
3131
3232include $(BUILD_SHARED_LIBRARY )
@@ -55,6 +55,6 @@ LOCAL_C_INCLUDES += \
5555 $(LOCAL_PATH ) /Reverb \
5656 $(LOCAL_PATH ) /../lib/Common/lib/ \
5757 $(LOCAL_PATH ) /../lib/Reverb/lib/ \
58- system/media/audio_effects/ include
58+ $( call include-path-for, audio-effects)
5959
60- include $(BUILD_SHARED_LIBRARY )
60+ include $(BUILD_SHARED_LIBRARY )
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ LOCAL_C_INCLUDES += \
1414 external/webrtc/src \
1515 external/webrtc/src/modules/interface \
1616 external/webrtc/src/modules/audio_processing/interface \
17- system/media/audio_effects/ include
17+ $( call include-path-for, audio-effects)
1818
1919LOCAL_C_INCLUDES += $(call include-path-for, speex)
2020
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ LOCAL_SHARED_LIBRARIES += libdl
2323endif
2424
2525LOCAL_C_INCLUDES := \
26- system/media/audio_effects/ include \
26+ $(call include-path-for, audio-effects) \
2727 $(call include-path-for, graphics corecg)
2828
2929LOCAL_MODULE_TAGS := optional
6060
6161LOCAL_C_INCLUDES := \
6262 $(call include-path-for, graphics corecg) \
63- system/media/audio_effects/ include
63+ $(call include-path-for, audio-effects)
6464
6565LOCAL_MODULE_TAGS := optional
6666
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ LOCAL_MODULE:= libvisualizer
1717
1818LOCAL_C_INCLUDES := \
1919 $(call include-path-for, graphics corecg) \
20- system/media/audio_effects/ include
20+ $( call include-path-for, audio-effects)
2121
2222
2323include $(BUILD_SHARED_LIBRARY )
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ LOCAL_C_INCLUDES := \
6060 $(TOP ) /frameworks/native/include/media/openmax \
6161 external/icu4c/common \
6262 external/expat/lib \
63- system/media/audio_effects/ include \
64- system/media/audio_utils/ include
63+ $( call include-path-for, audio-effects) \
64+ $( call include-path-for, audio-utils)
6565
6666include $(BUILD_SHARED_LIBRARY )
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ LOCAL_SRC_FILES:= \
1212# AudioResamplerCubic.cpp.arm
1313
1414LOCAL_C_INCLUDES := \
15- system/media/audio_effects/ include \
16- system/media/audio_utils/ include
15+ $( call include-path-for, audio-effects) \
16+ $( call include-path-for, audio-utils)
1717
1818LOCAL_SHARED_LIBRARIES := \
1919 libaudioutils \
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ LOCAL_C_INCLUDES += \
5050 frameworks/base/media/libstagefright/codecs/amrnb/enc/src \
5151 frameworks/base/media/libstagefright/codecs/amrnb/dec/include \
5252 frameworks/base/media/libstagefright/codecs/amrnb/dec/src \
53- system/media/audio_effects/ include
53+ $( call include-path-for, audio-effects)
5454
5555LOCAL_CFLAGS += -fvisibility=hidden
5656
You can’t perform that action at this time.
0 commit comments