Searched refs:BUILD_BOOT_OPT (Results 1 - 2 of 2) sorted by relevance

/art/test/etc/
H A Dhost-run-test-jar25 BUILD_BOOT_OPT=""
51 BUILD_BOOT_OPT="--boot-image=${option#-Ximage:}"
177 prebuild_cmd="${ANDROID_HOST_OUT}/bin/dex2oatd $COMPILER_FLAGS --instruction-set=$ISA $BUILD_BOOT_OPT --dex-file=$DEX_LOCATION/$TEST_NAME.jar --oat-file=$DEX_LOCATION/dalvik-cache/$ISA/$(echo $DEX_LOCATION/$TEST_NAME.jar/classes.dex | cut -d/ -f 2- | sed "s:/:@:g")"
H A Dpush-and-run-prebuilt-test-jar56 BUILD_BOOT_OPT="--boot-image=${1#-Ximage:}"
196 $INVOKE_WITH /system/bin/dex2oatd $COMPILE_FLAGS $BUILD_BOOT_OPT $BUILD_RELOCATE_OPT --runtime-arg -classpath --runtime-arg $DEX_LOCATION/$TEST_NAME.jar --dex-file=$DEX_LOCATION/$TEST_NAME.jar --oat-file=$DEX_LOCATION/dalvik-cache/$ARCH/$(echo $DEX_LOCATION/$TEST_NAME.jar/classes.dex | cut -d/ -f 2- | sed "s:/:@:g") --instruction-set=$ARCH && \

Completed in 143 milliseconds