summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_android.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_android.GNU')
-rw-r--r--ACE/include/makeinclude/platform_android.GNU3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/include/makeinclude/platform_android.GNU b/ACE/include/makeinclude/platform_android.GNU
index 24ebf3bb5b4..94b52b16748 100644
--- a/ACE/include/makeinclude/platform_android.GNU
+++ b/ACE/include/makeinclude/platform_android.GNU
@@ -83,6 +83,9 @@ ifndef CROSS_COMPILE
$(error ANDROID_ABI passed (set to: $(ANDROID_ABI)) is not valid)
endif
+# Export so child processes can use tools from the same toolchain.
+export CROSS_COMPILE
+
ifeq ($(android_force_clang),0)
# Determine if the g++ compiler is GCC or Clang.
# There are at least 3 assumptions being made here: