File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,9 @@ sudo pip3 install meson mako jinja2 ply pyyaml
15
15
16
16
3 . Initialize repo:
17
17
18
- ```
19
- repo init -u https://android.googlesource.com/platform/manifest -b android-13.0.0_r35
20
- curl --create-dirs -L -o .repo/local_manifests/manifest_brcm_rpi4.xml -O -L https://raw.githubusercontent.com/raspberry-vanilla/android_local_manifest/android-13.0/manifest_brcm_rpi4.xml
21
- ```
22
-
23
- You can also reduce download size by creating a shallow clone and removing unneeded projects (optional):
24
-
25
18
```
26
19
repo init -u https://android.googlesource.com/platform/manifest -b android-13.0.0_r35 --depth=1
27
- curl --create-dirs -L -o .repo/local_manifests/remove_projects.xml -O -L https://raw.githubusercontent. com/raspberry-vanilla/android_local_manifest/android-13.0/remove_projects.xml
20
+ git clone https://github. com/grapeup/aaos_local_manifest.git .repo/local_manifests
28
21
```
29
22
30
23
4 . Sync source code:
@@ -38,7 +31,7 @@ repo sync
38
31
```
39
32
. build/envsetup.sh
40
33
lunch aosp_rpi4-userdebug
41
- make bootimage systemimage vendorimage -j$(nproc)
34
+ make bootimage systemimage vendorimage
42
35
```
43
36
44
37
6 . Make flashable image:
You can’t perform that action at this time.
0 commit comments