-
Notifications
You must be signed in to change notification settings - Fork 6.9k
[qtbase] enable ci for android #35845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 12 commits
c76efc8
cd563db
214c70a
d62bd44
c6c6450
fa199a3
c98bd65
13e8765
98a3022
dba85cf
e232626
201529f
c8e91b6
30731f5
760bf48
9785d29
5d93bf5
cfe33dc
f1f358f
a9d7fae
a3d5a77
7e22785
2250316
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ set(VCPKG_LIBRARY_LINKAGE static) | |
set(VCPKG_CMAKE_SYSTEM_NAME Android) | ||
set(VCPKG_MAKE_BUILD_TRIPLET "--host=armv7a-linux-androideabi") | ||
set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DANDROID_ABI=armeabi-v7a -DANDROID_ARM_NEON=ON) | ||
set(ANDROID_SDK_ROOT $ENV{ANDROID_SDK_ROOT}) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This doesn't help with ABI hashes: The content of the triplet files remains independent of the content of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There is https://learn.microsoft.com/en-us/vcpkg/users/triplets#vcpkg_env_passthrough, but it is documented "for Windows"... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The only way I know to bring this into ABI hashes is by (a) writing it into an overlay triplet, but as you mentioned, this is intrusive on user side. And if I understand correctly, your preference is (d)? |
Uh oh!
There was an error while loading. Please reload this page.