docs: update Soong Clion docs to point to Aidegen docs since they are easier.

Test: n/a
Change-Id: Ibfc62bdfa637b4c2cf775a09f81828b523c7e036
This commit is contained in:
Tyler Freeman
2022-08-23 15:01:35 -07:00
parent 680f313f3f
commit ac915891e6

View File

@@ -3,6 +3,10 @@
Soong can generate CLion projects. This is intended for source code editing Soong can generate CLion projects. This is intended for source code editing
only. Build should still be done via make/m/mm(a)/mmm(a). only. Build should still be done via make/m/mm(a)/mmm(a).
Note: alternatively, you can use
[aidegen to generate a Clion or VSCode project](https://android.googlesource.com/platform/tools/asuite/+/refs/heads/master/aidegen/README.md)
with a single command, using the `-i c` flag.
CMakeLists.txt project file generation is enabled via environment variable: CMakeLists.txt project file generation is enabled via environment variable:
```bash ```bash