From 7f8f5b92ce77b45200d0a6ab5a30a443934f5616 Mon Sep 17 00:00:00 2001 From: David Su Date: Wed, 22 Jan 2020 14:05:28 -0800 Subject: Move cacerts_wfa from system to Wifi APEX This allows the WFA certificates to be updated when needed. Bug: 145199837 Test: atest android.security.cts.CertificateTest FrameworksWifiTests Test: Connected to OSU network successfully Change-Id: I63eb67c0eb520352835d1f21bf37b7d643a85393 --- apex/Android.bp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apex') diff --git a/apex/Android.bp b/apex/Android.bp index a758067a23..e143d03014 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -21,6 +21,12 @@ apex_defaults { "wifi-service", "framework-wifi", ], + // from build rule `cacerts_wfa` + prebuilts: [ + "target-cacert-wifi-674b5f5b.0", + "target-cacert-wifi-21125ccd.0", + "target-cacert-wifi-ea93cb5b.0", + ], init_rc: [":wifi-init-rc"], key: "com.android.wifi.key", certificate: ":com.android.wifi.certificate", -- cgit v1.2.3-59-g8ed1b