diff options
author | 2024-03-20 09:17:37 +1100 | |
---|---|---|
committer | 2024-03-20 09:17:37 +1100 | |
commit | c7e07360d8106079a9b6f98a93c799b0dd739188 (patch) | |
tree | fcf31cc195d260e59ac075ef72bd8fcd23a98519 /apex | |
parent | 1857069e1cd55860eb4e0d5e7f646b36e85ca69f (diff) |
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
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Android.bp | 4 |
1 files changed, 1 insertions, 3 deletions
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", |