Merge "Set apex_available for libprotobuf-cpp-lite."
diff --git a/Android.bp b/Android.bp
index a0f5752..659525e 100644
--- a/Android.bp
+++ b/Android.bp
@@ -112,6 +112,11 @@
             enabled: true,
         },
     },
+    apex_available: [
+        "//apex_available:platform",
+        "com.android.adbd",
+        "test_com.android.adbd",
+    ],
 }
 
 // C++ lite library for the platform and host.