Loading StubLibraries.bp +3 −0 Original line number Diff line number Diff line Loading @@ -295,6 +295,9 @@ droidstubs { java_defaults { name: "android_defaults_stubs_current", libs: [ "stub-annotations" ], static_libs: [ "framework-res-package-jar", // Export package of framework-res ], errorprone: { javacflags: [ "-XepDisableAllChecks", Loading core/res/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,13 @@ android_app { }, } java_genrule { name: "framework-res-package-jar", srcs: [":framework-res{.export-package.apk}"], out: ["framework-res-package.jar"], cmd: "cp $(in) $(out)", } // This logic can be removed once robolectric's transition to binary resources is complete filegroup { name: "robolectric_framework_raw_res_files", Loading Loading
StubLibraries.bp +3 −0 Original line number Diff line number Diff line Loading @@ -295,6 +295,9 @@ droidstubs { java_defaults { name: "android_defaults_stubs_current", libs: [ "stub-annotations" ], static_libs: [ "framework-res-package-jar", // Export package of framework-res ], errorprone: { javacflags: [ "-XepDisableAllChecks", Loading
core/res/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -46,6 +46,13 @@ android_app { }, } java_genrule { name: "framework-res-package-jar", srcs: [":framework-res{.export-package.apk}"], out: ["framework-res-package.jar"], cmd: "cp $(in) $(out)", } // This logic can be removed once robolectric's transition to binary resources is complete filegroup { name: "robolectric_framework_raw_res_files", Loading