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>