Snap for 7328689 from 66f2ce22577b5a8f8dc1e9163aa2acc9d0280f49 to sc-release

Change-Id: I51a91f6b15001daa2b574e53ae7cf07107caccb0
diff --git a/Android.bp b/Android.bp
index aad4a60..444c19c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -40,8 +40,13 @@
 cc_library {
     name: "libfruit",
     host_supported: true,
+    vendor_available: true,
     export_include_dirs: ["include", "configuration/android"],
     srcs: ["src/**/*.cpp", ],
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
 }
 
 // TODO: tests written in python+pytest that calls back into compiler. unclear how to best proceed.