Fix script instancing issue for RS compatibility library.

Bug: 17734273

This switches us from using symlinked files to using explicit copies. The
latest Android linker actually checks the inode for the loaded shared object,
so a symlink is now insufficient to have it count as a distinct object to
load.

Change-Id: I729993696ef8d656761fe571703ab96d4bec940b
1 file changed