You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: