Tweak build configs and scripts

This commit is contained in:
topjohnwu
2021-01-27 02:36:32 -08:00
parent aa9e7b1ed1
commit c538a77937
4 changed files with 11 additions and 69 deletions

View File

@@ -61,7 +61,6 @@ For Magisk Manager crashes, record and upload the logcat when the crash occurs.
- To start building, run `build.py` to see your options. \
For each action, use `-h` to access help (e.g. `./build.py all -h`)
- To start development, open the project with Android Studio. The IDE can be used for both app (Kotlin/Java) and native (C++/C) sources.
- Select the "appFull" run/debug configuration to run Magisk Manager via Android Studio. The default "app" config will not work.
- Optionally, set custom configs with `config.prop`. A sample `config.prop.sample` is provided.
- To sign APKs and zips with your own private keys, set signing configs in `config.prop`. For more info, check [Google's Documentation](https://developer.android.com/studio/publish/app-signing.html#generate-key).