问题描述
我想从AOSP(android 5.1.1)构建一加一的ROM.看起来我需要设备制造商提供的以下三项信息,并在local_manifest.xml中覆盖它
I would like to build ROM for one plus one from AOSP (android 5.1.1)Look like i need below three information from the device manufacturer and override it in local_manifest.xml
- 设备树'
- 供应商
- 内核.
我能够获得设备树和内核.我找不到一加一的供应商二进制文件.有人可以帮我得到这个吗?以下是我拥有的local_manifest.xml.但是它缺少供应商信息.
I am able to get Device tree and Kernel. I am not able to find Vendor binaries for one plus one.anybody can help me to get this?Below is the local_manifest.xml i have. But it is missing vendor information.
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github" fetch="https://github.com/"/>
<project path="device/oneplusone/one" name="CyanogenMod/android_device_oneplus_bacon" remote="github" revision="cm-12.0" />
<project path="kernel/oneplusone/one" name="CyanogenMod/android_kernel_oneplus_msm8974" remote="github" revision="cm-12.0" />
</manifest>
推荐答案
显然出于法律方面的考虑,CyanogenMod无法发布供应商.因此他们使用了这个辅助帐户- https://github.com/TheMuppets
Obviously due to legal concerns CyanogenMod can not post vendors. So they use this secondary account - https://github.com/TheMuppets
所有供应商,包括OnePlus One bacon
均可在此处
All vendors, including the OnePlus One bacon
can be found here
这篇关于在哪里找到一加一二进制文件(设备树,供应商,内核)以从AOSP构建ROM?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!