From 9b3bc98425d3a8924ddcd3c41be96b74085b0546 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Wed, 15 Jun 2016 13:56:27 -0700 Subject: [PATCH] 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 from the NDK headers, so remove the system/core/include include directory. Change-Id: Ie9d6514f43492401697907aee4df56bdbf4e1926 --- tests/Camera2Tests/SmartCamera/SimpleCamera/jni/Android.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/Android.mk b/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/Android.mk index 616a11b366162..1e403eb8934c7 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)