platform_build/tools/releasetools/testdata/apkcerts_vendor.txt
Bill Peckham 19c3feb2d3 Build merged apexkeys.txt/apkcerts.txt by partition.
Propagate partition tag data to apexkeys.txt and
apkcerts.txt so that merge_target_files.py can build
merged versions of these files by filtering the
framework files for framework partitions and filtering
the vendor files for vendor partitions.

Bug: 138942268
Change-Id: Ic3226728e97dae84d38ec230ccc86d1b124bea94
2020-03-30 22:33:27 +00:00

6 lines
721 B
Text

name="TestSystem1.apk" certificate="not_selected" private_key="not_selected" partition="system"
name="TestSystem2.apk" certificate="not_selected" private_key="not_selected" partition="system"
name="TestVendor.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key="build/make/target/product/security/testkey.pk8" partition="vendor"
name="TestOdm.apk" certificate="build/make/target/product/security/testkey.x509.pem" private_key="build/make/target/product/security/testkey.pk8" partition="odm"
name="TestProduct.apk" certificate="not_selected" private_key="not_selected" partition="product"
name="TestSystemExt.apk" certificate="not_selected" private_key="not_selected" partition="system_ext"