Benoit Pierre
|
2d4b12c99c
|
tools/mk7z: tweak manifest handling code
To support mawk (default awk on debian unstable).
|
2024-05-12 09:47:44 +02:00 |
|
Benoit Pierre
|
e921ed1bc7
|
tools/mk7z: fix subtle bug in manifest handling
A string like `1E2` is interpreted as `100` (`1×10²`):
```bash
▹ echo 0E036904 | awk '{ if ($1) print $1 }'
▹ echo 0E036904 | awk '{ if ($1!="") print $1 }'
0E036904
```
|
2024-05-12 09:47:44 +02:00 |
|
Benoit Pierre
|
ded5558b88
|
android: speed up development cycle
Don't recreate `assets.7z` from scratch every time, and also
ensure it's reproducible to avoid busting gradle's cache.
|
2023-07-10 22:46:53 +02:00 |
|