Skip to content
Snippets Groups Projects
Commit e35b1384 authored by Mark White's avatar Mark White Committed by Anton Hansson
Browse files

SdkTestCore for non-updatable modules

Provides SdkTestCore/test_core_current sdk_version for non-updatable
modules that have their test scope dependent on test apis from
framework-minus-apex.

Ignore-AOSP-First: Change in topic with internal-first projects
Bug: 289776578
Test: m checkapi

Merged-In: I855346c01bb609e81b14dbdc13330315badc339e
Change-Id: I855346c01bb609e81b14dbdc13330315badc339e
parent 7d0b6b0e
No related branches found
No related tags found
No related merge requests found
......@@ -520,6 +520,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 {
name: "android_module_lib_stubs_current.from-source",
defaults: [
......
......@@ -393,6 +393,7 @@ func createFullApiLibraries(ctx android.LoadHookContext) {
"android_stubs_current",
"android_system_stubs_current",
"android_test_stubs_current",
"android_test_frameworks_core_stubs_current",
"android_module_lib_stubs_current",
"android_system_server_stubs_current",
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment