From ef1a1fdf35fcad396b75b02751d86ef926e288bb Mon Sep 17 00:00:00 2001 From: Spandan Das Date: Fri, 3 Jan 2025 19:43:38 +0000 Subject: Provide avbpubkeys of all apexes all_apex_certs will collect the set of all public keys used to sign apex payloads. This will be used by `CtsAppSecurityHostTestCases` to ensure that release builds are not signed with well known keys. Followup to https://r.android.com/3422436 which collected the test certificates of apexes. Bug: 329299639 Test: m nothing Change-Id: I57314f260a0ff5d7647e6d526cacbdaf29e8b055 --- Android.bp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp index 47a195c1d..98552a779 100644 --- a/Android.bp +++ b/Android.bp @@ -256,5 +256,8 @@ build_prop { all_apex_certs { name: "all_apex_certs", - visibility: ["//cts/tests/tests/security"], + visibility: [ + "//cts/tests/tests/security", + "//cts/hostsidetests/appsecurity", + ], } -- cgit v1.2.3-59-g8ed1b