aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:31:21 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:31:21 +0000
commit610a8fc54edefad9d3a1192f7da38c8793a49bc3 (patch)
tree74e45a722ffd775127a136c27e0c2b8659adc7e9
parent3916da1b5c9c39e933ce8542613d0e77fa4d12f9 (diff)
parent5ba9115da292a2527e8aeac19cef35d468173f85 (diff)
downloadhidl-aml_tz5_341510010.tar.gz
Snap for 10453563 from 5ba9115da292a2527e8aeac19cef35d468173f85 to mainline-tzdata5-releaseaml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: I205bf9d22376b746a1e4bc4bf3530944f0357a0d
-rw-r--r--build/hidl_interface.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/hidl_interface.go b/build/hidl_interface.go
index 4a328020..a4087349 100644
--- a/build/hidl_interface.go
+++ b/build/hidl_interface.go
@@ -798,7 +798,7 @@ func (m *hidlInterface) ConvertWithBp2build(ctx android.TopDownMutatorContext) {
Root: root,
Root_interface_file: root_interface_file,
Min_sdk_version: getMinSdkVersion(m.Name()),
- Tags: android.ConvertApexAvailableToTags(m.properties.Apex_available),
+ Tags: android.ConvertApexAvailableToTagsWithoutTestApexes(ctx, m.properties.Apex_available),
}
props := bazel.BazelTargetModuleProperties{