Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0031bf3 authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

Merge "Make framework-res dep in stubs explicit"

parents 2c99ff00 cf42e98e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: [
+7 −0
Original line number Diff line number Diff line
@@ -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",