Merge "Add java_system_modules for current sdk stubs"
am: d0f0748c96
Change-Id: Ia16cf14ef244e3b5dac7d4600bfb453ac27c7da4
This commit is contained in:
@@ -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"],
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user