commit | 606bcdf37bfeefc6f12978cafa74ce2401817a97 | [log] [tgz] |
---|---|---|
author | Jordan Demeulenaere <jdemeulenaere@google.com> | Wed Apr 24 16:12:25 2024 +0200 |
committer | Jordan Demeulenaere <jdemeulenaere@google.com> | Wed Apr 24 16:12:25 2024 +0200 |
tree | 9319fec41024b975b5901eb18552c609132ba1c1 | |
parent | d739277b011db6f9f5cedede0a145a4ea55983aa [diff] |
Move Transition test utils to tests source folder This CL moves the test utils in Transition.kt from scene/tests/utils/src/ to scene/tests/src/. Unfortunately utils in scene/test/utils/src are compiled separately from the STL lib and test sources, which means that they can't access internal members (because of b/240432457). I will need this file to access internal members in ag/26597678, hence the move. Bug: 290930950 Test: pure move + presubmits Flag: N/A Change-Id: I5270eaf8ba373354ff59cbb039a47c3916e36888
diff --git a/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/Transition.kt b/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/Transition.kt similarity index 100% rename from packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/Transition.kt rename to packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/Transition.kt