summaryrefslogtreecommitdiff
path: root/apex/aconfig_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'apex/aconfig_test.go')
-rw-r--r--apex/aconfig_test.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/apex/aconfig_test.go b/apex/aconfig_test.go
index bb811f58a..14c0b6394 100644
--- a/apex/aconfig_test.go
+++ b/apex/aconfig_test.go
@@ -74,8 +74,6 @@ func TestValidationAcrossContainersExportedPass(t *testing.T) {
apex_available: [
"myapex",
],
- sdk_version: "none",
- system_modules: "none",
}`,
},
{
@@ -124,8 +122,6 @@ func TestValidationAcrossContainersExportedPass(t *testing.T) {
apex_available: [
"myapex",
],
- sdk_version: "none",
- system_modules: "none",
}`,
},
{
@@ -349,8 +345,6 @@ func TestValidationAcrossContainersNotExportedFail(t *testing.T) {
apex_available: [
"myapex",
],
- sdk_version: "none",
- system_modules: "none",
}`,
expectedError: `.*my_java_library_foo/myapex depends on my_java_aconfig_library_foo/otherapex/production across containers`,
},
@@ -398,8 +392,6 @@ func TestValidationAcrossContainersNotExportedFail(t *testing.T) {
apex_available: [
"myapex",
],
- sdk_version: "none",
- system_modules: "none",
}`,
expectedError: `.*my_android_app_foo/myapex depends on my_java_aconfig_library_foo/otherapex/production across containers`,
},
@@ -701,8 +693,6 @@ func TestValidationAcrossContainersNotExportedFail(t *testing.T) {
apex_available: [
"myapex",
],
- sdk_version: "none",
- system_modules: "none",
}`,
expectedError: `.*my_android_app_foo/myapex depends on my_java_aconfig_library_foo/otherapex/production across containers`,
},
@@ -779,8 +769,6 @@ func TestValidationNotPropagateAcrossShared(t *testing.T) {
apex_available: [
"myapex",
],
- sdk_version: "none",
- system_modules: "none",
}`,
},
}