Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f942281 authored by Luca Stefani's avatar Luca Stefani Committed by android-build-merger
Browse files

Merge "Make get-file-size compatible with toybox stat" am: 04d3c4f6 am: 796e2ed8

am: 2e1d4519

Change-Id: Ifffd2b922ee78032c04abd75f7a5c12788534551
parents 29b4a933 2e1d4519
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,5 +26,5 @@ endef

# $(1): The file to check
define get-file-size
stat --format "%s" "$(1)" | tr -d '\n'
stat -c "%s" "$(1)" | tr -d '\n'
endef