diff options
author | Ryan Mitchell <rtmitchell@google.com> | 2020-03-25 14:41:54 -0700 |
---|---|---|
committer | Ryan Mitchell <rtmitchell@google.com> | 2020-04-07 12:15:03 -0700 |
commit | 09943af999fb58c7ef2b5799f5c2aae91c8f35fc (patch) | |
tree | c671450127466759afc598c0617800ae9165f342 /cmds/idmap2 | |
parent | a90930528d4be87b3132bf758afeb6aa7a7524b9 (diff) |
Test that upgrading target apk invalidates idmap
This change adds tests that run in presubmit to verify that updating
the target APK invalidates the idmap for overlays targeting the
target.
Bug: 147794117
Bug: 150877400
Test: atest PackagedUpgradedTest
Change-Id: I0268ea99dc7beb4bbc7009a67d9929e2d82862cb
Diffstat (limited to 'cmds/idmap2')
-rw-r--r-- | cmds/idmap2/TEST_MAPPING | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cmds/idmap2/TEST_MAPPING b/cmds/idmap2/TEST_MAPPING index 26ccf038cba2..9e0fb84c7949 100644 --- a/cmds/idmap2/TEST_MAPPING +++ b/cmds/idmap2/TEST_MAPPING @@ -3,5 +3,10 @@ { "name" : "idmap2_tests" } + ], + "imports": [ + { + "path": "frameworks/base/services/core/java/com/android/server/om" + } ] } |