manifest: Update to android-11.0.0_r29.

Change-Id: Ib4efbf853ed8bb057f450c9459683ff1002a034c
This commit is contained in:
Vishalcj17 2021-02-04 16:30:03 +05:30
parent 385adc1e1d
commit b79100d780
2 changed files with 9 additions and 1 deletions

View File

@ -28,6 +28,10 @@
<remove-project name="platform/bootable/recovery" />
<project path="bootable/recovery" name="AOSPA/android_bootable_recovery" remote="aospa" />
<!-- CTS -->
<remove-project name="platform/cts" />
<project path="cts" name="platform/cts" remote="aosp" />
<!-- Device -->
<remove-project name="device/qcom/common" />
<project path="device/qcom/common" name="AOSPA/android_device_qcom_common" remote="aospa" >
@ -71,6 +75,8 @@
<project path="external/freetype" name="platform/external/freetype" remote="aosp" />
<remove-project name="platform/external/gptfdisk" />
<project path="external/gptfdisk" name="platform/external/gptfdisk" remote="aosp" />
<remove-project name="platform/external/okhttp" />
<project path="external/okhttp" name="platform/external/okhttp" remote="aosp" />
<remove-project name="platform/external/icu" />
<project path="external/icu" name="platform/external/icu" remote="aosp" />
<remove-project name="platform/external/libaom" />
@ -99,6 +105,8 @@
<project path="external/v4l2_codec2" name="platform/external/v4l2_codec2" remote="aosp" />
<remove-project name="platform/external/wayland-protocols" />
<project path="external/wayland-protocols" name="platform/external/wayland-protocols" remote="aosp" />
<remove-project name="platform/external/wpa_supplicant_8" />
<project path="external/wpa_supplicant_8" name="platform/external/wpa_supplicant_8" remote="aosp" />
<!-- External (nano) -->
<project path="external/libncurses" name="LineageOS/android_external_libncurses" remote="github" revision="lineage-18.0" />

View File

@ -5,7 +5,7 @@
<remote name="aosp"
fetch="https://android.googlesource.com"
review="https://android-review.googlesource.com/"
revision="refs/tags/android-11.0.0_r27"/>
revision="refs/tags/android-11.0.0_r29"/>
<!-- CAF -->
<remote name="caf_system"