Skip to content

Device tree to build roms for Cubieboard - Allwinner A10/Sun4i

Notifications You must be signed in to change notification settings

hjunii/android_device_cubieboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyanogenMod Sun4i

Compilation Notes

  • Build from Sources

1)Create a directory

mkdir cyanogen

2)Change to the created directory

cd cyanogen

3)Init the CyanogenMod repository

repo init -u git://github.com/CyanogenMod/android.git -b cm-10.1

4)Paste this lines inside new file .repo/manifests/local_manifest.xml and paste this lines inside new file .repo/local_manifest.xml

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
  <!-- remote  name="github" fetch="git://github.com/" /-->
  <remove-project name="CyanogenMod/android_system_vold"/>
  <remove-project name="CyanogenMod/android_hardware_libhardware_legacy"/>
  <remove-project name="CyanogenMod/android_hardware_libhardware"/>
  <remove-project name="CyanogenMod/android_frameworks_native"/>
  <project remote="github" revision="cm-10.1" name="ugers/android_device_907" path="device/softwinner/907" />
  <project remote="github" revision="cm-10.1" name="ugers/android_system_vold" path="system/vold" />
  <project remote="github" revision="cm-10.1" name="ugers/android_hardware_libhardware_legacy" path="hardware/libhardware_legacy" />
  <project remote="github" revision="cm-10.1" name="ugers/android_hardware_libhardware" path="hardware/libhardware" />
  <project remote="github" revision="cm-10.1" name="ugers/android_frameworks_native" path="frameworks/native" />
</manifest>

5)Now type this command:

repo sync -j16

6)Prebuilts:

cd vendor/cm
./get-prebuilts

7)Finally you're ready to build it:

source build/envsetup.sh
brunch cm_907-userdebug

Patches - (if you have already modify your tree and patches can't be applied, run: repo forall -c git reset --hard)

About

Device tree to build roms for Cubieboard - Allwinner A10/Sun4i

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published