We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The create_platform_sdk target is not supported on arm_x64 architectures.
create_platform_sdk
arm_x64
tools/build.py -aarm_x64 create_platform_sdk tools/build.py --os=android -aarm_x64 create_platform_sdk
tools/build.py -aarm_x64 create_platform_sdk
tools/build.py --os=android -aarm_x64 create_platform_sdk
output: ../../runtime/vm/object.h: 1059: error: expected "target_value" = 28, actual "host_value" = 24
Tested on 2ed65e2.
On the bots we don't run create_platform_sdk, we only run runtime dart_precompiled_runtime.
runtime dart_precompiled_runtime
We should document this somewhere instead of trying to build and failing the build.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
create_platform_sdk
target is not supported onarm_x64
architectures.tools/build.py -aarm_x64 create_platform_sdk
tools/build.py --os=android -aarm_x64 create_platform_sdk
output: ../../runtime/vm/object.h: 1059: error: expected "target_value" = 28, actual "host_value" = 24
Tested on 2ed65e2.
On the bots we don't run create_platform_sdk, we only run
runtime dart_precompiled_runtime
.We should document this somewhere instead of trying to build and failing the build.
The text was updated successfully, but these errors were encountered: