On 2012/03/29 14:29:34, bungeman wrote: > Committed revision 3538. Reverted 3538. Works fine on Linux, ...
12 years, 8 months ago
(2012-03-29 14:59:52 UTC)
#4
On 2012/03/29 14:29:34, bungeman wrote:
> Committed revision 3538.
Reverted 3538.
Works fine on Linux, Windows, and Mac. Android has issues because of
SkGlobalInitialization*. The issue is that this makes ports depend on effects
(and possibly others). The underlying issue is that SkGlobalInitialization is
not really a port (which is a platform concept) but a user config.
On 2012/03/29 14:59:52, bungeman wrote: > On 2012/03/29 14:29:34, bungeman wrote: > > Committed revision ...
12 years, 8 months ago
(2012-03-29 15:03:52 UTC)
#6
On 2012/03/29 14:59:52, bungeman wrote:
> On 2012/03/29 14:29:34, bungeman wrote:
> > Committed revision 3538.
>
> Reverted 3538.
>
> Works fine on Linux, Windows, and Mac. Android has issues because of
> SkGlobalInitialization*. The issue is that this makes ports depend on effects
> (and possibly others). The underlying issue is that SkGlobalInitialization is
> not really a port (which is a platform concept) but a user config.
Thanks for the quick revert, Ben. Although it probably would have been OK for
the Android build to be broken for an hour...
You should be able to follow the steps at
http://code.google.com/p/skia/wiki/GettingStartedOnAndroid to reproduce the
build error; let Derek or me know if you'd like any help with that.
Issue 5934044: Correct dependencies in gyp files.
Created 12 years, 8 months ago by bungeman
Modified 12 years, 8 months ago
Reviewers: epoger
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 0