summaryrefslogtreecommitdiffstats
path: root/media/libeffects/lvm/wrapper/Android.mk
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2011-06-24 07:01:31 -0700
committerEric Laurent <elaurent@google.com>2011-07-07 15:25:51 -0700
commit6d8b694d999e9be7d5dcc336535832a80fb6f61f (patch)
tree4fcdbf4a7f7fa24a16d7bf27816922031870102f /media/libeffects/lvm/wrapper/Android.mk
parent5895e970ae119210773a5184c019178e2516b132 (diff)
downloadframeworks_av-6d8b694d999e9be7d5dcc336535832a80fb6f61f.zip
frameworks_av-6d8b694d999e9be7d5dcc336535832a80fb6f61f.tar.gz
frameworks_av-6d8b694d999e9be7d5dcc336535832a80fb6f61f.tar.bz2
Moved and renamed effect API header files
Moved specific effect header files to system/media/audio_effects/include/audio_effects and renamed to lower case (effect_xxx.h). Change-Id: Icfc2264bfd013cab0395d7e310ada636b9fe3621
Diffstat (limited to 'media/libeffects/lvm/wrapper/Android.mk')
-rw-r--r--media/libeffects/lvm/wrapper/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/media/libeffects/lvm/wrapper/Android.mk b/media/libeffects/lvm/wrapper/Android.mk
index 99cfdfa..ab13605 100644
--- a/media/libeffects/lvm/wrapper/Android.mk
+++ b/media/libeffects/lvm/wrapper/Android.mk
@@ -30,7 +30,8 @@ endif
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/Bundle \
$(LOCAL_PATH)/../lib/Common/lib/ \
- $(LOCAL_PATH)/../lib/Bundle/lib/
+ $(LOCAL_PATH)/../lib/Bundle/lib/ \
+ system/media/audio_effects/include
include $(BUILD_SHARED_LIBRARY)
@@ -64,6 +65,6 @@ LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/Reverb \
$(LOCAL_PATH)/../lib/Common/lib/ \
$(LOCAL_PATH)/../lib/Reverb/lib/ \
-
+ system/media/audio_effects/include
include $(BUILD_SHARED_LIBRARY) \ No newline at end of file