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

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

Merge "Add sdk_library_test.go to Android.bp file"

parents 7c32e223 9fc208ee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -93,6 +93,7 @@ bootstrap_go_package {
        "plugin_test.go",
        "rro_test.go",
        "sdk_test.go",
        "sdk_library_test.go",
        "system_modules_test.go",
        "systemserver_classpath_fragment_test.go",
    ],
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ func TestJavaSdkLibrary(t *testing.T) {
	result.ModuleForTests("foo.api.system.28", "")
	result.ModuleForTests("foo.api.test.28", "")

	exportedComponentsInfo := result.ModuleProvider(foo.Module(), ExportedComponentsInfoProvider).(ExportedComponentsInfo)
	exportedComponentsInfo := result.ModuleProvider(foo.Module(), android.ExportedComponentsInfoProvider).(android.ExportedComponentsInfo)
	expectedFooExportedComponents := []string{
		"foo.stubs",
		"foo.stubs.source",