Merge "Export framework-res raw resources to robolectric" am: 8ea6953a12
am: 2fbbe40e59
Change-Id: I61542865ae6248a898450de9abb92f3069bb02e3
This commit is contained in:
@@ -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/**/*",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user