Mark libarect and libmath as vendor_available

They are used by libui which is VNDK.

Bug: 37731063
Test: sailfish builds and boots
Test: BOARD_VNDK_VERSION=current m libui is successful
Change-Id: I7ecd9b482f8055aaa159e539d630d0034f4b7074
diff --git a/libs/math/Android.bp b/libs/math/Android.bp
index 3ef8b4a..693bace 100644
--- a/libs/math/Android.bp
+++ b/libs/math/Android.bp
@@ -15,6 +15,7 @@
 cc_library_static {
     name: "libmath",
     host_supported: true,
+    vendor_available: true,
     export_include_dirs: ["include"],
 }