Home | History | Annotate | Download | only in etc

Lines Matching refs:SMALI

21 if [ -d smali ]; then
45 if [ -d smali-multidex ]; then
92 elif [ "x$1" = "x--no-smali-multidex" ]; then
98 elif [ "x$1" = "x--no-smali" ]; then
208 # Compile Smali classes
209 ${SMALI} -JXmx512m ${SMALI_ARGS} --output smali_classes.dex `find smali -name '*.smali'`
211 # Don't bother with dexmerger if we provide our own main function in a smali file.
220 # Compile Smali classes
221 ${SMALI} -JXmx512m ${SMALI_ARGS} --output smali_classes2.dex `find smali-multidex -name '*.smali'`
223 # Don't bother with dexmerger if we provide our own main function in a smali file.