From a33624639549e6dda946a810f175fc0e9cfc79b3 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 17 Dec 2025 23:31:05 +0800 Subject: format code --- tests/projects/android/native_app/lvgl_basic/xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/projects/android/native_app/lvgl_basic/xmake.lua') 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", -- cgit v1.3.1