Define otacerts_zip module in soong

To move the otacerts module from make to soong, define a new module
type otacerts_zip module. This module collects key files from
PRODUCT_DEFAULT_DEV_CERTIFICATE and PRODUCT_EXTRA_OTA_KEYS
(PRODUCT_EXTRA_RECOVERY_KEYS for recovery) to install the zipped file
in etc.
otacerts_zip module is available to recovery to install the
otacerts.zip file in the recovery partition.

Bug: 335364209
Test: Define "PRODUCT_DEFAULT_DEV_CERTIFICATE := \
                 build/make/target/product/security/testkey" and
      m aosp_cf_system_x86_64
Change-Id: Ib5b671e9caef0403c6d9d69bfab29be248d7086c
This commit is contained in:
Justin Yun
2024-07-04 14:50:57 +09:00
parent b6c0bd1ace
commit 635e788274
4 changed files with 168 additions and 3 deletions

View File

@@ -11,8 +11,9 @@ bootstrap_go_package {
"soong-android",
],
srcs: [
"prebuilt_etc.go",
"install_symlink.go",
"otacerts_zip.go",
"prebuilt_etc.go",
],
testSrcs: [
"prebuilt_etc_test.go",