Re: RFR: 8151630 and 8151631 ios build failures after b106 merge

2016-03-11 Thread Erik Joelsson
Looks ok. /Erik On 2016-03-10 20:33, Gary Adams wrote: A minor problem arises when we eliminate the last cmd from the ios build. When making images the support/modules_cmds-stripped is passed to the jimage tool, but the directory is not created if no cmds were processed. This will be a moot is

Re: RFR: 8151630 and 8151631 ios build failures after b106 merge

2016-03-10 Thread Gary Adams
A minor problem arises when we eliminate the last cmd from the ios build. When making images the support/modules_cmds-stripped is passed to the jimage tool, but the directory is not created if no cmds were processed. This will be a moot issue once the jigsaw integration is complete. In the inter

Re: RFR: 8151630 and 8151631 ios build failures after b106 merge

2016-03-10 Thread Erik Joelsson
Looks ok for now. /Erik On 2016-03-10 17:43, Gary Adams wrote: Here are two quick fixes for ios build issues after the b106 merge A quick workaround for the ios build issue with upack executable is to noop the launcher makefile, similar to what has been done for other launcher makefiles. A l

RFR: 8151630 and 8151631 ios build failures after b106 merge

2016-03-10 Thread Gary Adams
Here are two quick fixes for ios build issues after the b106 merge A quick workaround for the ios build issue with upack executable is to noop the launcher makefile, similar to what has been done for other launcher makefiles. A longer term solution will be added later with a proper configure fla