Thinker
Thinker
I think we can build only adb with building system of gonk. Building system of gonk already has all dependency rules. All we have to do is let make command...
> diff --git a/drgn/cli.py b/drgn/cli.py > index 44839ec3..c3c41569 100644 > --- a/drgn/cli.py > +++ b/drgn/cli.py > @@ -302,6 +302,14 @@ def _main() -> None: > run_interactive(prog) > > > +class...
> The switch should be positive (enable cache, not skip cache), there should be much more comments and there should be tests. Do you mean that caches should be disabled...