diff options
author | David Su <dysu@google.com> | 2020-02-21 19:12:51 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-02-21 19:12:51 +0000 |
commit | 4a5f80458a4d231c053e7cdd1d0e29296a129ac3 (patch) | |
tree | 5cc9d441ba527b756d75c711c364a5da8c1636df /service | |
parent | e4de5fc5f6ba53253d9a62f8d3d50703fb18a3dd (diff) | |
parent | 0005843ab9904db97cc1ec056d9aa19548815c27 (diff) |
Merge "Remove wifi-service-resources from /system/priv-app"
Diffstat (limited to 'service')
-rw-r--r-- | service/Android.bp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/service/Android.bp b/service/Android.bp index b40be1382..0f602ff89 100644 --- a/service/Android.bp +++ b/service/Android.bp @@ -119,11 +119,6 @@ java_library { // @CorePlatformApi's sdk_version: "core_platform", - required: [ - "services", - "wifi-service-resources", - ], - jarjar_rules: ":wifi-jarjar-rules", optimize: { enabled: true, |