summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-06-15 13:56:27 -0700
committerDan Willemsen <dwillemsen@google.com>2016-06-15 21:14:28 -0700
commit9b3bc98425d3a8924ddcd3c41be96b74085b0546 (patch)
treeff70478d61458985036f9d1be5e6ac024be67e9d
parente8909dc0f43fc521edcb035e21f435d7984a1f40 (diff)
Remove unused link to libcutils
This library is built against the NDK, so it shouldn't be linking to platform libraries. It should also be pulling <android/log.h> from the NDK headers, so remove the system/core/include include directory. Change-Id: Ie9d6514f43492401697907aee4df56bdbf4e1926
-rw-r--r--tests/Camera2Tests/SmartCamera/SimpleCamera/jni/Android.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/Android.mk b/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/Android.mk
index 616a11b36616..1e403eb8934c 100644
--- a/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/Android.mk
+++ b/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/Android.mk
@@ -38,12 +38,6 @@ LOCAL_SRC_FILES := contrast.cpp \
sobeloperator.cpp \
stats_scorer.cpp
-LOCAL_STATIC_LIBRARIES += \
- libcutils
-
-LOCAL_C_INCLUDES += \
- system/core/include \
-
LOCAL_NDK_STL_VARIANT := stlport_static
include $(BUILD_SHARED_LIBRARY)