mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 19:42:45 +00:00
10 lines
205 B
Makefile
10 lines
205 B
Makefile
# Application.mk for Limelight
|
|
|
|
# Our minimum version is Android 4.1
|
|
APP_PLATFORM := android-16
|
|
|
|
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 mips #mips64
|
|
|
|
# We want an optimized build
|
|
APP_OPTIM := release
|