aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Duong <joshuaduong@google.com>2020-02-11 23:01:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-02-11 23:01:05 +0000
commit742891030725c6f96f49695cead4948c860749eb (patch)
treefafd405f661bd13c45a0fbe593dd133817a0c562
parentfcd1d5e3e315fb693422fd7125884d984ca24e99 (diff)
parentede2652d76a3ef64223a737104bb39014c9b9efd (diff)
downloadprotobuf-742891030725c6f96f49695cead4948c860749eb.tar.gz
Merge "Set apex_available for libprotobuf-cpp-lite."
-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.