aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Duong <joshuaduong@google.com>2020-02-10 16:08:01 -0800
committerJoshua Duong <joshuaduong@google.com>2020-02-10 16:08:01 -0800
commitede2652d76a3ef64223a737104bb39014c9b9efd (patch)
treefafd405f661bd13c45a0fbe593dd133817a0c562
parentfcd1d5e3e315fb693422fd7125884d984ca24e99 (diff)
downloadprotobuf-ede2652d76a3ef64223a737104bb39014c9b9efd.tar.gz
Set apex_available for libprotobuf-cpp-lite.
Bug: 149181583 Bug: 111434128 Bug: 147364041 Test: make Change-Id: I8fa43a64a2fbe30a7e95a8e623d58a1d04dcb73d
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a0f57524b..659525e1f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -112,6 +112,11 @@ cc_library {
enabled: true,
},
},
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.adbd",
+ "test_com.android.adbd",
+ ],
}
// C++ lite library for the platform and host.