diff options
| author | 2021-04-15 11:07:05 -0700 | |
|---|---|---|
| committer | 2021-04-15 11:07:05 -0700 | |
| commit | 799540ccea24680735e7a9667ceaccb75c7e8fdc (patch) | |
| tree | 44144abce808c1f7d5d1b576e3d8a89526f56fe9 | |
| parent | 80a7a76b9e5115032cae8ca526c9a97e0413e993 (diff) | |
libsurfaceflinger_unittest: use static power HAL library
Bug: 158791282
Test: Build and run
Signed-off-by: Wei Wang <wvw@google.com>
Change-Id: I1529a3d3ec721482291ede8286f7ecb7f80aaad7
| -rw-r--r-- | services/surfaceflinger/tests/unittests/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/surfaceflinger/tests/unittests/Android.bp b/services/surfaceflinger/tests/unittests/Android.bp index 9f94c73907..4ac096b609 100644 --- a/services/surfaceflinger/tests/unittests/Android.bp +++ b/services/surfaceflinger/tests/unittests/Android.bp @@ -115,6 +115,7 @@ cc_test { "android.hardware.power@1.1", "android.hardware.power@1.2", "android.hardware.power@1.3", + "android.hardware.power-V1-cpp", "libcompositionengine_mocks", "libcompositionengine", "libframetimeline", @@ -137,7 +138,6 @@ cc_test { "android.hardware.graphics.allocator@2.0", "android.hardware.graphics.allocator@3.0", "android.hardware.graphics.common@1.2", - "android.hardware.power-V1-cpp", "libbase", "libbinder", "libcutils", |