diff options
author | 2019-11-21 15:56:37 -0700 | |
---|---|---|
committer | 2019-12-07 11:52:44 -0700 | |
commit | 56c34e8664898bf02ff357e5bea529021c22de21 (patch) | |
tree | 45c1ebdc24b56760693e0eda539b9cf9c5f93e0e /TEST_MAPPING | |
parent | f3858b906d57550e08f7d10e7102465183ddf8d4 (diff) |
Structure MediaProvider as an APEX.
Based on guidance from the Mainline team, we're placing the
MediaProvider APK inside a new APEX, as this will allow us to
move MediaStore.java inside the module boundary in a future CL.
As part of this restructuring, we need the pre-Mainline APK to
remain intact to preserve the user's media database. There is
already logic in place from previous CLs that will migrate data
from the pre-Mainline to the post-Mainline world, including tests
to verify that the migration works.
Bug: 144247087
Test: atest --test-mapping packages/providers/MediaProvider
Change-Id: I14e016d32dd934d1a92cc6abe82a9a45d8b1abe7
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 2f1353b66..7515741a5 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -4,6 +4,9 @@ "name": "MediaProviderTests" }, { + "name": "MediaProviderClientTests" + }, + { "name": "CtsProviderTestCases", "options": [ { |