Commit Graph

23 Commits

Author SHA1 Message Date
Debanjan Basu
0756107d95 removed hotfix, as this has been integrated into cargo-ndk already 2024-04-13 19:34:47 +10:00
Christien Rioux
0b587e8f04 minor android fixes 2024-04-05 21:22:42 -04:00
Christien Rioux
bf6be2beed fixes for 'nom' out of date 2024-03-27 17:53:50 -05:00
Christien Rioux
fd4d42c6a2 clippy lint 2024-01-21 15:50:48 -05:00
Christien Rioux
2ef91116ee switch to build hash from modtime for capnp generation 2024-01-20 21:52:23 -05:00
Salvatore Testa
38d9610c6b
Update the Android development enviornment setup
1. Update `ANDROID_SDK_ROOT` to `ANDROID_HOME`. The former variable is
   deprecated. (see https://developer.android.com/tools/variables#envar)
2. Remove `ANDROID_NDK_HOME` environment variable. This should allow the
   build script to work out of the box for more folks.
3. Check that Java is on the `PATH` as opposed to just installing it.
   `asdf` and other runtime management tools are pretty popular, and all
   we care about is that the Java version is accessible.
4. Remove calls to `sudo`. Check to see if CocoaPods exists, if it
   doesn't install it using Homebrew which doesn't require `sudo`.
2023-11-19 17:31:23 -08:00
Christien Rioux
c67a427610 mtime fixes 2023-11-07 21:06:29 -05:00
Christien Rioux
ffacbdfe25 clarify error 2023-11-07 20:38:36 -05:00
Christien Rioux
425b31c023 make capnp only necessary if modifying generated files 2023-11-07 19:27:08 -05:00
Christien Rioux
1e4e9c203c check in generated files 2023-11-07 14:19:28 -05:00
Christien Rioux
edd2ec20ba one more case 2023-10-18 07:40:16 -04:00
Christien Rioux
6f23c4bd0e fix doc build for docs.rs 2023-10-17 22:13:00 -04:00
Christien Rioux
5468e5ce9d capnp warning the right way 2023-10-16 15:10:05 -04:00
Christien Rioux
f8bd8c6e65 protoc warning the right way 2023-10-16 15:09:00 -04:00
Christien Rioux
c80a473fdb missing symbols on x86_64 android emulator 2023-10-10 09:56:56 -04:00
Christien Rioux
0bf595c53a simplify version checking 2023-09-19 19:12:51 -04:00
Christien Rioux
6438a64fc7 clippy work 2023-09-17 19:37:02 -04:00
Christien Rioux
8a1260ed48 clippy --fix 2023-09-17 14:14:39 -04:00
John Smith
177bccbe12 windows build fix 2023-09-16 16:51:58 -04:00
Christien Rioux
ad47e400ed build fixes 2023-09-16 16:51:58 -04:00
John Smith
dad8e50939 oops 2023-09-16 16:51:58 -04:00
Christien Rioux
c01be8f62d capnp and protoc versioning 2023-09-16 16:51:57 -04:00
John Smith
9e94a6a96f initial import of main veilid core 2021-11-22 11:28:30 -05:00