summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumberto Borba <humberos@gmail.com>2017-08-30 18:49:53 -0300
committerhumberos <humberos@gmail.com>2017-08-31 16:51:54 +0200
commit78ceb1c35055bca316e919236aff65a4d1ec6407 (patch)
tree8f7c7eeb07e82c9385e6b156e273f3962a12a747
parent09de7b1c87e6dbefe8b93fcd6fe0a6068e60210c (diff)
package: apps: DSPManager: Fix cyanogen-dsp build
Change-Id: I5d904fa477bc62aee6483c26dfbd17f3f74c820d Signed-off-by: Humberto Borba <humberos@gmail.com>
-rw-r--r--cyanogen-dsp/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/cyanogen-dsp/Android.mk b/cyanogen-dsp/Android.mk
index dd58246..f853f1b 100644
--- a/cyanogen-dsp/Android.mk
+++ b/cyanogen-dsp/Android.mk
@@ -29,11 +29,13 @@ LOCAL_C_INCLUDES += \
frameworks/base/include \
hardware/libhardware/include \
system/core/include \
+ system/core/base/include \
system/media/audio_effects/include \
# terminator
LOCAL_SHARED_LIBRARIES := \
- libcutils
+ libcutils \
+ liblog
include $(BUILD_SHARED_LIBRARY)