diff options
| author | 2024-12-09 19:48:03 +0000 | |
|---|---|---|
| committer | 2024-12-09 19:48:03 +0000 | |
| commit | a8fc706128bd73c5dca1eb63336ddb82287c76bd (patch) | |
| tree | 4a8c70c4358b0a0945952f8304e93ebbf3753136 | |
| parent | fa03db81b8db3fa62659bd3e47ee7bc2dde7ce86 (diff) | |
| parent | 54287ca65aa494ea9a23458d933434cf649e7aeb (diff) | |
Merge "Swap target_required by device_common_data" into main am: bc3378bf08 am: 54287ca65a
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3394819
Change-Id: I968f26360cfb316f958a834eebf92a9fbdd3701b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | core/tests/overlaytests/host/Android.bp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/core/tests/overlaytests/host/Android.bp b/core/tests/overlaytests/host/Android.bp index 634098074cca..9b7200436f02 100644 --- a/core/tests/overlaytests/host/Android.bp +++ b/core/tests/overlaytests/host/Android.bp @@ -28,14 +28,14 @@ java_test_host { test_suites: [ "device-tests", ], - target_required: [ - "OverlayHostTests_NonPlatformSignatureOverlay", - "OverlayHostTests_PlatformSignatureStaticOverlay", - "OverlayHostTests_PlatformSignatureOverlay", - "OverlayHostTests_UpdateOverlay", - "OverlayHostTests_FrameworkOverlayV1", - "OverlayHostTests_FrameworkOverlayV2", - "OverlayHostTests_AppOverlayV1", - "OverlayHostTests_AppOverlayV2", + device_common_data: [ + ":OverlayHostTests_NonPlatformSignatureOverlay", + ":OverlayHostTests_PlatformSignatureStaticOverlay", + ":OverlayHostTests_PlatformSignatureOverlay", + ":OverlayHostTests_UpdateOverlay", + ":OverlayHostTests_FrameworkOverlayV1", + ":OverlayHostTests_FrameworkOverlayV2", + ":OverlayHostTests_AppOverlayV1", + ":OverlayHostTests_AppOverlayV2", ], } |