diff options
author | Paul Duffin <paulduffin@google.com> | 2019-06-12 14:21:31 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2019-06-24 16:03:56 +0100 |
commit | 5c2f963a1dd45214b9ce7e9baa3a1b0e5ef14aca (patch) | |
tree | e71a17a88262f2ef856c80f33b43f3990c0230fc /java/sdk_test.go | |
parent | 84338df00141f266a20be6abce20379cd4eabeff (diff) |
Remove the no_framework_libs property
Corrects an error message that refers to no_framework_libs.
Removes any tests that use no_framework_libs:true where possible as
there are duplicate tests for sdk_version:"core_platform". Otherwise,
switches them over to use sdk_version:"core_platform".
Bug: 134566750
Test: m droid
Change-Id: I41abe1a49f5c744e3393ca9cdf0c41888f810c9f
Diffstat (limited to 'java/sdk_test.go')
-rw-r--r-- | java/sdk_test.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/java/sdk_test.go b/java/sdk_test.go index 953c3722f..f82a4fba9 100644 --- a/java/sdk_test.go +++ b/java/sdk_test.go @@ -47,14 +47,6 @@ func TestClasspath(t *testing.T) { aidl: "-Iframework/aidl", }, { - name: "no_framework_libs:true", - properties: `no_framework_libs:true`, - bootclasspath: config.DefaultBootclasspathLibraries, - system: config.DefaultSystemModules, - classpath: []string{}, - aidl: "", - }, - { name: `sdk_version:"core_platform"`, properties: `sdk_version:"core_platform"`, bootclasspath: config.DefaultBootclasspathLibraries, |