aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-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"],