summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Winson <chiuwinson@google.com> 2019-12-16 15:12:42 -0800
committer Winson <chiuwinson@google.com> 2019-12-16 15:18:18 -0800
commitc0a8834d9cde7554c19f0773e5c6b4f4e13f64ca (patch)
treec51fcb000729e9a8c6450d24075702428cec6455
parentca3449303822953a8cd3f2318979c1ec52a2863b (diff)
Add TEST_MAPPING for ResourceLoaders
Placed in the parent android/content/res directory since most changes that could affect ResourceLoader will be made outside of the RL package. Bug: 138458306 Change-Id: I07fb91ea597ba53633a3bb8e9eafcd9316eda264
-rw-r--r--core/java/android/content/res/TEST_MAPPING7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/java/android/content/res/TEST_MAPPING b/core/java/android/content/res/TEST_MAPPING
new file mode 100644
index 000000000000..daf9a1491cf9
--- /dev/null
+++ b/core/java/android/content/res/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "presubmit": [
+ {
+ "name": "FrameworksResourceLoaderTests"
+ }
+ ]
+}