Files
Zygisk-Assistant/module/jni/Application.mk
snake-4 f7d067546d Rewrote the build system and module...
+ Added more architectures to compile.
- Removed all scripts from the module, now it is compatible with all root implementations.
- Removed unused code and variables.
- Removed most references to the module name.
* Compilation is now parallelized.
2024-03-25 00:19:26 +01:00

5 lines
198 B
Makefile

APP_ABI := armeabi-v7a arm64-v8a x86 x86_64
APP_CPPFLAGS := -std=c++17 -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
APP_STL := none
APP_PLATFORM := android-29