Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b775ae8 authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Add test for no_framework_libs:true"

parents 48215970 fad79800
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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: "",`,