diff options
author | 2024-10-29 21:48:01 +0000 | |
---|---|---|
committer | 2024-11-02 21:58:34 +0000 | |
commit | a5a9cdc4711817f32847928ebacf945c34632c14 (patch) | |
tree | 906e713540ec87190b1800094e5e24440872c842 /apex | |
parent | 2d055316c0f84c3a9605ca2fe12908724bba931b (diff) |
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
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
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", |