commit | 072c04d8f4dd3a1c16b71323941d33e488132cdf | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Sun Jan 06 20:52:27 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Sun Jan 06 20:52:27 2019 -0800 |
tree | 2c2e452577c8cd12e1ae0ac12fc4adea4f9aad8e | |
parent | 8f81d511b19166e8da6856a2b37358619cf9dfdb [diff] | |
parent | 33351930039785304a283b072251a48cfae30a35 [diff] |
Add clatd_test to presubmit. am: 3335193003 Change-Id: I28133d81bf0c2758f784eac6f5d03530c62c987a
diff --git a/Android.bp b/Android.bp index 7f28a3c..82295f3 100644 --- a/Android.bp +++ b/Android.bp
@@ -81,6 +81,7 @@ "liblog", "libnetutils", ], + test_suites: ["device-tests"], } // Microbenchmark.
diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 0000000..c6d599d --- /dev/null +++ b/TEST_MAPPING
@@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "clatd_test" + } + ] +}