Merge "Add test for no_framework_libs:true"
am: 5b775ae8b4
Change-Id: I45889d705416212125ab466432df4f00e21a942d
This commit is contained in:
@@ -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: "",`,
|
||||
|
Reference in New Issue
Block a user