Fix namespace inconsistency in .so loading patch

android::renderscript::rs_* and ::rs_* cannot be used interchangeably.
We need a typecast so the base object points in
android::renderscript::rs_* can be refcounted.  The patch to switch to
.so loading path used these two types interchangeably.  This patch fixes
the inconsistency.

Change-Id: I32576f2818a009dcbdd4d429b5c968e2408a109b
1 file changed