Try NINJA_ARGS="-d keeprsp" mma On Tue, Sep 11, 2018 at 9:35 AM bx L <[email protected]> wrote:
> Hello everyone, > I'm currently studying Android building procedures (with Android 8.0). > I build some modules with "mma" and I see that ninja output logs to > ./out/verbose.log.gz. > When I check the logs, I find that Ninja creates some ".rsp files" to > represent long strings during the build. I would rather print the original > strings or keep the rsp files. A relative link is as followed: > https://groups.google.com/forum/#!topic/ninja-build/TyIdDE8zNUo > It seems like that I should pass the "-d keeprsp" option to ninja. > However, I find that the build system is so complicated, and I find no > way to do that. I try to modify ./out/ninja-aosp_x86_64.sh and build with > the script, but it fails (due to the lack of the parameters or environment, > I guess). > So how can I pass the option to ninja? Is there any other way to know > the contents in .rsp files? > Any suggestion would be appreciated:) > > -- > -- > 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. > -- -- 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.
