Add vendor_available and apex_available to libfruit. am: 982e10c7fe

Original change: https://android-review.googlesource.com/c/platform/external/google-fruit/+/1651695

Change-Id: I84cecb9c0e4b5c18f9e18e3ec3fe420c988f6d47
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.