aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 32f90c74a..75454592d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -77,6 +77,9 @@ cc_library {
name: "libprotobuf-cpp-lite",
host_supported: true,
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
defaults: ["libprotobuf-cpp-lite-defaults"],
cflags: ["-DGOOGLE_PROTOBUF_NO_RTTI"],
@@ -204,6 +207,9 @@ cc_library_shared {
defaults: ["libprotobuf-cpp-lite-defaults"],
host_supported: true,
vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
srcs: protobuf_cc_full_src_files,