Commit 4e97b189 authored by topjohnwu's avatar topjohnwu

Move libsystemproperties to external

parent f9bde347
...@@ -161,5 +161,4 @@ endif ...@@ -161,5 +161,4 @@ endif
# Libraries # Libraries
######################## ########################
include jni/utils/Android.mk include jni/utils/Android.mk
include jni/systemproperties/Android.mk
include jni/external/Android.mk include jni/external/Android.mk
...@@ -353,4 +353,6 @@ LOCAL_SRC_FILES := \ ...@@ -353,4 +353,6 @@ LOCAL_SRC_FILES := \
pcre/dist2/src/pcre2_xclass.c pcre/dist2/src/pcre2_xclass.c
include $(BUILD_STATIC_LIBRARY) include $(BUILD_STATIC_LIBRARY)
include $(LOCAL_PATH)/mincrypt/Android.mk CWD := $(LOCAL_PATH)
include $(CWD)/systemproperties/Android.mk
include $(CWD)/mincrypt/Android.mk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment