Merge "Add ABFS (Android Build Filesystem) configuration option to Soong" into main
This commit is contained in:
@@ -1195,6 +1195,10 @@ func (c *config) UseGoma() bool {
|
||||
return Bool(c.productVariables.UseGoma)
|
||||
}
|
||||
|
||||
func (c *config) UseABFS() bool {
|
||||
return Bool(c.productVariables.UseABFS)
|
||||
}
|
||||
|
||||
func (c *config) UseRBE() bool {
|
||||
return Bool(c.productVariables.UseRBE)
|
||||
}
|
||||
|
@@ -294,6 +294,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"`
|
||||
|
Reference in New Issue
Block a user