ART: Call ThreadGroup.add for attached threads

When attaching threads to the runtime, call ThreadGroup.add to
let the thread's group know that the thread is now started. This
fixes incorrect internal accounting.

Test: art/test/testrunner/testrunner.py -b --host -t 169
Test: m test-art-host
Change-Id: I60362b6b53acf06b97779ea9b3b0bc6264f1dc2d
diff --git a/test/Android.bp b/test/Android.bp
index 2985077..72e8eee 100644
--- a/test/Android.bp
+++ b/test/Android.bp
@@ -373,6 +373,7 @@
         "149-suspend-all-stress/suspend_all.cc",
         "154-gc-loop/heap_interface.cc",
         "167-visit-locks/visit_locks.cc",
+        "169-threadgroup-jni/jni_daemon_thread.cc",
         "203-multi-checkpoint/multi_checkpoint.cc",
         "305-other-fault-handler/fault_handler.cc",
         "454-get-vreg/get_vreg_jni.cc",