Compare commits

..

3 commits

Author SHA1 Message Date
Charles
7844b354a5 Use $(AR) 2025-10-29 13:44:26 -04:00
Charles
45487891f1 Also remove static library when cleaning 2025-09-25 15:24:40 -04:00
Charles
51e8ffe080 Add an option to build a static library 2025-09-25 15:12:11 -04:00
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View file

@ -1,2 +1,2 @@
/out/ out/
/out-light/ out-light/

View file

@ -83,7 +83,7 @@ there will be custom integration offering better performance in the future
along with other hardening for the C standard library implementation. along with other hardening for the C standard library implementation.
For Android, only the current generation, actively developed maintenance branch of the Android For Android, only the current generation, actively developed maintenance branch of the Android
Open Source Project will be supported, which currently means `android16-qpr1-release`. Open Source Project will be supported, which currently means `android16-release`.
## Testing ## Testing