forked from avary/android-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
39 lines (32 loc) · 1.11 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Defaults
--------
For these scripts to work, the following need to be taken into consideration
especially with the memory requirements, otherwise the scripts to compile
CM7 and CM9 will not work
OS: ubuntu 11.04/11.10, Debian 6
Memory: CM7 >= 6G, CM9 >= 15G
* /data/android/git -- All git repos and CM syncs
* /data/android/CM -- Base compilation of CM7
* /data/android/CM-ics -- Base compilation of CM9
* /data/android/recovery -- Base directory for compilation of CWM recovery
* /data/android/leo -- specific files, 3rd-party for devices
* /data/android/twrp -- Base directory for compilation of twrp
* /data/android/toolchain -- The different revisions of toolchain
* /data/android/kernels -- custom kernels for compilation puposes
* /data/androidsdk -- Full android SDK
* /usr/local/bin -- All binaries for x86 that are compiled by CM7
Contents of /data/android/git
-----------------------------
# ls /data/android/git
android
android_bootable_recovery
android_device_htc_click
android_device_htc_leo
android_device_htc_leo_CM
android-scripts
android_vendor_htc_leo
CM
CM-ics
Team-Win-Recovery-Project
TWRP2
more to follow ...