parent
c2662c9887
commit
4fc0f8754c
|
|
@ -58,7 +58,7 @@ val verName: String by rootProject.extra
|
|||
dependencies {
|
||||
implementation("dev.rikka.ndk:riru:${moduleMinRiruVersionName}")
|
||||
implementation("dev.rikka.ndk.thirdparty:cxx:1.1.0")
|
||||
implementation("io.github.vvb2060.ndk:dobby:1.0")
|
||||
implementation("io.github.vvb2060.ndk:dobby:1.2")
|
||||
implementation("com.android.tools.build:apksig:7.0.0-beta03")
|
||||
implementation("org.apache.commons:commons-lang3:3.12.0")
|
||||
implementation("de.upb.cs.swt:axml:2.1.1")
|
||||
|
|
|
|||
|
|
@ -7,8 +7,9 @@ APP_LDFLAGS := -Wl,--exclude-libs,ALL
|
|||
APP_STL := none
|
||||
|
||||
ifneq ($(NDK_DEBUG),1)
|
||||
APP_CFLAGS += -Oz -Wno-unused -Wno-unused-parameter -Werror
|
||||
APP_CFLAGS += -Oz -flto
|
||||
APP_CFLAGS += -Wno-unused -Wno-unused-parameter -Werror
|
||||
APP_CFLAGS += -fvisibility=hidden -fvisibility-inlines-hidden
|
||||
APP_CFLAGS += -fno-unwind-tables -fno-asynchronous-unwind-tables
|
||||
APP_LDFLAGS += -Wl,--gc-sections -Wl,--strip-all
|
||||
APP_LDFLAGS += -flto -Wl,--gc-sections -Wl,--strip-all
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue