update to android-13.0.0_r61
This commit is contained in:
@@ -16,14 +16,14 @@ sudo pip3 install meson mako jinja2 ply pyyaml dataclasses
|
|||||||
3. Initialize repo:
|
3. Initialize repo:
|
||||||
|
|
||||||
```
|
```
|
||||||
repo init -u https://android.googlesource.com/platform/manifest -b android-13.0.0_r52
|
repo init -u https://android.googlesource.com/platform/manifest -b android-13.0.0_r61
|
||||||
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
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
Or optionally, you can reduce download size by creating a shallow clone and removing unneeded projects:
|
Or optionally, you can reduce download size by creating a shallow clone and removing unneeded projects:
|
||||||
|
|
||||||
```
|
```
|
||||||
repo init -u https://android.googlesource.com/platform/manifest -b android-13.0.0_r52 --depth=1
|
repo init -u https://android.googlesource.com/platform/manifest -b android-13.0.0_r61 --depth=1
|
||||||
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
|
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
|
||||||
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
|
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
|
||||||
```
|
```
|
||||||
|
@@ -13,6 +13,9 @@
|
|||||||
<remove-project name="device/google/coral" />
|
<remove-project name="device/google/coral" />
|
||||||
<remove-project name="device/google/coral-kernel" />
|
<remove-project name="device/google/coral-kernel" />
|
||||||
<remove-project name="device/google/coral-sepolicy" />
|
<remove-project name="device/google/coral-sepolicy" />
|
||||||
|
<remove-project name="device/google/felix" />
|
||||||
|
<remove-project name="device/google/felix-sepolicy" />
|
||||||
|
<remove-project name="device/google/felix-kernel" />
|
||||||
<remove-project name="device/google/gs101" />
|
<remove-project name="device/google/gs101" />
|
||||||
<remove-project name="device/google/gs101-sepolicy" />
|
<remove-project name="device/google/gs101-sepolicy" />
|
||||||
<remove-project name="device/google/gs201" />
|
<remove-project name="device/google/gs201" />
|
||||||
@@ -31,6 +34,9 @@
|
|||||||
<remove-project name="device/google/redbull-sepolicy" />
|
<remove-project name="device/google/redbull-sepolicy" />
|
||||||
<remove-project name="device/google/redfin" />
|
<remove-project name="device/google/redfin" />
|
||||||
<remove-project name="device/google/redfin-sepolicy" />
|
<remove-project name="device/google/redfin-sepolicy" />
|
||||||
|
<remove-project name="device/google/tangorpro" />
|
||||||
|
<remove-project name="device/google/tangorpro-sepolicy" />
|
||||||
|
<remove-project name="device/google/tangorpro-kernel" />
|
||||||
<remove-project name="device/google/sunfish" />
|
<remove-project name="device/google/sunfish" />
|
||||||
<remove-project name="device/google/sunfish-kernel" />
|
<remove-project name="device/google/sunfish-kernel" />
|
||||||
<remove-project name="device/google/sunfish-sepolicy" />
|
<remove-project name="device/google/sunfish-sepolicy" />
|
||||||
|
Reference in New Issue
Block a user