aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-08 04:42:40 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-08 04:42:40 +0000
commit63ea87c56ad1555cffede89bde048eb1e5f5d3ce (patch)
tree74e45a722ffd775127a136c27e0c2b8659adc7e9
parentf75a3666c69ff07f16f28c2e1f50ae7d06895a7b (diff)
parent5ba9115da292a2527e8aeac19cef35d468173f85 (diff)
downloadhidl-android14-mainline-healthfitness-release.tar.gz
Snap for 10460766 from 5ba9115da292a2527e8aeac19cef35d468173f85 to mainline-healthfitness-releaseaml_hef_341613000aml_hef_341512030aml_hef_341415040aml_hef_341311010aml_hef_341114030android14-mainline-healthfitness-release
Change-Id: I9519aa6c1056aaf84df1efedf3dc0b0a91fa0d51
-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{