summaryrefslogtreecommitdiff
path: root/tests/projects/android/native_app/lvgl_basic/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-17 23:31:05 +0800
committerruki <[email protected]>2025-12-17 23:31:05 +0800
commita33624639549e6dda946a810f175fc0e9cfc79b3 (patch)
tree545e06db749ab607586c779db12bb3e7660515bc /tests/projects/android/native_app/lvgl_basic/xmake.lua
parent57a8bd2e9f8cf31e98497058e10e84d828b364fd (diff)
format code
Diffstat (limited to 'tests/projects/android/native_app/lvgl_basic/xmake.lua')
-rw-r--r--tests/projects/android/native_app/lvgl_basic/xmake.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/android/native_app/lvgl_basic/xmake.lua b/tests/projects/android/native_app/lvgl_basic/xmake.lua
index 659d04f45..e9d0a308f 100644
--- a/tests/projects/android/native_app/lvgl_basic/xmake.lua
+++ b/tests/projects/android/native_app/lvgl_basic/xmake.lua
@@ -8,10 +8,10 @@ target("lvgl_basic")
add_files("src/main.c")
add_syslinks("log", "android", "EGL", "GLESv2")
add_packages("lvgl")
-
+
-- define LV_CONF_INCLUDE_SIMPLE to include lv_conf.h
add_defines("LV_CONF_INCLUDE_SIMPLE")
-
+
add_rules("android.native_app", {
android_sdk_version = "35",
android_manifest = "android/AndroidManifest.xml",