Skip to content

Commit a5d522a

Browse files
committedMar 15, 2023
Simplify the readme
1 parent 758a6ff commit a5d522a

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed
 

‎README.md

+2-9
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,9 @@ sudo pip3 install meson mako jinja2 ply pyyaml
1515

1616
3. Initialize repo:
1717

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-
2518
```
2619
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
2821
```
2922

3023
4. Sync source code:
@@ -38,7 +31,7 @@ repo sync
3831
```
3932
. build/envsetup.sh
4033
lunch aosp_rpi4-userdebug
41-
make bootimage systemimage vendorimage -j$(nproc)
34+
make bootimage systemimage vendorimage
4235
```
4336

4437
6. Make flashable image:

0 commit comments

Comments
 (0)