From c82ea10ea287eea506797cdf13015c50dfb3a1ff Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Wed, 19 Feb 2020 16:11:02 +0000 Subject: [PATCH] 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 --- Tethering/common/TetheringLib/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Tethering/common/TetheringLib/Android.bp b/Tethering/common/TetheringLib/Android.bp index cb0de7a860..1a3d5b659e 100644 --- a/Tethering/common/TetheringLib/Android.bp +++ b/Tethering/common/TetheringLib/Android.bp @@ -83,7 +83,6 @@ java_library { name: "framework-tethering-stubs", srcs: [":framework-tethering-stubs-sources"], libs: ["framework-all"], - static_libs: ["tethering-aidl-interfaces-java"], sdk_version: "core_platform", }