adb_comp: check compression level after ADB_COMP_NONE
ADB_COMP_NONE
is special cause we don't allow specifying a
level by having max_level = 0
but we set level to 1 to distinguish
it from default compression.
fixes apk mkpkg --compression none
Edited by Sertonix