Loading StubLibraries.bp +1 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,7 @@ java_defaults { // License notices from art module "art-notices-for-framework-stubs-jar", "framework-res-package-jar", // Export package of framework-res ], errorprone: { javacflags: [ Loading core/res/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,13 @@ android_app { export_package_resources: true, } 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 +1 −0 Original line number Diff line number Diff line Loading @@ -287,6 +287,7 @@ java_defaults { // License notices from art module "art-notices-for-framework-stubs-jar", "framework-res-package-jar", // Export package of framework-res ], errorprone: { javacflags: [ Loading
core/res/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,13 @@ android_app { export_package_resources: true, } 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