mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-10-18 09:42:17 +00:00
Add new file operations
This commit is contained in:
8
jni/external/Android.mk
vendored
8
jni/external/Android.mk
vendored
@@ -14,6 +14,14 @@ LOCAL_C_INCLUDES := $(LIBSELINUX)
|
||||
LOCAL_SRC_FILES := stubs/selinux_stub.c
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
# libselinux_static.a (stub)
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE:= libselinux_static
|
||||
LOCAL_C_INCLUDES := $(LIBSELINUX)
|
||||
LOCAL_SRC_FILES := stubs/selinux_stub.c
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
|
||||
# libfdt
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE:= libfdt
|
||||
|
Reference in New Issue
Block a user