commit | 19f84868f457486b7170c9130c7526bd1c55c849 | [log] [tgz] |
---|---|---|
author | Vy Nguyen <vyng@google.com> | Wed Sep 23 21:43:31 2020 -0400 |
committer | Vy Nguyen <vyng@google.com> | Thu Oct 15 10:28:19 2020 -0400 |
tree | 86705970ed1ab4748be148108dc967d562b78aee | |
parent | dcbc8ec29a148b0a3fdf675d91b77141325a3a36 [diff] [blame] |
Fix bug in finding another thread's TCB. Change-Id: I06c86ca0c077b464fc6c9fbdf5b89889a26da5fb
diff --git a/tests/libs/Android.bp b/tests/libs/Android.bp index ef4fddd..4b86faf 100644 --- a/tests/libs/Android.bp +++ b/tests/libs/Android.bp
@@ -80,7 +80,7 @@ } cc_test { - name: "thread_exit_cb_helper.cpp", + name: "thread_exit_cb_helper", defaults: ["bionic_testlib_defaults"], srcs: ["thread_exit_cb_helper.cpp"], cflags: ["-fno-emulated-tls"],