Merge "Never allow java_library_host with no_standard_libs: true" am: 393590d8a8

am: 3321670746

Change-Id: Iebd7f4cd4979860ea1b2f9433373546c114d2160
This commit is contained in:
Paul Duffin
2019-06-13 00:17:11 -07:00
committed by android-build-merger
3 changed files with 23 additions and 7 deletions

View File

@@ -136,13 +136,6 @@ func TestClasspath(t *testing.T) {
bootclasspath: []string{"jdk8/jre/lib/jce.jar", "jdk8/jre/lib/rt.jar"},
classpath: []string{},
},
{
name: "host nostdlib",
moduleType: "java_library_host",
host: android.Host,
properties: `no_standard_libs: true`,
classpath: []string{},
},
{
name: "host supported default",