diff options
| author | George Chang <georgekgchang@google.com> | 2021-03-03 17:13:11 +0800 |
|---|---|---|
| committer | George Chang <georgekgchang@google.com> | 2021-07-28 05:53:59 +0000 |
| commit | c66746ccca12d55cb2d26654517183338099a044 (patch) | |
| tree | 3316266f1692e1dfba80ba8c617dc051d6afabfa | |
| parent | 0127bd99035463fb46da90d2e45f5d6b83a06b09 (diff) | |
| download | platform_packages_apps_Nfc-c66746ccca12d55cb2d26654517183338099a044.tar.gz platform_packages_apps_Nfc-c66746ccca12d55cb2d26654517183338099a044.tar.bz2 platform_packages_apps_Nfc-c66746ccca12d55cb2d26654517183338099a044.zip | |
Add TEST_MAPPING
Bug: 181561477
Test: atest --test-mapping system/nfc:postsubmit
Change-Id: I3aa44691ee387ecc57c717f3feb92652c27eb20a
| -rw-r--r-- | TEST_MAPPING | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 00000000..69b9f214 --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,8 @@ +{ + "postsubmit": [ + { + "name": "NfcNciInstrumentationTests", + "keywords": ["primary-device"] + } + ] +} |
