Код: Выделить всё
lunch
--
... or following the directions ...
lunch aosp_oriole-trunk_staging-userdebug
- Согласно приведенным здесь кодовым именам, Pixel 6 — это < strong>oriole
- Там написано, что выпуск всегда trunk_staging
- Я выбрал userdebug< /strong>вариант сборки
В целом моя установка выглядит так:
Код: Выделить всё
repo init --partial-clone -b android-14.0.0_r73 -u https://android.googlesource.com/platform/manifest
repo sync -c -j16 --fail-fast -v
tar xzvf google_devices-*.tgz
./extract-google_devices-*.sh
source build/envsetup.sh
lunch aosp_oriole-trunk_staging-userdebug
- Это указывает на то, что новейшая ветка для Pixel 6 — android- 14.0.0_r73[/b], который имеет идентификатор сборки AP2A.240905.003.F1
- Это указывает двоичный файл, который будет использоваться для идентификатора сборки AP2A. 240905.003.F1
Код: Выделить всё
In file included from build/make/core/config.mk:380:
In file included from build/make/core/envsetup.mk:51:
build/make/core/release_config.mk:145: error: No release config found for TARGET_RELEASE: trunk_staging. Available releases are: ap2a.
17:11:37 dumpvars failed with: exit status 1
Код: Выделить всё
In file included from build/make/core/config.mk:380:
In file included from build/make/core/envsetup.mk:51:
build/make/core/release_config.mk:227: error: fopen failed.
17:14:55 dumpvars failed with: exit status 1
Код: Выделить всё
You're building on Linux
Warning: Cannot display lunch menu.
Note: You can invoke lunch with an explicit target:
usage: lunch [target]
Which would you like? [aosp_cf_x86_64_phone-trunk_staging-eng]
Pick from common choices above (e.g. 13) or specify your own (e.g. aosp_barbet-trunk_staging-eng):
Подробнее здесь: https://stackoverflow.com/questions/790 ... ch-command