summaryrefslogtreecommitdiffstats
path: root/media/libeffects/lvm
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/lvm
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/lvm')
-rw-r--r--media/libeffects/lvm/wrapper/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/media/libeffects/lvm/wrapper/Android.mk b/media/libeffects/lvm/wrapper/Android.mk
index f097dd0..4313424 100644
--- a/media/libeffects/lvm/wrapper/Android.mk
+++ b/media/libeffects/lvm/wrapper/Android.mk
@@ -26,7 +26,7 @@ LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/Bundle \
$(LOCAL_PATH)/../lib/Common/lib/ \
$(LOCAL_PATH)/../lib/Bundle/lib/ \
- system/media/audio_effects/include
+ $(call include-path-for, audio-effects)
include $(BUILD_SHARED_LIBRARY)
@@ -55,6 +55,6 @@ LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/Reverb \
$(LOCAL_PATH)/../lib/Common/lib/ \
$(LOCAL_PATH)/../lib/Reverb/lib/ \
- system/media/audio_effects/include
+ $(call include-path-for, audio-effects)
-include $(BUILD_SHARED_LIBRARY) \ No newline at end of file
+include $(BUILD_SHARED_LIBRARY)