From c7e07360d8106079a9b6f98a93c799b0dd739188 Mon Sep 17 00:00:00 2001 From: ThiƩbaud Weksteen Date: Wed, 20 Mar 2024 09:17:37 +1100 Subject: Use certificate build target With the support for multiple sources in prebuilt_etc, it is possible to simply reference the build target instead of all the certificates it contains. Bug: 328313691 Test: build Change-Id: Ic306fa22a7586d66642e30b7dfafadb91f14d65d --- apex/Android.bp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apex') diff --git a/apex/Android.bp b/apex/Android.bp index e64cef5fc2..276d8166ff 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -26,9 +26,7 @@ apex_defaults { compat_configs: ["wifi-compat-config"], // from build rule `cacerts_wfa` prebuilts: [ - "target-cacert-wifi-674b5f5b.0", - "target-cacert-wifi-21125ccd.0", - "target-cacert-wifi-ea93cb5b.0", + "cacerts_wfa", ], key: "com.android.wifi.key", certificate: ":com.android.wifi.certificate", -- cgit v1.2.3-59-g8ed1b