Mark vhal property protos library to be available in any APEX
The library is referenced from VSIDL syntax proto, which is referenced
from VSIDL catalog proto, which is referenced from Middleware generated
code, which is referenced from OEM Service Bundles, which will be put in
APEXes.
Bug: 352027888
Test: m
Change-Id: I49f3fbf214ec1eadd025561e60d2df511740f933
diff --git a/automotive/vehicle/aidl/impl/proto/Android.bp b/automotive/vehicle/aidl/impl/proto/Android.bp
index 1d35e0c..0d3df49 100644
--- a/automotive/vehicle/aidl/impl/proto/Android.bp
+++ b/automotive/vehicle/aidl/impl/proto/Android.bp
@@ -115,6 +115,10 @@
host_supported: true,
vendor_available: true,
product_available: true,
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
exported_include_dirs: ["."],
proto_flags: [
"-I external/protobuf/src",