On Sat, 19 Jan 2019 at 06:08, Colin Cross <[email protected]> wrote:

> You can get ninja to print the commands it would run with -t commands.
> You can do that in the Android build with:
> NINJA_ARGS="-t commands droid" m
> droid is the default goal, you can replace it with any other goal you
> want, including a module name ("framework"), an installed file
> ("$(getbuildvar PRODUCT_OUT)/system/framework/framework.jar"), or an
> intermediate
> ("out/soong/.intermediates/frameworks/base/framework/android_common/combined/framework.jar").
>

This certainly helps.

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to