Stop using system STL since it is no longer supported

This commit is contained in:
topjohnwu
2018-12-25 19:38:44 +08:00
parent 8d210b5e37
commit 23f8f35098
5 changed files with 48 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE:= libsystemproperties
LOCAL_C_INCLUDES := $(LIBSYSTEMPROPERTIES)
LOCAL_C_INCLUDES := jni/include $(LIBSYSTEMPROPERTIES)
LOCAL_SRC_FILES := \
context_node.cpp \
contexts_serialized.cpp \