Merge "Export framework-res raw resources to robolectric"

This commit is contained in:
Colin Cross
2019-04-04 04:00:13 +00:00
committed by Gerrit Code Review

View File

@@ -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/**/*",
],
}