mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-23 04:52:48 +00:00
8 lines
179 B
Makefile
8 lines
179 B
Makefile
# Application.mk for Moonlight
|
|
|
|
# Our minimum version is Android 4.1
|
|
APP_PLATFORM := android-16
|
|
|
|
# Support all modern ABIs
|
|
APP_ABI := armeabi-v7a arm64-v8a x86 x86_64 mips mips64
|