mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-07-03 14:05:11 +02:00
985325d26c
This is more secure and reliable compared to forcibly enabling fastbootd in recovery. All of the normal AVB and OTA update flows are preserved, except with the user's custom keys. Signed-off-by: Andrew Gunnerson <chillermillerlong@hotmail.com>
16 lines
609 B
Plaintext
16 lines
609 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
|
|
[submodule "external/bouncycastle"]
|
|
path = external/bouncycastle
|
|
url = https://android.googlesource.com/platform/external/bouncycastle
|
|
[submodule "external/apksig"]
|
|
path = external/apksig
|
|
url = https://android.googlesource.com/platform/tools/apksig
|