Merge "Add test for no_framework_libs:true"

This commit is contained in:
Paul Duffin
2019-06-13 06:56:25 +00:00
committed by Gerrit Code Review

View File

@@ -46,6 +46,14 @@ func TestClasspath(t *testing.T) {
classpath: config.DefaultLibraries,
aidl: "-Iframework/aidl",
},
{
name: "no_framework_libs:true",
properties: `no_framework_libs:true`,
bootclasspath: config.DefaultBootclasspathLibraries,
system: config.DefaultSystemModules,
classpath: []string{},
aidl: "",
},
{
name: "blank sdk version",
properties: `sdk_version: "",`,