Merge "Expose TargetFSConfigGen to DeviceConfig from Make" am: 8235220a82
am: a0fcf98136
Change-Id: Iafb6fd966ea4c38ed488e3d34de0df7ffe0f6b37
This commit is contained in:
commit
64e8416056
2 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue