aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoopa Sattiraju <sattiraju@google.com>2021-12-19 23:03:42 -0800
committerRoopa Sattiraju <sattiraju@google.com>2021-12-21 20:04:00 +0000
commit2df8701b033d9ae086fc71e2732baf2043a5a5c7 (patch)
tree26ea8f1fe975880997649f9495c5f2d8047782f2
parentae632dfeec20fc5292002aef01760daa251b9abe (diff)
downloadnanopb-c-2df8701b033d9ae086fc71e2732baf2043a5a5c7.tar.gz
Adding library to bluetooth apex
Bug: 206121418 Test: Compile Change-Id: Iff797922920a0a2d92db4022b8ad93c078c2ef81
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bd07587..c1310f7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -74,6 +74,11 @@ cc_defaults {
cc_library_static {
name: "libprotobuf-c-nano",
defaults: ["libprotobuf-c-nano-defaults"],
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.bluetooth",
+ ],
+ min_sdk_version: "current",
}
cc_library_static {