summaryrefslogtreecommitdiff
path: root/cmds/bmgr
diff options
context:
space:
mode:
authorAl Sutton <alsutton@google.com>2019-04-30 11:22:04 +0100
committerAl Sutton <alsutton@google.com>2019-05-01 05:48:29 +0000
commit508181e2b725afbccf6e531a5913dca84bf30645 (patch)
treed14ebe711d75b5f95a23b61ba19d03fb67d2a311 /cmds/bmgr
parentc207d5fd05736df02d7d02ce60791f11b3719a79 (diff)
Add TEST_MAPPING for backup paths
Fixes: 131298070 Test: Gerrit verification that tests are running Change-Id: I3eab9721f1f4e74d70b718ca8f54943278ef6ee1
Diffstat (limited to 'cmds/bmgr')
-rw-r--r--cmds/bmgr/TEST_MAPPING11
1 files changed, 11 insertions, 0 deletions
diff --git a/cmds/bmgr/TEST_MAPPING b/cmds/bmgr/TEST_MAPPING
new file mode 100644
index 000000000000..7c0e79e7692d
--- /dev/null
+++ b/cmds/bmgr/TEST_MAPPING
@@ -0,0 +1,11 @@
+{
+ "presubmit": [
+ ],
+ "postsubmit": [
+ ],
+ "imports": [
+ {
+ "path": "frameworks/base/services/backup"
+ }
+ ]
+}