OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMALI
(Results
1 - 2
of
2
) sorted by null
/art/test/etc/
default-build
21
if [ -d
smali
]; then
59
if [ -d
smali
-multidex ]; then
151
elif [ "x$1" = "x--no-
smali
-multidex" ]; then
157
elif [ "x$1" = "x--no-
smali
" ]; then
429
# Compile
Smali
classes
430
${
SMALI
} -JXmx512m assemble ${SMALI_ARGS} --output smali_classes.dex `find
smali
-name '*.
smali
'`
432
# Merge
smali
files into classes.dex, this takes priority over any jasmin files.
454
# Compile
Smali
classe
[
all
...]
/art/test/
run-test
62
# If
smali
was not set by the environment variable, assume it is in the path.
63
if [ -z "$
SMALI
" ]; then
64
export
SMALI
="
smali
"
[
all
...]
Completed in 829 milliseconds