summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJayant Chowdhary <jchowdhary@google.com>2022-05-18 06:51:51 +0000
committerJayant Chowdhary <jchowdhary@google.com>2022-05-18 15:53:12 +0000
commitd17de9f5a59e069b954e5d51c9fbae2376fce85b (patch)
tree46fdb026892a69a4f4788045ef7c016561a5c6a9
parente8df41e5e280628ca4ab504961d6eea9d643261f (diff)
downloadlibhidl-d17de9f5a59e069b954e5d51c9fbae2376fce85b.tar.gz
Make libhidl_gtest_helper vendor_available.
This is needed for vts tests to be marked as vendor tests. Vendor vts tests are useful when we're testing framework hals. Bug: 231517902 Test: build vendor VtsHalCameraProviderV2_4TargetTest Change-Id: I5abab3c29f2212a0680fd179462ff4c254afe1b9 Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index c5d129e..bd7c1a8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -48,6 +48,7 @@ phony {
cc_library_headers {
name: "libhidl_gtest_helper",
+ vendor_available: true,
host_supported: true,
export_include_dirs: ["gtest_helper"],
}