Allow required property be conditional for release_aidl_use_unfrozen am: 585564cab2

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3099338

Change-Id: I7206f89198f4e9f1194f164992fee5d4776adf1b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
yangbill
2024-05-27 04:09:34 +00:00
committed by Automerger Merge Worker

View File

@@ -183,6 +183,7 @@ type variableProperties struct {
Release_aidl_use_unfrozen struct {
Cflags []string
Cmd *string
Required []string
Vintf_fragments []string
}
} `android:"arch_variant"`