Skip to content
Snippets Groups Projects
Commit e16466c1 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

build: don't export unneeded variables

Change-Id: If59780ad809c3c6d1412cd41e9740f1616a0e2aa
parent 9a738735
No related branches found
No related tags found
No related merge requests found
......@@ -53,9 +53,6 @@ export API=21
export ANDROID_API=android-$API
export TOOLCHAIN=$ANDROID_NDK/toolchains/llvm/prebuilt/$platform-$arch
export TARGET
export HAVE_ARM
export HAVE_X86
export HAVE_64
if [ -z "$DAEMON_DIR" ]; then
DAEMON_DIR="$(pwd)/../daemon"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment