Files
avbroot/.gitmodules
T
Andrew Gunnerson 985325d26c Switch to OTA patching
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>
2022-07-02 16:17:13 -04:00

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