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

Commit fad79800 authored by Paul Duffin's avatar Paul Duffin
Browse files

Add test for no_framework_libs:true

Bug: 134566750
Test: m droid
Change-Id: Ie3c5c0730d4505c7932952eb20b5ccafd806a73a
parent b826a2f2
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: "",`,