commit | 570d72b1cfa06df48397c8004a04acd5601ae2c6 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Fri May 24 10:07:55 2024 +0000 |
committer | Bill Yang <yangbill@google.com> | Fri May 24 10:12:52 2024 +0000 |
tree | 96a188db77b1347fd49d45b3ab9c74d33794179b | |
parent | d02bd377dad293a207651e035d14a21cb8ba7c73 [diff] |
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
diff --git a/android/variable.go b/android/variable.go index a3fdafb..684aab0 100644 --- a/android/variable.go +++ b/android/variable.go
@@ -181,8 +181,9 @@ // 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"` }