commit | eee7bd3e543d930d69a182ea81c22dcc155bcdf1 | [log] [tgz] |
---|---|---|
author | Yike <yikezh@google.com> | Wed Sep 28 20:58:25 2022 +0800 |
committer | Yike <yikezh@google.com> | Wed Sep 28 20:58:25 2022 +0800 |
tree | c20a815d9a2524bba0a0695727d49072013fefbb | |
parent | de8f4b28eea70d41689a60009a250273ef81952b [diff] |
Add a missing test dependency for StagedRollbackTest In Android.bp, all dependencies of a test should be declared explicitly, so that test infrastructure could only provide the needed dependencies instead of all to run a test. This change adds the missing dependency that is used in test config file but not declared in Android.bp. Bug: 222438068 Test: atest StagedRollbackTest Change-Id: I6a072ccf1a49f039d8f2ffa40b7d3a68764017e6