From 94bddf13e8d93a0512f8e74119814ed900303628 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Tue, 8 Mar 2022 09:53:55 +0900 Subject: [PATCH] Add libvndksupport-tests to TEST_MAPPING Bug: 208849199 Test: atest libvndksupport-tests, watch TH Change-Id: I9617601d642b9f45f142c6bb483d6edf720566b6 --- libvndksupport/TEST_MAPPING | 7 +++++++ libvndksupport/tests/Android.bp | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 libvndksupport/TEST_MAPPING diff --git a/libvndksupport/TEST_MAPPING b/libvndksupport/TEST_MAPPING new file mode 100644 index 000000000..c9b3b20be --- /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 ba700cbb9..015939501 100644 --- a/libvndksupport/tests/Android.bp +++ b/libvndksupport/tests/Android.bp @@ -31,4 +31,6 @@ cc_test { "libvndksupport", "libbase", ], + + test_suites: ["general-tests"], }