Fix conflict with automatic DPI support on high density devices by forcing bitmap loading to not be scaled.
diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h
index 9d9ec49..3a3f2f7 100644
--- a/libs/rs/rsScriptC.h
+++ b/libs/rs/rsScriptC.h
@@ -77,6 +77,7 @@
     };
     static SymbolTable_t gSyms[];
     static const SymbolTable_t * lookupSymbol(const char *);
+    static void appendDecls(String8 *str);
 };