commit | 447e8362fc760b3d2789dbfe1eec33f1fc6b1c0e | [log] [tgz] |
---|---|---|
author | Pirama Arumuga Nainar <[email protected]> | Thu Jan 22 12:38:24 2015 -0800 |
committer | Pirama Arumuga Nainar <[email protected]> | Thu Jan 22 14:34:17 2015 -0800 |
tree | b682d5d87e45ee18564c7d3e7b87a1c08e8f34da | |
parent | fd94e4d563465e2e6d665010e0ef4af56f99a0dc [diff] |
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