OSDN Git Service

resolve merge conflicts of 20d55a7 to stage-aosp-master
authorDan Willemsen <dwillemsen@google.com>
Thu, 16 Jun 2016 16:54:28 +0000 (09:54 -0700)
committerDan Willemsen <dwillemsen@google.com>
Thu, 16 Jun 2016 16:54:28 +0000 (09:54 -0700)
Change-Id: Ie2a1beb527ab60f8a3966a14e66330e69a148b59

1  2 
tests/Camera2Tests/SmartCamera/SimpleCamera/jni/Android.mk

@@@ -38,14 -38,6 +38,8 @@@ LOCAL_SRC_FILES := contrast.cpp 
                  sobeloperator.cpp \
                  stats_scorer.cpp
  
- LOCAL_STATIC_LIBRARIES += \
-     libcutils
- LOCAL_C_INCLUDES += \
-     system/core/include \
 +LOCAL_CFLAGS += -Wall -Wextra -Werror -Wno-unused-parameter
 +
  LOCAL_NDK_STL_VARIANT := stlport_static
  
  include $(BUILD_SHARED_LIBRARY)