commit | 5ed11df4d12f9b8256dabbef9f4c7e77021e1c4c | [log] [tgz] |
---|---|---|
author | Vishnu Nair <vishnun@google.com> | Tue Apr 25 15:44:57 2023 -0700 |
committer | Vishnu Nair <vishnun@google.com> | Tue Apr 25 15:44:57 2023 -0700 |
tree | e9c26266c1be1b51d62e040fca2b11b51df84260 | |
parent | 8bf29931eabb065027fda7ffa7db294b04772a36 [diff] |
[sf] run transaction trace tests with hwasan Test: presubmit Fixes: 272810305 Change-Id: Idf934df00a218cacee9d743a158e35a378bcfec3
diff --git a/services/surfaceflinger/tests/tracing/Android.bp b/services/surfaceflinger/tests/tracing/Android.bp index aa6c74e..21ebaea 100644 --- a/services/surfaceflinger/tests/tracing/Android.bp +++ b/services/surfaceflinger/tests/tracing/Android.bp
@@ -30,7 +30,7 @@ ], test_suites: ["device-tests"], sanitize: { - address: false, + address: true, }, srcs: [ ":libsurfaceflinger_sources",