Hello Xavier, I just wanted to post that I uploaded 2 more patches that should fix the dex problem the way you requested. The first https://android-review.googlesource.com/#/c/103691/ which added an --input-list option to dex. The second https://android-review.googlesource.com/#/c/103790/ writes the libraries to a file and passes that file name to dex.
On Wednesday, July 23, 2014 1:25:36 PM UTC-4, Xavier Ducrohet wrote: > > We probably don't want to do this, as it's extra copying of files (that > can be fairly big) > I think we need to fix dx to make it receive a file that contains a list > of input. > > > On Wed, Jul 23, 2014 at 5:41 AM, <[email protected] <javascript:>> > wrote: > >> Sorry I forgot to post the link to the patch. Here it is >> https://android-review.googlesource.com/#/c/102063/ >> >> >> On Wednesday, July 23, 2014 8:38:37 AM UTC-4, [email protected] >> wrote: >>> >>> Hey guys, >>> >>> I just wanted to post that I submitted a patch to AOSP that fixes this >>> problem. It works by copying all of the libraries into a single folder and >>> passes dx that folder instead of each single library. This way we only >>> pass dx a single directory and not a ton of file paths. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "adt-dev" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Xavier Ducrohet > Android SDK Tech Lead > Google Inc. > http://developer.android.com | http://tools.android.com > > Please do not send me questions directly. Thanks! > -- You received this message because you are subscribed to the Google Groups "adt-dev" 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.
