Skip to content
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

PLATFORM_VERSION #3

Open
scarlet-glass opened this issue Jul 2, 2020 · 0 comments
Open

PLATFORM_VERSION #3

scarlet-glass opened this issue Jul 2, 2020 · 0 comments

Comments

@scarlet-glass
Copy link

Add PLATFORM_VERSION := 16.1.0 to the BoardConfig.mk file, an error will be reported during lunch:

Which would you like? [aosp_arm-eng] 8
00:19:02 Build sandboxing disabled due to nsjail error. This may become fatal in the future.
00:19:02 Please let us know why nsjail doesn't work in your environment at:
00:19:02 https://groups.google.com/forum/#!forum/android-building
00:19:02 https://issuetracker.google.com/issues/new?component=381517
build/make/core/board_config.mk:180: warning: Building a 32-bit-app-only product on a 64-bit device. If this is intentional, set TARGET_SUPPORTS_64_BIT_APPS := false
00:19:02 Build sandboxing disabled due to nsjail error. This may become fatal in the future.
00:19:02 Please let us know why nsjail doesn't work in your environment at:
00:19:02 https://groups.google.com/forum/#!forum/android-building
00:19:02 https://issuetracker.google.com/issues/new?component=381517
device/oneplus/instantnoodle/BoardConfig.mk:187: error: cannot assign to readonly variable: PLATFORM_VERSION
00:19:02 dumpvars failed with: exit status 1
WARNING: Trying to fetch a device that's already there
Traceback (most recent call last):
File "vendor/omni/build/tools/roomservice.py", line 417, in
fetch_device(device)
File "vendor/omni/build/tools/roomservice.py", line 385, in fetch_device
git_data = search_gerrit_for_device(device)
File "vendor/omni/build/tools/roomservice.py", line 81, in search_gerrit_for_device
device_data = check_repo_exists(git_data, device)
File "vendor/omni/build/tools/roomservice.py", line 58, in check_repo_exists
"exiting roomservice".format(device=device))
Exception: instantnoodle not found,exiting roomservice
00:19:11 Build sandboxing disabled due to nsjail error. This may become fatal in the future.
00:19:11 Please let us know why nsjail doesn't work in your environment at:
00:19:11 https://groups.google.com/forum/#!forum/android-building
00:19:11 https://issuetracker.google.com/issues/new?component=381517
device/oneplus/instantnoodle/BoardConfig.mk:187: error: cannot assign to readonly variable: PLATFORM_VERSION
00:19:11 dumpvars failed with: exit status 1

** Don't have a product spec for: 'omni_instantnoodle'
** Do you have the right repo manifest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant