Merge "Let Release_aidl_use_unfrozen add vintf_fragments" into main

This commit is contained in:
Devin Moore
2024-02-29 17:14:40 +00:00
committed by Android (Google) Code Review

View File

@@ -181,8 +181,9 @@ type variableProperties struct {
// release_aidl_use_unfrozen is "true" when a device can
// use the unfrozen versions of AIDL interfaces.
Release_aidl_use_unfrozen struct {
Cflags []string
Cmd *string
Cflags []string
Cmd *string
Vintf_fragments []string
}
} `android:"arch_variant"`
}