diff options
author | 2025-03-06 13:30:15 -0800 | |
---|---|---|
committer | 2025-03-06 14:30:23 -0800 | |
commit | 76e3fd0015aaf7de42da93f0ffbfb39152987ed3 (patch) | |
tree | 386de963de458b85f03a53f9eec5e0ab920e6e54 | |
parent | fabe2265f7146d3497e0f75ed75a200c2d719429 (diff) |
REmove AdoptableHostTest from TEST_MAPPING
That entry doesn't match any Android.bp so it executes nothing.
This was notified before via b/155715039
This CL simply clean the invalid entry.
Flag: TEST_ONLY
Test: presubmit
Bug: 401287460
Change-Id: I24fd3b0154b891eddaf573fcc7d145bfbd7dff61
-rw-r--r-- | cmds/installd/TEST_MAPPING | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmds/installd/TEST_MAPPING b/cmds/installd/TEST_MAPPING index fc4cfc98dc..d53c94ba55 100644 --- a/cmds/installd/TEST_MAPPING +++ b/cmds/installd/TEST_MAPPING @@ -18,10 +18,6 @@ { "name": "run_dex2oat_test" }, - // AdoptableHostTest moves packages, part of which is handled by installd - { - "name": "AdoptableHostTest" - }, { "name": "CtsUsesLibraryHostTestCases" }, |