简体   繁体   English

使用CyanogenMod的设备树进行AOSP建设是否正确?

[英]Is it correct to use device tree from CyanogenMod for AOSP building?

I am trying to build AOSP Gingerbread for my Samsung Galaxy Y S5360. 我正在尝试为我的三星Galaxy Y S5360制作AOSP姜饼。 So I need the device tree for S5230. 所以我需要S5230的设备树。 I have found it here . 在这里找到了它。 But it is for Cyagenmod. 但它适用于Cyagenmod。

Is it correct to use it in pure AOSP? 在纯AOSP中使用它是否正确?

I do not see any reasons why you cannot do this. 我没有看到你不能这样做的任何理由。 If the drivers in device tree are for the same version of Android, I guess you can download them. 如果设备树中的驱动程序是针对相同版本的Android,我猜你可以下载它们。 The only thing is you should be careful with overlay folder. 唯一的事情是你应该小心叠加文件夹。 There are some packages and resource values that can override (or add) unnecessary packages that can cause build fault. 有些软件包和资源值可以覆盖(或添加)可能导致构建错误的不必要的软件包。

You cannot just build the AOSP for your own device. 您不能只为自己的设备构建AOSP。 You need to have the correct drivers and kernel for your device. 您需要为您的设备提供正确的驱动程序和内核。

Better take the Cyanogenmod version, cause this one will be prepared for your device. 最好采取Cyanogenmod版本,因为这个将为您的设备做好准备。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM