aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2013-05-23 15:29:33 +0530
committerAmit Pundir <amit.pundir@linaro.org>2013-05-23 15:29:33 +0530
commit67e94b70a18ac3e76fddb8cb6c2c89f4ac5ecb87 (patch)
treedda13a740260d51380f923e0ded6a270d27610fe /build-scripts
parent8032cdc23535bbee7edd296fef119cf7c06e6339 (diff)
create-user-build-script: export Juice build variables from android-build config
Diffstat (limited to 'build-scripts')
-rwxr-xr-xbuild-scripts/create-user-build-script6
1 files changed, 6 insertions, 0 deletions
diff --git a/build-scripts/create-user-build-script b/build-scripts/create-user-build-script
index 2a58ecb..0d95588 100755
--- a/build-scripts/create-user-build-script
+++ b/build-scripts/create-user-build-script
@@ -184,6 +184,12 @@ export TARGET_SIMULATOR=false
export BUILD_TINY_ANDROID=${BUILD_TINY_ANDROID}
export CPUS=\`grep -c processor /proc/cpuinfo\`
export INCLUDE_PERF=${INCLUDE_PERF}
+export TARGET_BUILD_VARIANT=${TARGET_BUILD_VARIANT}
+export BUILD_FS_IMAGE=${BUILD_FS_IMAGE}
+export DEBUG_NO_STRICT_ALIASING=${DEBUG_NO_STRICT_ALIASING}
+export DEBUG_NO_STDCXX11=${DEBUG_NO_STDCXX11}
+export TOOLCHAIN_TRIPLET=${TOOLCHAIN_TRIPLET}
+export ANDROID_64=${ANDROID_64}
EOF
if [ -n "$TOOLCHAIN_URL" ] ; then
cat <<EOF