aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi NGUYEN VAN <reminv@google.com>2021-03-18 20:05:49 +0900
committerRemi NGUYEN VAN <reminv@google.com>2021-03-18 20:05:49 +0900
commit79a14798cee2c7e8aa9ef1ad778dbe40487b5a4a (patch)
tree14272ff1f6380cfaeecda5e0d5313c27a2bd6176
parent4af380a37aaaeee0cd2cb1582ce647a4a284d67f (diff)
downloadprotobuf-79a14798cee2c7e8aa9ef1ad778dbe40487b5a4a.tar.gz
Add apex_available for com.android.tethering
The tethering module should be able to use the proto-nano library as well, with corresponding jarjar rules for com.google.protobuf. Bug: 171860710 Test: m Change-Id: Iaaf1054fd65c9621eee12f39bb9eb20da90c82dd
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 5505b2e6d..3562bc30a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -460,6 +460,7 @@ java_library_static {
apex_available: [
"//apex_available:platform",
// TODO(b/151068271) switch this to //apex_available:anyapex
+ "com.android.tethering",
"com.android.wifi",
],
}