Files
avbroot/.gitmodules
T
Andrew Gunnerson 806d8117f0 Perform all OTA signing ourselves
With this commit, avbroot now performs the entire OTA signing process
itself. This removes the 4 full .zip builds needed for signing before,
which means that avbroot can now do the full patching process in a
single pass.

Since signapk is no longer needed, the java dependency has been dropped.
This also means that avbroot no longer depends on glibc-based Linux
distros, which was the case before due to signapk's conscrypt
dependency.

Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-02-01 22:29:01 -05:00

10 lines
356 B
Plaintext

[submodule "external/avb"]
path = external/avb
url = https://android.googlesource.com/platform/external/avb/
[submodule "external/update_engine"]
path = external/update_engine
url = https://android.googlesource.com/platform/system/update_engine
[submodule "external/build"]
path = external/build
url = https://android.googlesource.com/platform/build