mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-15 18:20:21 +00:00
Stop using system STL since it is no longer supported
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user