Merge "Rename vendor-ramdisk to vendor_ramdisk"
This commit is contained in:
commit
7d3f2caec0
2 changed files with 3 additions and 3 deletions
|
@ -1662,9 +1662,9 @@ func modulePartition(ctx ModuleInstallPathContext, os OsType) string {
|
|||
// on a device without a dedicated recovery partition, install the
|
||||
// recovery variant.
|
||||
if ctx.DeviceConfig().BoardMoveRecoveryResourcesToVendorBoot() {
|
||||
partition = "vendor-ramdisk/first_stage_ramdisk"
|
||||
partition = "vendor_ramdisk/first_stage_ramdisk"
|
||||
} else {
|
||||
partition = "vendor-ramdisk"
|
||||
partition = "vendor_ramdisk"
|
||||
}
|
||||
if !ctx.InstallInRoot() {
|
||||
partition += "/system"
|
||||
|
|
|
@ -124,7 +124,7 @@ func installClean(ctx Context, config Config) {
|
|||
productOut("obj/PACKAGING"),
|
||||
productOut("ramdisk"),
|
||||
productOut("debug_ramdisk"),
|
||||
productOut("vendor-ramdisk"),
|
||||
productOut("vendor_ramdisk"),
|
||||
productOut("vendor_debug_ramdisk"),
|
||||
productOut("test_harness_ramdisk"),
|
||||
productOut("recovery"),
|
||||
|
|
Loading…
Reference in a new issue