aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/android/AndroidResources.java
diff options
context:
space:
mode:
authorGravatar asteinb <asteinb@google.com>2018-05-09 11:46:28 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-09 11:48:30 -0700
commit7cddb57365f7d2c0c1ef8d184db3bbf40228c6c2 (patch)
tree4237e3014139c56abca9186497082e5f998ba34a /src/main/java/com/google/devtools/build/lib/rules/android/AndroidResources.java
parentc180c9292a45a000c197d7215a05da315aaf604b (diff)
Expose process_test_data (for android_test) to Skylark
Explicitly work with rele attributes at (or closer to) the top level rather than deep in the code. RELNOTES: none PiperOrigin-RevId: 196004542
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/android/AndroidResources.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/android/AndroidResources.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/android/AndroidResources.java b/src/main/java/com/google/devtools/build/lib/rules/android/AndroidResources.java
index 7858091b3d..842b4ed5ab 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/android/AndroidResources.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/android/AndroidResources.java
@@ -138,7 +138,7 @@ public class AndroidResources {
resourcesAttr);
}
- static AndroidResources from(
+ public static AndroidResources from(
RuleErrorConsumer errorConsumer,
Iterable<FileProvider> resourcesTargets,
String resourcesAttr)