Revert^3 "Add debug ramdisk variant"
836a8f3d61
Change-Id: If59529238e26a197bc33b10245b88f538f280ed0
This commit is contained in:
@@ -394,19 +394,6 @@ 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{
|
||||
@@ -746,19 +733,6 @@ 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