summaryrefslogtreecommitdiffstats
path: root/media/libeffects/downmix
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-03-13 15:59:35 -0700
committerGlenn Kasten <gkasten@google.com>2012-03-14 16:44:34 -0700
commit33b383948e8f270bff30378476f00dce289004eb (patch)
treea42eeb76674395b36611da694166ddd4144a0fa8 /media/libeffects/downmix
parentdfaf549e3e310bc22444f4404b19f4907b24c286 (diff)
downloadframeworks_av-33b383948e8f270bff30378476f00dce289004eb.zip
frameworks_av-33b383948e8f270bff30378476f00dce289004eb.tar.gz
frameworks_av-33b383948e8f270bff30378476f00dce289004eb.tar.bz2
Remove dependency on audio_* location
Change-Id: I4bc66115fcb9ba22b057bd72db3f561dcb18a0d8
Diffstat (limited to 'media/libeffects/downmix')
-rw-r--r--media/libeffects/downmix/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/libeffects/downmix/Android.mk b/media/libeffects/downmix/Android.mk
index 0348e1e..95ca6fd 100644
--- a/media/libeffects/downmix/Android.mk
+++ b/media/libeffects/downmix/Android.mk
@@ -20,8 +20,8 @@ LOCAL_LDLIBS += -ldl
endif
LOCAL_C_INCLUDES := \
- system/media/audio_effects/include \
- system/media/audio_utils/include
+ $(call include-path-for, audio-effects) \
+ $(call include-path-for, audio-utils)
LOCAL_PRELINK_MODULE := false