File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ $(package)_qttools_sha256_hash=a97556eb7b2f30252cdd8a598c396cfce2b2f79d2bae883af
19
19
$(package)_extra_sources = $($(package ) _qttranslations_file_name)
20
20
$(package)_extra_sources += $($(package ) _qttools_file_name)
21
21
22
- $(package)_config_opts_aarch64_android = -xplatform android-clang -android-sdk $(ANDROID_SDK ) -android-ndk $(ANDROID_NDK ) -android-ndk-platform android-$(ANDROID_API_LEVEL ) -device-option CROSS_COMPILE="$(host ) -" -egl -qpa xcb -no-eglfs -opengl es2 -qt-freetype -no-fontconfig -L $(host_prefix ) /lib -I $(host_prefix ) /include
23
-
24
22
define $(package)_set_vars
25
23
$(package ) _config_opts_release = -release
26
24
$(package ) _config_opts_debug = -debug
@@ -134,6 +132,7 @@ $(package)_config_opts_aarch64_android += -android-sdk $(ANDROID_SDK)
134
132
$(package ) _config_opts_aarch64_android += -android-ndk $(ANDROID_NDK )
135
133
$(package ) _config_opts_aarch64_android += -android-ndk-platform android-$(ANDROID_API_LEVEL )
136
134
$(package ) _config_opts_aarch64_android += -device-option CROSS_COMPILE="$(host ) -"
135
+ $(package ) _config_opts_aarch64_android += -android-arch arm64-v8a
137
136
$(package ) _config_opts_aarch64_android += -egl
138
137
$(package ) _config_opts_aarch64_android += -qpa xcb
139
138
$(package ) _config_opts_aarch64_android += -no-eglfs
You can’t perform that action at this time.
0 commit comments