libarect: Make headers host_supported
A vendor project on git_main needs these headers to preprocess (on the
host) some source files which are also used on the device.
Bug: 325444956
Test: m
Change-Id: Iaaafa4d0e860c4d7660c515e79a36d76dc403b35
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp
index 319716e..cbba711 100644
--- a/libs/arect/Android.bp
+++ b/libs/arect/Android.bp
@@ -40,6 +40,7 @@
cc_library_headers {
name: "libarect_headers",
+ host_supported: true,
vendor_available: true,
min_sdk_version: "29",
// TODO(b/153609531): remove when no longer needed.