首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >错误:无法找到产品"aosp_hydrogen“的配置生成文件

错误:无法找到产品"aosp_hydrogen“的配置生成文件
EN

Stack Overflow用户
提问于 2018-11-15 09:11:25
回答 1查看 3.9K关注 0票数 1
代码语言:javascript
复制
vamsi@vamsi:~/pie$ breakfast aosp_hydrogen-eng
including vendor/aosp/vendorsetup.sh
build/make/core/product_config.mk:234: error: Can not locate config makefile for product "aosp_hydrogen".
22:28:30 dumpvars failed with: exit status 1
Device hydrogen not found. Attempting to retrieve device repository from PixelExperience-Devices Github (http://github.com/PixelExperience-Devices).
Repository for hydrogen not found in the PixelExperience-Devices Github repository list.
If this is in error, you may need to manually add it to your .repo/local_manifests/pixel.xml
build/make/core/product_config.mk:234: error: Can not locate config makefile for product "aosp_hydrogen".
22:28:31 dumpvars failed with: exit status 1
build/make/core/product_config.mk:234: error: Can not locate config makefile for product "aosp_hydrogen".
22:28:32 dumpvars failed with: exit status 1

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


i have changed the device tree according to pixel

repo sync  

[CODE]Fetching projects:  99% (634/640)  Fetching project android_hardware_qcom_media
Fetching project android_hardware_qcom_audio
Fetching project android_hardware_qcom_media
Fetching project android_hardware_qcom_media

Password for 'https://github.com': 
remote: Repository not found.
fatal: Authentication failed for 'https://github.com/PixelExperience/android_device_xiaomi_hydrogen/'
Username for 'https://github.com': vamsikrishna999
Password for 'https://vamsikrishna999@github.com': 
remote: Repository not found.
fatal: repository 'https://github.com/PixelExperience/android_device_xiaomi_hydrogen/' not found

error: Cannot fetch android_device_xiaomi_hydrogen

error: Exited sync due to fetch errors
EN

回答 1

Stack Overflow用户

发布于 2020-02-05 14:56:44

当我添加新的组合体时,我也遇到了同样的错误。原因是我在AndroidProducts.mk文件中设置了错误的变量,该变量位于aosp/device/xxx/xxx/的路径下

PRODUCT_MAKEFILES := \ $(LOCAL_DIR)/one_plus_one.mk

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/53315893

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档