Allow required property be conditional for release_aidl_use_unfrozen am: 585564cab2 am: 65966d29a4

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

Change-Id: Id75755b06fd2ea72108f0aebf07d1e5e6fe70aa8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
yangbill
2024-05-29 21:54:30 +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"`