summaryrefslogtreecommitdiffstats
path: root/media/libeffects
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-09-11 22:40:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-09-11 22:40:41 +0000
commit0d64fcb46f594a89484cd112bc979903eaeda4b3 (patch)
treed51acaed4363d03587a5271e0796dce8980b4d3a /media/libeffects
parent6bf7c5cfc981ce4ecbd671d73a9eab8398dc8dd4 (diff)
parent20adec0cea8b434e9f60888f49023b5a7dde98ec (diff)
downloadframeworks_av-0d64fcb46f594a89484cd112bc979903eaeda4b3.zip
frameworks_av-0d64fcb46f594a89484cd112bc979903eaeda4b3.tar.gz
frameworks_av-0d64fcb46f594a89484cd112bc979903eaeda4b3.tar.bz2
Merge "Clean up some makefiles."
Diffstat (limited to 'media/libeffects')
-rw-r--r--media/libeffects/loudness/Android.mk6
-rw-r--r--media/libeffects/proxy/Android.mk1
2 files changed, 1 insertions, 6 deletions
diff --git a/media/libeffects/loudness/Android.mk b/media/libeffects/loudness/Android.mk
index edf964e..70d7984 100644
--- a/media/libeffects/loudness/Android.mk
+++ b/media/libeffects/loudness/Android.mk
@@ -12,16 +12,12 @@ LOCAL_CFLAGS+= -O2 -fvisibility=hidden
LOCAL_SHARED_LIBRARIES := \
libcutils \
liblog \
- libstlport
LOCAL_MODULE_RELATIVE_PATH := soundfx
LOCAL_MODULE:= libldnhncr
LOCAL_C_INCLUDES := \
$(call include-path-for, audio-effects) \
- bionic \
- bionic/libstdc++/include \
- external/stlport/stlport
-
+include external/stlport/libstlport.mk
include $(BUILD_SHARED_LIBRARY)
diff --git a/media/libeffects/proxy/Android.mk b/media/libeffects/proxy/Android.mk
index b438796..2ba452e 100644
--- a/media/libeffects/proxy/Android.mk
+++ b/media/libeffects/proxy/Android.mk
@@ -28,7 +28,6 @@ LOCAL_SHARED_LIBRARIES := liblog libcutils libutils libdl libeffects
LOCAL_C_INCLUDES := \
system/media/audio_effects/include \
- bionic/libc/include \
frameworks/av/media/libeffects/factory
include $(BUILD_SHARED_LIBRARY)