summaryrefslogtreecommitdiff
path: root/rsScriptC.h
diff options
context:
space:
mode:
authorJean-Luc Brouillet <jeanluc@google.com>2014-06-09 18:04:16 -0700
committerJean-Luc Brouillet <jeanluc@google.com>2014-06-10 11:44:23 -0700
commitf4d216ee0f0ef18edbde208a61dc4e2fe4c8f050 (patch)
tree32960703ff3fffa7004b64a959aafa46bfc9f772 /rsScriptC.h
parentc2c41ff87105cbc67ad55daf9339ba2a54bf341c (diff)
downloadrs-f4d216ee0f0ef18edbde208a61dc4e2fe4c8f050.tar.gz
Remove FAKE_ARM64_BUILD now that we have 64 build working.
Change-Id: Ieb6627adcd1d097fe709559e182efcfc6841d13e
Diffstat (limited to 'rsScriptC.h')
-rw-r--r--rsScriptC.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsScriptC.h b/rsScriptC.h
index 4a033f15..d26cde04 100644
--- a/rsScriptC.h
+++ b/rsScriptC.h
@@ -20,7 +20,7 @@
#include "rsEnv.h"
#include "rsScript.h"
-#if !defined(FAKE_ARM64_BUILD) && !defined(RS_COMPATIBILITY_LIB) && !defined(ANDROID_RS_SERIALIZE)
+#if !defined(RS_COMPATIBILITY_LIB) && !defined(ANDROID_RS_SERIALIZE)
#include "bcinfo/BitcodeTranslator.h"
#endif
@@ -61,11 +61,11 @@ public:
void setupScript(Context *);
void setupGLState(Context *);
private:
-#if !defined(FAKE_ARM64_BUILD) && !defined(RS_COMPATIBILITY_LIB) && !defined(ANDROID_RS_SERIALIZE)
+#if !defined(RS_COMPATIBILITY_LIB) && !defined(ANDROID_RS_SERIALIZE)
bcinfo::BitcodeTranslator *BT;
#endif
-#if !defined(FAKE_ARM64_BUILD) && !defined(RS_COMPATIBILITY_LIB)
+#if !defined(RS_COMPATIBILITY_LIB)
bool createCacheDir(const char *cacheDir);
#endif
};