ant_core: disable aslr

This commit is contained in:
Jérôme Duval
2021-01-12 18:58:58 +01:00
committed by GitHub
parent 718c550e67
commit 922f97551d

View File

@@ -55,6 +55,7 @@ BUILD()
source /system/data/profile.d/openjdk8.sh
export PATH=$JDK8_HOME/bin:$PATH
export JAVA_HOME="$JDK8_HOME"
export DISABLE_ASLR=1
ANT_HOME= ./build.sh
}