On Sat, 19 Jan 2019 at 06:08, Colin Cross <ccr...@android.com> 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 android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
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 android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to