aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-03 17:03:00 -0700
committerSteven Moreland <smoreland@google.com>2017-05-03 17:03:00 -0700
commit4b114fa241df177ec7fc36132d3bec20726c4f5f (patch)
treef1b8fd22387d336c1549be08e8379938ef5ebc5c
parentb64e14f30908d644e34c5f27f0a3519b6249874b (diff)
downloadnanopb-c-4b114fa241df177ec7fc36132d3bec20726c4f5f.tar.gz
Required for librilutils Test: build with BOARD_VNDK_VERSION=current Bug: 37429672 Change-Id: I05fa0c12fc8370b6aabdd7e9d95b33a73459319d
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ba28c08..29722c4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,11 +30,13 @@ cc_defaults {
cc_library_static {
name: "libprotobuf-c-nano",
+ vendor_available: true,
defaults: ["libprotobuf-c-nano-defaults"],
}
cc_library_static {
name: "libprotobuf-c-nano-enable_malloc",
+ vendor_available: true,
defaults: ["libprotobuf-c-nano-defaults"],
cflags: ["-DPB_ENABLE_MALLOC"],