mirror of
https://github.com/LineageOS/android.git
synced 2026-02-24 05:20:00 -05:00
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:
parent
58b3083cee
commit
9024a2f8ab
@ -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" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user