From a72d9e34ba6ca54c063fd247b6df4052d63b9c45 Mon Sep 17 00:00:00 2001 From: David Su Date: Tue, 24 Mar 2020 19:11:35 -0700 Subject: 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 --- apex/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apex') 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", ], } -- cgit v1.2.3-59-g8ed1b