-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instructions do not work #150
Comments
That's the deprecated instructions (for Android M or earlier). Newer versions use kati automatically (either from source build/kati for Android-N or as a prebuilt in prebuilts/build-tools/linux-x86/bin/ckati for later versions) |
Make it clear that Android-N and later use ckati and ninja automatically. Also remove the reference to goma in the deprecated instructions, since those branches are old enough that they're unlikely to work with goma anymore. Fixes #150
Can we also get instructions on how to use gdb when building Android? That was the intent behind trying to directly invoke anyway... I see that now soong is making the invocation so it looks like it might not be trivial. |
Yeah, that's not necessarily easy, depending on how true you want to keep the environment. It's generally a lot easier to debug a smaller example build if you can create one. To debug kati within soong_ui, it's probably best to create an option that pauses execution with SIGSTOP, or spins (etc) waiting for gdb to connect. |
Reopening to handle the gdb request |
When following the instructions from the README.md I end up with the following error:
Instrumenting a normal build and passing the variables results in more errors.
Also notable is that both methods provided in README are marked as deprecated.
What is the right way to invoke this tool?
The text was updated successfully, but these errors were encountered: