commit | e5da4ef971258193cd1e89737a12b95b6ac244bb | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Thu Jan 14 12:34:46 2016 -0800 |
committer | John Reck <jreck@google.com> | Thu Jan 14 13:43:55 2016 -0800 |
tree | 233c36cfd66c0e037070c09758943bf8d107e11f | |
parent | a5abf801044c5e53349c2e67428fe011a2f6985f [diff] [blame] |
Trap SIGABRT in RenderThread for unit tests Change-Id: Icc1039543d975497808a8062e9d909537c4a29c9
diff --git a/libs/hwui/Android.mk b/libs/hwui/Android.mk index bbfc022..1adf9ba 100644 --- a/libs/hwui/Android.mk +++ b/libs/hwui/Android.mk
@@ -225,6 +225,7 @@ $(hwui_test_common_src_files) \ tests/unit/CanvasStateTests.cpp \ tests/unit/ClipAreaTests.cpp \ + tests/unit/CrashHandlerInjector.cpp \ tests/unit/DamageAccumulatorTests.cpp \ tests/unit/DeviceInfoTests.cpp \ tests/unit/FatVectorTests.cpp \