Revert^2 "Add debug ramdisk variant"
78ea2f5eac
Change-Id: I6a6a2ee82e2807045364bab105ec03a1934b411f
This commit is contained in:
@@ -394,6 +394,19 @@ func TestPathForModuleInstall(t *testing.T) {
|
||||
out: "target/product/test_device/vendor_ramdisk/my_test",
|
||||
partitionDir: "target/product/test_device/vendor_ramdisk",
|
||||
},
|
||||
{
|
||||
name: "debug_ramdisk binary",
|
||||
ctx: &testModuleInstallPathContext{
|
||||
baseModuleContext: baseModuleContext{
|
||||
os: deviceTarget.Os,
|
||||
target: deviceTarget,
|
||||
},
|
||||
inDebugRamdisk: true,
|
||||
},
|
||||
in: []string{"my_test"},
|
||||
out: "target/product/test_device/debug_ramdisk/my_test",
|
||||
partitionDir: "target/product/test_device/debug_ramdisk",
|
||||
},
|
||||
{
|
||||
name: "system native test binary",
|
||||
ctx: &testModuleInstallPathContext{
|
||||
@@ -733,6 +746,19 @@ func TestPathForModuleInstallRecoveryAsBoot(t *testing.T) {
|
||||
out: "target/product/test_device/vendor_ramdisk/first_stage_ramdisk/my_test",
|
||||
partitionDir: "target/product/test_device/vendor_ramdisk/first_stage_ramdisk",
|
||||
},
|
||||
{
|
||||
name: "debug_ramdisk binary",
|
||||
ctx: &testModuleInstallPathContext{
|
||||
baseModuleContext: baseModuleContext{
|
||||
os: deviceTarget.Os,
|
||||
target: deviceTarget,
|
||||
},
|
||||
inDebugRamdisk: true,
|
||||
},
|
||||
in: []string{"my_test"},
|
||||
out: "target/product/test_device/debug_ramdisk/first_stage_ramdisk/my_test",
|
||||
partitionDir: "target/product/test_device/debug_ramdisk/first_stage_ramdisk",
|
||||
},
|
||||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
|
Reference in New Issue
Block a user