diff options
author | 2020-03-24 19:11:35 -0700 | |
---|---|---|
committer | 2020-03-25 22:35:03 -0700 | |
commit | a72d9e34ba6ca54c063fd247b6df4052d63b9c45 (patch) | |
tree | fde7dea704d4391b22aee763e3e91f6e6f64f8d4 /apex | |
parent | e99c95c7a07716eec797948f759a7473df5673f9 (diff) |
Rename wifi-service-resources to ServiceWifiResources
- ServiceWifi instead of wifi-service to be consistent
with naming conventions for service jars
- CamelCase to be consistent with other APKs
Also added apex_available to ServiceWifiResources.
Bug: 149589553
Test: compiles
Change-Id: I2060d3eeb2a127fa17a2cabf09d7ef303a5ce391
Diffstat (limited to 'apex')
-rw-r--r-- | apex/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apex/Android.bp b/apex/Android.bp index 65cd6d573e..e23d9cc8f9 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -30,8 +30,8 @@ apex_defaults { key: "com.android.wifi.key", certificate: ":com.android.wifi.certificate", apps: [ - "wifi-service-resources", "OsuLogin", + "ServiceWifiResources", ], } |