Advertisement
gcrutchr

Untitled

Feb 26th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Instructions to make Lineage_v1a3g-userdebug
  2.  
  3. 1. create folder => lin601 (any name will do)
  4. 2. do repo init => repo init -u https://github.com/LineageOS/android.git -b cm13.0
  5. 3. create folder => .repo/local_manifests
  6. 4. put roomservice.xml into .repo/local_manifests folder
  7. 5. repo sync
  8.  
  9. roomservice.xml:
  10.  
  11. <?xml version="1.0" encoding="UTF-8"?>
  12. <manifest>
  13. <project name="exynos5420/android_device_samsung_v1a3g" path="device/samsung/v1a3g" remote="github" />
  14. <project name="exynos5420/android_device_samsung_v1awifi" path="device/samsung/v1awifi" remote="github" />
  15. <project name="exynos5420/android_device_samsung_exynos5420-common" path="device/samsung/exynos5420-common" remote="github" />
  16. <project name="exynos5420/android_kernel_samsung_exynos5420" path="kernel/samsung/exynos5420" remote="github" />
  17. <project name="exynos5420/proprietary_vendor_samsung" path="vendor/samsung" remote="github" />
  18. <project name="lineageos/android_hardware_samsung" path="hardware/samsung" remote="github" />
  19. <project name="lineageos/android_hardware_samsung_slsi-cm_exynos5" path="hardware/samsung_slsi-cm/exynos5" remote="github" />
  20. <project name="lineageos/android_hardware_samsung_slsi-cm_exynos5420" path="hardware/samsung_slsi-cm/exynos5420" remote="github" />
  21. <project name="lineageos/android_external_stlport" path="external/stlport" remote="github" />
  22. <project name="lineageos/android_hardware_samsung_slsi-cm_exynos" path="hardware/samsung_slsi-cm/exynos" remote="github" />
  23. <project name="lineageos/android_hardware_samsung_slsi-cm_openmax" path="hardware/samsung_slsi-cm/openmax" remote="github" />
  24. </manifest>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement