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

Commit 796e2ed8 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

Change-Id: I528266c18e5c6ee81bf54c853cd829e7c0df7535
parents 6fc5fb5f 04d3c4f6
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