diff options
author | 2025-03-21 07:01:21 -0700 | |
---|---|---|
committer | 2025-03-21 07:05:25 -0700 | |
commit | 14af633cd250a7768b6ebcbb7126b053c4a034df (patch) | |
tree | 6be0c900f04c6d3cbc8a52b721a70976299fff65 /libs | |
parent | 9dd0a7ac5a93ad275226c1aba88824dbc02250ee (diff) |
Format Flicker test bp file
Flag: EXEMPT build file changes
Change-Id: Ibcd10fc3b038a3a2b88a3bf91c900d0a637d5b50
Diffstat (limited to 'libs')
-rw-r--r-- | libs/WindowManager/Shell/tests/flicker/Android.bp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libs/WindowManager/Shell/tests/flicker/Android.bp b/libs/WindowManager/Shell/tests/flicker/Android.bp index 7b6cfe3f9f8a..98b0bd0b589d 100644 --- a/libs/WindowManager/Shell/tests/flicker/Android.bp +++ b/libs/WindowManager/Shell/tests/flicker/Android.bp @@ -38,15 +38,15 @@ java_library { ], static_libs: [ "androidx.test.ext.junit", - "flickertestapplib", + "com_android_wm_shell_flags_lib", "flickerlib", "flickerlib-helpers", + "flickertestapplib", + "launcher-aosp-tapl", + "launcher-helper-lib", "platform-test-annotations", "wm-flicker-common-app-helpers", "wm-flicker-common-assertions", - "launcher-helper-lib", - "launcher-aosp-tapl", - "com_android_wm_shell_flags_lib", ], } @@ -60,18 +60,18 @@ java_defaults { test_suites: ["device-tests"], libs: ["android.test.runner.stubs.system"], static_libs: [ - "wm-shell-flicker-utils", "androidx.test.ext.junit", - "flickertestapplib", "flickerlib", "flickerlib-helpers", "flickerlib-trace_processor_shell", + "flickertestapplib", + "launcher-aosp-tapl", + "launcher-helper-lib", "platform-test-annotations", "platform-test-rules", "wm-flicker-common-app-helpers", "wm-flicker-common-assertions", - "launcher-helper-lib", - "launcher-aosp-tapl", + "wm-shell-flicker-utils", ], data: [ ":FlickerTestApp", |