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

  /libcore/ojluni/src/test/
artrun 20 ### Change the BOOTCLASSPATH to pick up bootlib classes.
93 # Dummy image location name. Art ignores the bootclasspath setting if a boot image
94 # already exists, so we force it to create a new boot image with our correct bootclasspath.
105 core-ojtests-hostdex.jar # This is the *one* addition that makes our OJ tests actually run. The rest of these are standard jars on the bootclasspath.
116 export BOOTCLASSPATH=$(join ":" "${BOOT_DEXJARS_ABS[@]}") # a,b,c
118 echo "BOOTCLASSPATH=$BOOTCLASSPATH"
126 echo "export BOOTCLASSPATH=$BOOTCLASSPATH"
  /system/core/rootdir/
Android.mk 90 $(hide) sed -e 's?%BOOTCLASSPATH%?$(PRODUCT_BOOTCLASSPATH)?g' $< >$@

Completed in 582 milliseconds