summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/apex/Android.bp2
-rw-r--r--tests/wifitests/apex/Android.bp2
2 files changed, 1 insertions, 3 deletions
diff --git a/service/apex/Android.bp b/service/apex/Android.bp
index 8eb4e6ca4..54ff6e4fa 100644
--- a/service/apex/Android.bp
+++ b/service/apex/Android.bp
@@ -25,6 +25,7 @@ apex_defaults {
init_rc: ["../wifi.rc"],
key: "com.android.wifi.key",
certificate: ":com.android.wifi.certificate",
+ apps: ["wifi-service-resources"],
}
filegroup {
@@ -37,7 +38,6 @@ apex {
name: "com.android.wifi",
defaults: ["com.android.wifi-defaults"],
manifest: "apex_manifest.json",
- apps: ["wifi-service-resources"],
}
apex_key {
diff --git a/tests/wifitests/apex/Android.bp b/tests/wifitests/apex/Android.bp
index 88e6ce407..13b188044 100644
--- a/tests/wifitests/apex/Android.bp
+++ b/tests/wifitests/apex/Android.bp
@@ -21,8 +21,6 @@ apex {
"//system/apex/tests",
],
defaults: ["com.android.wifi-defaults"],
- // TODO(b/146217017): move this to "com.android.wifi-defaults"
- apps: ["wifi-service-resources"],
manifest: "test_apex_manifest.json",
file_contexts: ":com.android.wifi-file_contexts",
// Test APEX, should never be installed