manifest: Track custom prebuilts/misc revision

AOSP added only the arm version of libprotobuf-cpp-{lite,full}-21.12
but some of our older vendor blobs also depend on the arm64 version.
We can't fork prebuilts/misc due to its size, so do this trick to add
the arm64 prebuilts of libprotobuf-cpp-{lite,full}-21.12 since we have
no other way of overriding the build target or the repository.

Change-Id: Idde1e5fb3cbc3c260fe629a84afced1e17231287
This commit is contained in:
Michael Bestas 2025-12-11 09:33:26 +02:00 committed by Thomas Turner
parent 58b3083cee
commit 9024a2f8ab

View File

@ -850,7 +850,7 @@
<project path="prebuilts/jdk/jdk8" name="platform/prebuilts/jdk/jdk8" groups="pdk" clone-depth="1" remote="aosp" />
<project path="prebuilts/manifest-merger" name="platform/prebuilts/manifest-merger" groups="pdk" clone-depth="1" remote="aosp" />
<project path="prebuilts/maven_repo/bumptech" name="platform/prebuilts/maven_repo/bumptech" groups="pdk-cw-fs,pdk-fs" clone-depth="1" remote="aosp" />
<project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" />
<project path="prebuilts/misc" name="platform/prebuilts/misc" groups="pdk,sysui-studio" clone-depth="1" remote="aosp" revision="a99b805a56199eeac881d7dd5d0fc1bbd0f19593" />
<project path="prebuilts/module_sdk/art" name="platform/prebuilts/module_sdk/art" groups="pdk" clone-depth="1" remote="aosp" />
<project path="prebuilts/module_sdk/AdServices" name="platform/prebuilts/module_sdk/AdServices" groups="pdk" clone-depth="1" remote="aosp" />
<project path="prebuilts/module_sdk/AppSearch" name="platform/prebuilts/module_sdk/AppSearch" groups="pdk" clone-depth="1" remote="aosp" />