Ramdisk modules install to correct location

am: 82db735fbc

Change-Id: I36abb4def08d4b1ce463ad18e1d0ff4099985d8a
This commit is contained in:
Yifan Hong
2020-01-24 16:33:17 -08:00
committed by android-build-merger
3 changed files with 14 additions and 2 deletions

View File

@@ -317,6 +317,8 @@ type productVariables struct {
EnforceProductPartitionInterface *bool `json:",omitempty"`
InstallExtraFlattenedApexes *bool `json:",omitempty"`
BoardUsesRecoveryAsBoot *bool `json:",omitempty"`
}
func boolPtr(v bool) *bool {