Merge "Add test for no_framework_libs:true" am: 5b775ae8b4

am: c064604439

Change-Id: I55673fa177754b1d44e5d3d4802e2c64e11a7098
This commit is contained in:
Paul Duffin 2019-06-13 00:16:42 -07:00 committed by android-build-merger
commit ee9d72d0c8

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: "",`,