Add ABFS (Android Build Filesystem) configuration option to Soong

Change-Id: Ibbe81004adc67b1212d7e619a35f7425bfee0d72
This commit is contained in:
Taylor Santiago
2024-05-30 14:41:31 -07:00
parent 92b54c4907
commit 3c16e61c57
9 changed files with 75 additions and 4 deletions

View File

@@ -296,6 +296,7 @@ type ProductVariables struct {
HostStaticBinaries *bool `json:",omitempty"`
Binder32bit *bool `json:",omitempty"`
UseGoma *bool `json:",omitempty"`
UseABFS *bool `json:",omitempty"`
UseRBE *bool `json:",omitempty"`
UseRBEJAVAC *bool `json:",omitempty"`
UseRBER8 *bool `json:",omitempty"`