Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
incognitojam committed Aug 11, 2023
1 parent 8c4ffdf commit 1981231
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/package_ota.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ process_file() {
SIZE=$(wc -c < $FILE_RAW)
echo " $HASH_RAW ($SIZE bytes) (raw)"

echo "Optimizing sparse system image..."
local FILE_OPTIMIZED=/tmp/system-optimized.img
$ROOT/tools/simg2dontcare.py $FILE $FILE_OPTIMIZED

# echo "Creating system casync files"
# casync make --compression=xz --store $OTA_OUTPUT_DIR/system-$HASH $OTA_OUTPUT_DIR/system-$HASH.caibx $FILE_RAW

Expand Down

0 comments on commit 1981231

Please sign in to comment.