Remove invalid assert from RenderActivity::setThread()
authorPyry Haulos <phaulos@google.com>
Thu, 23 Oct 2014 21:52:34 +0000 (14:52 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 23 Oct 2014 21:52:34 +0000 (14:52 -0700)
commitfd1df7eaea78d2c9c6bdb3da51d5f1255c479694
tree6ed68d2d854b908eaf47209af38bbd419f0f0810
parentf8540a99d85b322eb826249746f08111f0137fa8
Remove invalid assert from RenderActivity::setThread()

It is valid to call setThread() with null thread as part of activity
teardown, so the assert was invalid.

Change-Id: I0b3a89db1f5aff04c97def32b1881e0d66e5d250
framework/platform/android/tcuAndroidRenderActivity.cpp