summaryrefslogtreecommitdiffstats
path: root/tools/art
diff options
context:
space:
mode:
Diffstat (limited to 'tools/art')
-rwxr-xr-xtools/art6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/art b/tools/art
index 67bbad0fe0..2bafb0f546 100755
--- a/tools/art
+++ b/tools/art
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-aexec=aexec
+oatexec=oatexec
invoke_with=
while true; do
@@ -23,7 +23,7 @@ while true; do
invoke_with="$1"
shift
elif [ "$1" = "-d" ]; then
- aexec="aexecd"
+ oatexec="oatexecd"
shift
elif expr "$1" : "--" >/dev/null 2>&1; then
echo "unknown option: $1" 1>&2
@@ -37,7 +37,7 @@ mkdir -p /tmp/android-data/art-cache
ANDROID_DATA=/tmp/android-data \
ANDROID_ROOT=$ANDROID_BUILD_TOP/out/host/linux-x86 \
LD_LIBRARY_PATH=$ANDROID_BUILD_TOP/out/host/linux-x86/lib \
-$invoke_with $ANDROID_BUILD_TOP/out/host/linux-x86/bin/$aexec \
+$invoke_with $ANDROID_BUILD_TOP/out/host/linux-x86/bin/$oatexec \
-Xbootclasspath\
:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-hostdex.jar\
:$ANDROID_BUILD_TOP/out/host/linux-x86/framework/core-junit-hostdex.jar\