summaryrefslogtreecommitdiffstats
path: root/media/libeffects
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-09-12 01:45:55 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-12 01:45:55 +0000
commit9916dcb6ef041752fda5f13192ee6a36e51e73a5 (patch)
tree9b31bd855a982fb5955b06a9588c7d80efd9f0b5 /media/libeffects
parentfe80b7ee58b394b0cd958470aeea3c5a09f6b2bf (diff)
parent0d64fcb46f594a89484cd112bc979903eaeda4b3 (diff)
downloadframeworks_av-9916dcb6ef041752fda5f13192ee6a36e51e73a5.zip
frameworks_av-9916dcb6ef041752fda5f13192ee6a36e51e73a5.tar.gz
frameworks_av-9916dcb6ef041752fda5f13192ee6a36e51e73a5.tar.bz2
am 0d64fcb4: Merge "Clean up some makefiles."
* commit '0d64fcb46f594a89484cd112bc979903eaeda4b3': 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)