diff options
| -rw-r--r-- | tests/projects/android/native_app/lvgl_basic/xmake.lua | 4 |
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", |
