userspace: don't use static lib

This commit is contained in:
tiann
2022-12-11 20:02:30 +08:00
parent fc3b94cbaa
commit da4ebee980
2 changed files with 1 additions and 2 deletions

View File

@@ -3,6 +3,5 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := su
LOCAL_SRC_FILES := su.c
LOCAL_LDFLAGS := -static
include $(BUILD_EXECUTABLE)

View File

@@ -1,3 +1,3 @@
APP_ABI := arm64-v8a
APP_PLATFORM := android-24
APP_STL := c++_static
APP_STL := none