commit | c82ea10ea287eea506797cdf13015c50dfb3a1ff | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Feb 19 16:11:02 2020 +0000 |
committer | Anton Hansson <hansson@google.com> | Wed Feb 19 16:26:05 2020 +0000 |
tree | 907ca2b7d0c121ff6932de08f1eb2c1e890fd616 | |
parent | 5ea7a9466bac30b55c98d8879ebd40c329613dc5 [diff] |
Stop exposing generated AIDL from Tethering We don't want new modules exposing stable aidl directly. APIs should be defined as java @SystemApi. It also seems like nothing actually depend on these interfaces, except one simple exception. Bug: 147200698 Test: m Change-Id: Ia4222fa35a9a2f3c75cebb12f75c536f27e2fe16 Merged-In: Ia4222fa35a9a2f3c75cebb12f75c536f27e2fe16
diff --git a/Tethering/common/TetheringLib/Android.bp b/Tethering/common/TetheringLib/Android.bp index cb0de7a..1a3d5b6 100644 --- a/Tethering/common/TetheringLib/Android.bp +++ b/Tethering/common/TetheringLib/Android.bp
@@ -83,7 +83,6 @@ name: "framework-tethering-stubs", srcs: [":framework-tethering-stubs-sources"], libs: ["framework-all"], - static_libs: ["tethering-aidl-interfaces-java"], sdk_version: "core_platform", }