Код: Выделить всё
pixel_kernel$ tools/bazel run --config=fast --config=stamp //private/google-modules/soc/gs:panther_dist
ERROR: Skipping '//private/google-modules/soc/gs:panther_dist': no such package 'private/google-modules/soc/gs': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
/xxx/pixel_kernel/private/google-modules/soc/gs
WARNING: Target pattern parsing failed.
ERROR: no such package 'private/google-modules/soc/gs': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
/xxx/pixel_kernel/private/google-modules/soc/gs
INFO: Elapsed time: 0.039s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
FAILED: Build did NOT complete successful
- Загружен исходный код ядра (), используя:
Код: Выделить всё
android-gs-pantah-5.10-android14
Код: Выделить всё
repo init -u https://android.googlesource.com/kernel/manifest -b android-gs-pantah-5.10-android14
repo sync
Код: Выделить всё
tools/bazel run --lto=thin //gs/google-modules/soc-modules:slider_dist
< Strong>Вопросы:
- Как устранить ошибку «нет такого пакета» при запуске инструментов/bazel run --config= быстро --config=штамп //private/google-modules/soc/gs:panther_dist?
- Должен ли присутствовать build_panther.sh в корневом каталоге сборки для этого процесса сборки, или достаточно использовать только инструменты/bazel?
Будем очень признательны за любую помощь или рекомендации!
Подробнее здесь: https://stackoverflow.com/questions/788 ... build-file