OSDN Git Service

Sleazy workaround for webkit build failures.
authorAndy McFadden <fadden@android.com>
Thu, 10 Sep 2009 17:05:14 +0000 (10:05 -0700)
committerAndy McFadden <fadden@android.com>
Thu, 10 Sep 2009 17:05:14 +0000 (10:05 -0700)
commit2c86bfd285d8b3765da0144da31d1a3d216cb95c
treef31fa4064dc1b3e8f99407ebdf054ec00a4ff7ea
parent270de9284a56f1e9646afb1cf7e9f2720ddaa7b0
Sleazy workaround for webkit build failures.

The WebKit library link line is exceeding 128KB on sim-eng builds.
The path to sim-eng object files is slightly longer than device builds
because the object files live under the "host" directory.

This change truncates the "product" directory name to "pr", reducing the
command line by a few KB.  This only affects sim-eng builds.

The real fix will need be to webkit (see internal bug 1917987), which
will eventually start failing on device builds if it continues to grow.
core/envsetup.mk