Merge "Expose TargetFSConfigGen to DeviceConfig from Make"
This commit is contained in:
@@ -1048,3 +1048,7 @@ func (c *config) ProductHiddenAPIStubsSystem() []string {
|
||||
func (c *config) ProductHiddenAPIStubsTest() []string {
|
||||
return c.productVariables.ProductHiddenAPIStubsTest
|
||||
}
|
||||
|
||||
func (c *deviceConfig) TargetFSConfigGen() *string {
|
||||
return c.config.productVariables.TargetFSConfigGen
|
||||
}
|
||||
|
@@ -287,6 +287,8 @@ type productVariables struct {
|
||||
ProductHiddenAPIStubs []string `json:",omitempty"`
|
||||
ProductHiddenAPIStubsSystem []string `json:",omitempty"`
|
||||
ProductHiddenAPIStubsTest []string `json:",omitempty"`
|
||||
|
||||
TargetFSConfigGen *string `json:",omitempty"`
|
||||
}
|
||||
|
||||
func boolPtr(v bool) *bool {
|
||||
|
Reference in New Issue
Block a user