commit | ae114b8c6cfc849f9b678393f344240e8b65cbf1 | [log] [tgz] |
---|---|---|
author | Yike <yikezh@google.com> | Wed Aug 24 14:52:03 2022 +0800 |
committer | Yike <yikezh@google.com> | Wed Aug 24 17:40:32 2022 +0800 |
tree | 551e09f3b849a6148c9bd5b1620cb626360007f9 | |
parent | f138e7aa1821b688342737ef2508659748bea375 [diff] |
Move test apks from `required` to `data` The `required` is inherited from Make and is very vague. It's discouraged by Android Build team to use it. But PermissionUiTestCases and SafetyCenterConfigTests declare test apks in the `required` property, so that this change moves those test apks to the `data` property. Bug: 243493884 Test: atest PermissionUiTestCases SafetyCenterConfigTests Change-Id: I9b1b9939093374a9fcc9e2d961db51bc229ec0c0