瀏覽代碼

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
Jooyung Han 4 年之前
父節點
當前提交
07149d36aa
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      apex/TEST_MAPPING

+ 7 - 0
apex/TEST_MAPPING

@@ -0,0 +1,7 @@
+{
+  "imports": [
+    {
+      "path": "system/apex/apexd"
+    }
+  ]
+}