From 07149d36aa22a6d28725c5bba47c5ae7c62ac289 Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Wed, 7 Aug 2019 17:33:24 +0900 Subject: [PATCH] Add TEST_MAPPING for build/soong/apex build/soong/apex is highly coupled with system/apex. So it is reasonable to "import" presubmit tests from system/apex. Test: atest --test-mapping build/soong/apex Bug: 138984456 Change-Id: I7447e04a63b86486daef0f2a7642842101c0029f --- apex/TEST_MAPPING | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apex/TEST_MAPPING diff --git a/apex/TEST_MAPPING b/apex/TEST_MAPPING new file mode 100644 index 000000000..d0223d1f6 --- /dev/null +++ b/apex/TEST_MAPPING @@ -0,0 +1,7 @@ +{ + "imports": [ + { + "path": "system/apex/apexd" + } + ] +} \ No newline at end of file