commit | df6a4f6d788b591b65ad14dc872b3520f0cf4a7c | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Wed Nov 11 20:25:34 2020 -0800 |
committer | Vishnu Nair <vishnun@google.com> | Wed Nov 11 20:25:34 2020 -0800 |
tree | aca85e97d978750ecdfbe0c11623845d121d7d0b | |
parent | 7899958a90a124b5c136c50b36f9b2c86920d403 [diff] [blame] |
Statically link missing libraries to libsurfaceflinger_unittest Some targets do not have the library in their system or vendor image so the test fails to run. Fixes: 170341496 Test: atest -a libsurfaceflinger_unittest on cf_x86_64_phone-userdebug Change-Id: I61e7702e6b36f218bebc7c87853001861a92741e
diff --git a/services/surfaceflinger/TimeStats/Android.bp b/services/surfaceflinger/TimeStats/Android.bp index 3901757..0a23da2 100644 --- a/services/surfaceflinger/TimeStats/Android.bp +++ b/services/surfaceflinger/TimeStats/Android.bp
@@ -1,4 +1,4 @@ -cc_library_shared { +cc_library { name: "libtimestats", srcs: [ "TimeStats.cpp",