diff options
| author | 2024-04-16 17:32:54 +0000 | |
|---|---|---|
| committer | 2024-04-16 17:32:54 +0000 | |
| commit | d00c53bb080038f77cd8301b56817559705ae11f (patch) | |
| tree | ca0192d22006b3b9f9e134dc5bd9343bc24f1554 | |
| parent | d4a45efecb77e10a1c97cc96830d520ca32e7e4b (diff) | |
| parent | bd161c547e83d0bba8f2d8e0d588fb650e338a40 (diff) | |
Merge "Adding FileSystemUtilsTests to postsubmit" into main am: bd161c547e
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3042793
Change-Id: I52be58c2d4455a37982fcadc6de31b8403d3e071
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/tests/FileSystemUtilsTest/TEST_MAPPING | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/tests/FileSystemUtilsTest/TEST_MAPPING b/core/tests/FileSystemUtilsTest/TEST_MAPPING new file mode 100644 index 000000000000..89b3a7acc10c --- /dev/null +++ b/core/tests/FileSystemUtilsTest/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "postsubmit": [ + { + "name": "FileSystemUtilsTests" + } + ] +} |