commit | 28efde2b7a32cf45f0d4cdd02e22e9dba4071ab6 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jul 22 14:23:12 2019 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jul 23 11:14:48 2019 +0900 |
tree | 12f03a506a3d317ed0e9fd7c95340d121fc36975 | |
parent | 713878d335bd83fc3a6bca059ea0f82c092219ae [diff] [blame] |
Add TEST_MAPPING for libnativeloader Bug: 130388701 Test: watch TH to see if libnativeloader_test is running Change-Id: I0940d13ec4e5c680ce1dbf2f5980b3b20080f7e4
diff --git a/libnativeloader/TEST_MAPPING b/libnativeloader/TEST_MAPPING new file mode 100644 index 0000000..7becb77 --- /dev/null +++ b/libnativeloader/TEST_MAPPING
@@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "libnativeloader_test" + } + ], + "imports": [ + { + "path": "cts/tests/tests/jni" + } + ] +}