Re: [android-building] verbose: *kati*: slow included makefiles (1037.829698): art/Android.mk

2020-03-31 Thread Yongqin Liu
Hi, Dan 在 2020年3月31日星期二 UTC+8上午1:07:08,Dan Willemsen写道: > > Interesting, 20 minutes still seems super excessive for that  > > You'll probably save some amount of time sharing a single out directory > between devices, but not necessarily if you switch between them frequently, > as some of the

Re: [android-building] verbose: *kati*: slow included makefiles (1037.829698): art/Android.mk

2020-03-30 Thread 'Dan Willemsen' via Android Building
Interesting, 20 minutes still seems super excessive for that  You'll probably save some amount of time sharing a single out directory between devices, but not necessarily if you switch between them frequently, as some of the device-specific files will clobber each other (this was Soong trying to

Re: [android-building] verbose: *kati*: slow included makefiles (1037.829698): art/Android.mk

2020-03-30 Thread Yongqin Liu
Hi, Dan Thanks for the explanation! 在 2020年3月29日星期日 UTC+8上午3:15:52,Dan Willemsen写道: > > So that time was mostly spent initializing the find emulator: > > verbose: *kati*: init find emulator time: 1311.781312 > > What that's doing is walking through your source tree and building up a > data

Re: [android-building] verbose: *kati*: slow included makefiles (1037.829698): art/Android.mk

2020-03-28 Thread 'Dan Willemsen' via Android Building
So that time was mostly spent initializing the find emulator: verbose: *kati*: init find emulator time: 1311.781312 What that's doing is walking through your source tree and building up a data structure to more efficiently (normally!) run `find` commands. This can become very slow if you've