HomeSort by relevance Sort by last modified time
    Searched refs:BUILD_BOOT_OPT (Results 1 - 2 of 2) sorted by null

  /art/test/etc/
host-run-test-jar 25 BUILD_BOOT_OPT=""
54 BUILD_BOOT_OPT="--boot-image=${option#-Ximage:}"
195 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")"
push-and-run-prebuilt-test-jar 58 BUILD_BOOT_OPT="--boot-image=${1#-Ximage:}"
205 $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 113 milliseconds