diff options
| author | 2020-02-21 11:01:15 +0000 | |
|---|---|---|
| committer | 2020-02-21 11:01:15 +0000 | |
| commit | 358a2d2c99846698253521851a397708002f27d5 (patch) | |
| tree | 677dc62f01b6057a7c20f9f0b2ce2eea44cbeba9 | |
| parent | 248267c37a189afe5f40d671e8c5e0119f76a890 (diff) | |
| parent | 72f9d6352e3293834fbcdc908b0576d301669d33 (diff) | |
Merge "framework-wifi: Stop linking all frameworks/base/core/java AIDLs"
| -rw-r--r-- | Android.bp | 6 | ||||
| -rw-r--r-- | wifi/Android.bp | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index d63cd4ef0614..7764d25e7f61 100644 --- a/Android.bp +++ b/Android.bp @@ -1228,6 +1228,12 @@ java_library { visibility: ["//frameworks/base/wifi"], } +filegroup { + name: "framework-wifi-util-lib-aidls", + srcs: ["core/java/android/content/pm/ParceledListSlice.aidl"], + path: "core/java", +} + // utility classes statically linked into wifi-service filegroup { name: "framework-wifi-service-shared-srcs", diff --git a/wifi/Android.bp b/wifi/Android.bp index 5c9fb4e86bc7..0c6cf1c170f5 100644 --- a/wifi/Android.bp +++ b/wifi/Android.bp @@ -89,6 +89,7 @@ java_library { ], srcs: [ ":framework-wifi-updatable-sources", + ":framework-wifi-util-lib-aidls", ], // java_api_finder must accompany `srcs` plugins: ["java_api_finder"], |