From a5a9cdc4711817f32847928ebacf945c34632c14 Mon Sep 17 00:00:00 2001 From: Gabriel Biren Date: Tue, 29 Oct 2024 21:48:01 +0000 Subject: Add the mainline supplicant rc and config files to the Apex /etc directory. Bug: 365585450 Flag: com.android.wifi.flags.mainline_supplicant Test: Manual test - start the service lazily via a shell command Change-Id: Idd194e8ae6c8ca1567d1b70e590e10de1feecf4b --- apex/Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apex') diff --git a/apex/Android.bp b/apex/Android.bp index f570b8cebd..d7f185273c 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -27,6 +27,8 @@ apex_defaults { // from build rule `cacerts_wfa` prebuilts: [ "cacerts_wfa", + "mainline_supplicant_conf", + "mainline_supplicant_rc", ], key: "com.android.wifi.key", certificate: ":com.android.wifi.certificate", -- cgit v1.2.3-59-g8ed1b