Lines Matching refs:local

3 This doc describes how to run a local instance of Compiler Explorer
4 (https://godbolt.org/) with local compilers built from an Android source tree.
50 find $COMPILER_EXPLORER_DIR/compiler-explorer/etc/config -type f -name '*local*' | \
66 cp -r prebuilts/jdk/jdk21/linux-x86 $COMPILER_EXPLORER_DIR/compilers/java-local
67 cp -r external/kotlinc $COMPILER_EXPLORER_DIR/compilers/kotlinc-local
68 mkdir $COMPILER_EXPLORER_DIR/compilers/d8-local
69 cp out/host/linux-x86/framework/r8.jar $COMPILER_EXPLORER_DIR/compilers/d8-local
70 chmod +x $COMPILER_EXPLORER_DIR/compilers/d8-local/r8.jar
71 mkdir $COMPILER_EXPLORER_DIR/compilers/baksmali-local
72 … cp out/host/linux-x86/framework/smali-baksmali.jar $COMPILER_EXPLORER_DIR/compilers/baksmali-local
82 rm -rf $COMPILER_EXPLORER_DIR/compilers/dex2oat-local
83 unzip -d $COMPILER_EXPLORER_DIR/compilers/dex2oat-local out/dist/art_release.zip
94 rm -rf $COMPILER_EXPLORER_DIR/compilers/dex2oat-local/app
95 mkdir -p $COMPILER_EXPLORER_DIR/compilers/dex2oat-local/app/apex/com.android.art/javalib
96 cp $COMPILER_EXPLORER_DIR/compilers/dex2oat-local/bootjars/* \
97 $COMPILER_EXPLORER_DIR/compilers/dex2oat-local/app/apex/com.android.art/javalib
98 mkdir -p $COMPILER_EXPLORER_DIR/compilers/dex2oat-local/app/system/framework
101 --output-dir=$COMPILER_EXPLORER_DIR/compilers/dex2oat-local/app/system/framework \
104 --dex2oat-bin=$COMPILER_EXPLORER_DIR/compilers/dex2oat-local/x86_64/bin/dex2oat64 \
105 --android-root=$COMPILER_EXPLORER_DIR/compilers/dex2oat-local/app \