diff options
author | Paul Duffin <paulduffin@google.com> | 2019-06-13 06:57:19 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-06-13 06:57:19 +0000 |
commit | 393590d8a8868015e8a99b5048334bd37d18851c (patch) | |
tree | 90b085767a2d8b5d762526461e7abc6b3e400f07 /java/sdk_test.go | |
parent | 45656aacab4012c6873dfbb27e91904f10f5d301 (diff) | |
parent | b815ada8c0c231be8e32e2dd4db7fbb33140f885 (diff) |
Merge "Never allow java_library_host with no_standard_libs: true"
Diffstat (limited to 'java/sdk_test.go')
-rw-r--r-- | java/sdk_test.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/java/sdk_test.go b/java/sdk_test.go index 142d6f55e..23d7a98be 100644 --- a/java/sdk_test.go +++ b/java/sdk_test.go @@ -137,13 +137,6 @@ func TestClasspath(t *testing.T) { classpath: []string{}, }, { - name: "host nostdlib", - moduleType: "java_library_host", - host: android.Host, - properties: `no_standard_libs: true`, - classpath: []string{}, - }, - { name: "host supported default", host: android.Host, |