Improve renderscript context teardown.  Track object in the system and then force their cleanup by releasing all user references once destroy context is called.  Java layer will no longer send destroy notifications for objects garbage collected once a context is destroyed.
diff --git a/rsScript.h b/rsScript.h
index 97cb67a..0067fc8 100644
--- a/rsScript.h
+++ b/rsScript.h
@@ -36,7 +36,7 @@
 public:
     typedef void (* InvokeFunc_t)(void);
 
-    Script();
+    Script(Context *);
     virtual ~Script();