mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
806d8117f0
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>
10 lines
356 B
Plaintext
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
|