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

Commit a81ea29d authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "SdkTestCore for non-updatable modules" into main

parents d3c5bea1 e35b1384
Loading
Loading
Loading
Loading
+16 −0
Original line number Original line Diff line number Diff line
@@ -522,6 +522,22 @@ java_library {
    },
    },
}
}


java_library {
    name: "android_test_frameworks_core_stubs_current.from-source",
    static_libs: [
        "all-updatable-modules-system-stubs",
        "android-non-updatable.stubs.test",
        "private-stub-annotations-jar",
    ],
    defaults: [
        "android.jar_defaults",
        "android_stubs_dists_default",
    ],
    dist: {
        dir: "apistubs/android/test-core",
    },
}

java_library {
java_library {
    name: "android_module_lib_stubs_current.from-source",
    name: "android_module_lib_stubs_current.from-source",
    defaults: [
    defaults: [
+1 −0
Original line number Original line Diff line number Diff line
@@ -393,6 +393,7 @@ func createFullApiLibraries(ctx android.LoadHookContext) {
		"android_stubs_current",
		"android_stubs_current",
		"android_system_stubs_current",
		"android_system_stubs_current",
		"android_test_stubs_current",
		"android_test_stubs_current",
		"android_test_frameworks_core_stubs_current",
		"android_module_lib_stubs_current",
		"android_module_lib_stubs_current",
		"android_system_server_stubs_current",
		"android_system_server_stubs_current",
	}
	}