From 28efde2b7a32cf45f0d4cdd02e22e9dba4071ab6 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Mon, 22 Jul 2019 14:23:12 +0900 Subject: [PATCH] Add TEST_MAPPING for libnativeloader Bug: 130388701 Test: watch TH to see if libnativeloader_test is running Change-Id: I0940d13ec4e5c680ce1dbf2f5980b3b20080f7e4 --- libnativeloader/Android.bp | 1 + libnativeloader/TEST_MAPPING | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 libnativeloader/TEST_MAPPING diff --git a/libnativeloader/Android.bp b/libnativeloader/Android.bp index d1c8351bd..b860db983 100644 --- a/libnativeloader/Android.bp +++ b/libnativeloader/Android.bp @@ -92,4 +92,5 @@ cc_test { "libnativeloader-headers", ], system_shared_libs: ["libc", "libm"], + test_suites: ["device-tests"], } diff --git a/libnativeloader/TEST_MAPPING b/libnativeloader/TEST_MAPPING new file mode 100644 index 000000000..7becb7791 --- /dev/null +++ b/libnativeloader/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "libnativeloader_test" + } + ], + "imports": [ + { + "path": "cts/tests/tests/jni" + } + ] +}