Commit Graph

5 Commits

Author SHA1 Message Date
JingMatrix 04a75ce3e8 Turn on EXPORT_COMPILE_COMMANDS
For `clangd` to work properly, one may need to make symbolic links

```
cd patch-loader
ln -sf $PWD/build/tools/debug/arm64-v8a/compile_commands.json build
```
2024-05-19 11:54:44 +02:00
JingMatrix cddf811b9c Update dependencies
1. Use JDK 21
2. Update ksp for compatibility (compulsory)
3. R8 claims that org.lsposed.lspatch.util.ModuleLoader is needed

We use rules in share/lspatch-rules.pro to ensure that LSPatch works
properly after R8 engine
2024-05-18 22:57:32 +02:00
327135569 0c109fb0c7 done with project structure refine 2021-04-07 12:06:30 +08:00
327135569 4aaabe1465 remove useless 2021-04-07 11:58:53 +08:00
xiawanli 6d39c5e11c add .gitignore files 2019-03-24 23:42:06 +08:00