release-request-68cc9b2a-98ae-4fbf-8b56-3e535855f399-for-git_oc-mr1-release-4269864 snap-temp-L25700000092502312

Change-Id: I9b1eff4622d0b1229aed6b30d99a7ed486fbefce
diff --git a/Android.bp b/Android.bp
index 32f90c7..7545459 100644
--- a/Android.bp
+++ b/Android.bp
@@ -77,6 +77,9 @@
     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 @@
     defaults: ["libprotobuf-cpp-lite-defaults"],
     host_supported: true,
     vendor_available: true,
+    vndk: {
+        enabled: true,
+    },
 
     srcs: protobuf_cc_full_src_files,