commit | 94bddf13e8d93a0512f8e74119814ed900303628 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Mar 08 09:53:55 2022 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Mar 08 09:53:55 2022 +0900 |
tree | 69100c3132b3bc7d9072e0291e970c857102696a | |
parent | 28f4f371610ef6571ee5f09a1ad4857768e19c8a [diff] |
Add libvndksupport-tests to TEST_MAPPING Bug: 208849199 Test: atest libvndksupport-tests, watch TH Change-Id: I9617601d642b9f45f142c6bb483d6edf720566b6
diff --git a/libvndksupport/TEST_MAPPING b/libvndksupport/TEST_MAPPING new file mode 100644 index 0000000..c9b3b20 --- /dev/null +++ b/libvndksupport/TEST_MAPPING
@@ -0,0 +1,7 @@ +{ + "postsubmit": [ + { + "name": "libvndksupport-tests" + } + ] +}
diff --git a/libvndksupport/tests/Android.bp b/libvndksupport/tests/Android.bp index ba700cb..0159395 100644 --- a/libvndksupport/tests/Android.bp +++ b/libvndksupport/tests/Android.bp
@@ -31,4 +31,6 @@ "libvndksupport", "libbase", ], + + test_suites: ["general-tests"], }