summaryrefslogtreecommitdiffstats
path: root/media/libeffects/proxy
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-09-11 15:28:53 -0700
committerDan Albert <danalbert@google.com>2014-09-11 15:29:27 -0700
commit20adec0cea8b434e9f60888f49023b5a7dde98ec (patch)
treebab72066c298453c070f00c899fe8e5c395616ec /media/libeffects/proxy
parent2b16391d066d20f38f3556d65bce827a8d134e4d (diff)
downloadframeworks_av-20adec0cea8b434e9f60888f49023b5a7dde98ec.zip
frameworks_av-20adec0cea8b434e9f60888f49023b5a7dde98ec.tar.gz
frameworks_av-20adec0cea8b434e9f60888f49023b5a7dde98ec.tar.bz2
Clean up some makefiles.
The build system takes care of these things for you. Change-Id: Ife9605f15786e11d6a3578f56ed83dd9ae7fd799
Diffstat (limited to 'media/libeffects/proxy')
-rw-r--r--media/libeffects/proxy/Android.mk1
1 files changed, 0 insertions, 1 deletions
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)