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
This commit is contained in:
Jooyung Han 2019-08-07 17:33:24 +09:00
parent fb4ecc42ce
commit 07149d36aa

7
apex/TEST_MAPPING Normal file
View file

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