summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorDavid Su <dysu@google.com>2020-02-21 19:11:07 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-02-21 19:11:07 +0000
commite4de5fc5f6ba53253d9a62f8d3d50703fb18a3dd (patch)
tree5171c796642269e1aada67b281ea06076ebcf99f /service
parentaebc25210b0dc86e0b9051a2cfb1135971a89e5a (diff)
parent07ed7442005132f24b7bb69f2a39ead318ecb5b5 (diff)
Merge "Include OsuLogin in Wifi apex"
Diffstat (limited to 'service')
-rw-r--r--service/apex/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/service/apex/Android.bp b/service/apex/Android.bp
index c6d18757b..17f7ed98e 100644
--- a/service/apex/Android.bp
+++ b/service/apex/Android.bp
@@ -29,7 +29,10 @@ apex_defaults {
],
key: "com.android.wifi.key",
certificate: ":com.android.wifi.certificate",
- apps: ["wifi-service-resources"],
+ apps: [
+ "wifi-service-resources",
+ "OsuLogin",
+ ],
}
filegroup {