Lines Matching refs:OPT
88 OPT=""
90 OPT="$OPT -mount-point $MOUNT_POINT"
93 OPT="$OPT -product-out $PRODUCT_OUT"
96 OPT="$OPT -fs-config-file $FS_CONFIG"
99 OPT="$OPT -context-file $FILE_CONTEXTS"
102 OPT="$OPT -block-map $BLOCK_MAP_FILE"
105 OPT="$OPT -b $BLOCK_SIZE"
108 OPT="$OPT -disable-4k-align"
111 MAKE_SQUASHFS_CMD="mksquashfs $SRC_DIR/ $OUTPUT_FILE -no-progress -comp $COMPRESSOR $COMPRESSOR_OPT -no-exports -noappend -no-recovery -no-fragments -no-duplicates -android-fs-config $OPT"