OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:advzip
(Results
1 - 2
of
2
) sorted by null
/external/srec/config/en.us/
Android.mk
83
# To make the resulting zip as small as possible, install
advzip
from
86
# This make rule will fall back to 'zip' if '
advzip
' is not
96
$(hide) (cd $(DICT_DIR)/ &&
advzip
-a -4 cmu6plus.ok.zip cmu6plus.ok || \
98
echo -e "\n+++
advzip
not installed; fell back to zip\n cmu6plus.ok.zip (`du -h cmu6plus.ok.zip | cut -f 1`) could be ~10% smaller with
advzip
\n"))
/external/smack/asmack-master/
build.bash
565
if cmdExists
advzip
; then
566
echo "
advzip
found, compressing files"
567
find build \( -name '*.jar' -or -name '*.zip' \) -print0 | xargs -n 1 -0 $XARGS_ARGS
advzip
-z4
569
echo "Could not find the
advzip
command."
570
echo "
advzip
will further reduce the size of the generated jar and zip files,"
571
echo "consider installing
advzip
"
Completed in 7365 milliseconds