Let Release_aidl_use_unfrozen add vintf_fragments
The product_config variable can be used to add different vintf_fragments. Ignore-AOSP-First: this is required for vFRC finalization and needs to be submitted ASAP. This can be cherry-picked to aosp after finalization. Test: launch_cvd && atest hal_implementation_test Test: lunch `next` && atest vts_treble_vintf_framework_test Bug: 279809333 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b93c1a74cf89caef950c63d64b93f2ccfefcbce8) Merged-In: Ied17ad4c4564a5d97f93001734fba7cc6648bbc2 Change-Id: Ied17ad4c4564a5d97f93001734fba7cc6648bbc2
This commit is contained in:
@@ -181,8 +181,9 @@ type variableProperties struct {
|
|||||||
// release_aidl_use_unfrozen is "true" when a device can
|
// release_aidl_use_unfrozen is "true" when a device can
|
||||||
// use the unfrozen versions of AIDL interfaces.
|
// use the unfrozen versions of AIDL interfaces.
|
||||||
Release_aidl_use_unfrozen struct {
|
Release_aidl_use_unfrozen struct {
|
||||||
Cflags []string
|
Cflags []string
|
||||||
Cmd *string
|
Cmd *string
|
||||||
|
Vintf_fragments []string
|
||||||
}
|
}
|
||||||
} `android:"arch_variant"`
|
} `android:"arch_variant"`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user