Merge "Add java_system_modules for current sdk stubs"

This commit is contained in:
Treehugger Robot
2018-04-15 19:38:30 +00:00
committed by Gerrit Code Review

View File

@@ -35,6 +35,11 @@ java_library_static {
defaults: ["framework-stubs-default"], defaults: ["framework-stubs-default"],
} }
java_system_modules {
name: "android_stubs_current_system_modules",
libs: ["android_stubs_current"],
}
java_library_static { java_library_static {
name: "android_system_stubs_current", name: "android_system_stubs_current",
srcs: [ srcs: [
@@ -43,6 +48,11 @@ java_library_static {
defaults: ["framework-stubs-default"], defaults: ["framework-stubs-default"],
} }
java_system_modules {
name: "android_system_stubs_current_system_modules",
libs: ["android_system_stubs_current"],
}
java_library_static { java_library_static {
name: "android_test_stubs_current", name: "android_test_stubs_current",
srcs: [ srcs: [
@@ -50,3 +60,8 @@ java_library_static {
], ],
defaults: ["framework-stubs-default"], defaults: ["framework-stubs-default"],
} }
java_system_modules {
name: "android_test_stubs_current_system_modules",
libs: ["android_test_stubs_current"],
}