From 8011f03eb2eb428123bfe5e4940ed9acd164cc7b Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Wed, 13 Feb 2019 16:40:47 +0900 Subject: [PATCH] Add TEST_MAPPING for system/core/rootdir/etc bionic-unit-tests runs when one of the linker config files is changed. Test: N/A Change-Id: I8af1a9728dab4492fe34a3b4daab9c5f9973d84f --- rootdir/etc/TEST_MAPPING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rootdir/etc/TEST_MAPPING diff --git a/rootdir/etc/TEST_MAPPING b/rootdir/etc/TEST_MAPPING new file mode 100644 index 000000000..af2ec0f7f --- /dev/null +++ b/rootdir/etc/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "presubmit": [ + { + "name": "bionic-unit-tests" + } + ] +}