Move the lib paths out of RSInfo.

Change-Id: Ic65874459509043fef261f7e0122aade4e557c57
diff --git a/cpu_ref/rsCpuScript.h b/cpu_ref/rsCpuScript.h
index f26a1bc..151120d 100644
--- a/cpu_ref/rsCpuScript.h
+++ b/cpu_ref/rsCpuScript.h
@@ -35,6 +35,10 @@
     class RSExecutable;
 }
 
+namespace bcinfo {
+    class MetadataExtractor;
+}
+
 namespace android {
 namespace renderscript {
 
@@ -108,6 +112,8 @@
     const Script *mScript;
 
 #ifndef RS_COMPATIBILITY_LIB
+    const char* findCoreLib(const bcinfo::MetadataExtractor& ME, const char* bitcode,
+                            size_t bitcodeSize);
     int (*mRoot)();
     int (*mRootExpand)();
     void (*mInit)();