Hey guys. In 6 years of using Android I have compiled some Roms, but now I'm stuck, cause I haven't compiled a Rom with a non-existent device tree.
I just followed the tutorial http://ift.tt/1sWjp40 till the point, where it tells you to make the device specific changes, where you'll have to setup device.mk, device.removes etc. Which repos exactly do I have to insert there, to get a functional device tree?
I haven't got any help in the AOSPA-irc other then posting the tutorial, which I just followed.
As a base I would use the Omnirom kernel, vendor files etc, as they are stable and also based on AOSP
This is my local_manifest/vendorfiles.xml
I just followed the tutorial http://ift.tt/1sWjp40 till the point, where it tells you to make the device specific changes, where you'll have to setup device.mk, device.removes etc. Which repos exactly do I have to insert there, to get a functional device tree?
I haven't got any help in the AOSPA-irc other then posting the tutorial, which I just followed.
As a base I would use the Omnirom kernel, vendor files etc, as they are stable and also based on AOSP
This is my local_manifest/vendorfiles.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="DonkeyCoyote/proprietary_vendor_motorola"
path="vendor/motorola" remote="github" revision="android-6.0" />
<project name="omnirom/android_device_motorola_clark"
path="device/motorola/clark" remote="github"
revision="android-6.0" />
<project name="omnirom/android_hardware_qcom_display-caf-msm8992"
path="hardware/qcom/display-caf-msm8992" remote="github"
revision="android-6.0" />
<project name="omnirom/android_hardware_qcom_media-caf-msm8992"
path="hardware/qcom/media-caf-msm8992" remote="github"
revision="android-6.0" />
<project name="omnirom/android_hardware_qcom_audio-caf-msm8992"
path="hardware/qcom/audio-caf-msm8992" remote="github"
revision="android-6.0" />
<project name="omnirom/android_device_qcom_caf-sepolicy"
path="device/qcom/sepolicy" remote="github"
revision="android-6.0" />
<project name="omnirom/android_frameworks_av"
path="frameworks/av-caf"
remote="github" revision="android-6.0-caf" />
<project name="omnirom/android_frameworks_native"
path="frameworks/native-caf" remote="github"
revision="android-6.0-caf" />
<project name="omnirom/android_hardware_ril"
path="hardware/ril-caf"
remote="github" revision="android-6.0-caf" />
<project name="omnirom/vendor_qcom_opensource_dataservices"
path="vendor/qcom/opensource/dataservices" remote="github"
revision="android-6.0" />
<project name="omnirom/android_kernel_motorola_msm8992"
path="kernel/motorola/msm8992" remote="github"
revision="android-6.0" />
<project name="omnirom/android_hardware_sony_thermanager"
path="hardware/sony/thermanager" remote="github"
revision="android-6.0" />
<project name="omnirom/android_hardware_sony_timekeep"
path="hardware/sony/timekeep" remote="github"
revision="android-6.0" />
<project name="omnirom/android_packages_apps_SnapdragonCamera"
path="packages/apps/SnapdragonCamera" remote="github"
revision="android-6.0" />
<project name="omnirom/android_external_libnfnetlink"
path="external/libnfnetlink" remote="github"
revision="android-6.0" />
<project name="omnirom/android_external_libnetfilter_conntrack"
path="external/libnetfilter_conntrack" remote="github"
revision="android-6.0" />
</manifest> from xda-developers http://ift.tt/2cBeMuv
via IFTTT
No comments:
Post a Comment