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

Commit 4c769871 authored by Colin Cross's avatar Colin Cross Committed by android-build-merger
Browse files

Merge "Export framework-res raw resources to robolectric" am: 8ea6953a am: 2fbbe40e

am: 4f1d5403

Change-Id: I3e298436ed414d8ac67cc07b13b5226ef6ffb2a6
parents a88c48e3 4f1d5403
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -39,3 +39,12 @@ android_app {
    // PRODUCT-agnostic resource data like IDs and type definitions.
    export_package_resources: true,
}

// This logic can be removed once robolectric's transition to binary resources is complete
filegroup {
    name: "robolectric_framework_raw_res_files",
    srcs: [
        "assets/**/*",
        "res/**/*",
    ],
}