where to find oneplus one binaries (Device tree, Vendor, Kernel) to build rom from AOSP?

*爱你&永不变心* 提交于 2019-12-12 02:56:13

问题


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

  1. Device Tree'
  2. Vendor
  3. Kernel.

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>


回答1:


Obviously due to legal concerns CyanogenMod can not post vendors. So they use this secondary account - https://github.com/TheMuppets

All vendors, including the OnePlus One bacon can be found here



来源:https://stackoverflow.com/questions/30696395/where-to-find-oneplus-one-binaries-device-tree-vendor-kernel-to-build-rom-fr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!