am 2c86bfd2: Sleazy workaround for webkit build failures.

Merge commit '2c86bfd285d8b3765da0144da31d1a3d216cb95c' into eclair-plus-aosp

* commit '2c86bfd285d8b3765da0144da31d1a3d216cb95c':
  Sleazy workaround for webkit build failures.
This commit is contained in:
Andy McFadden 2009-09-10 10:45:25 -07:00 committed by Android Git Automerger
commit 42fe578dae
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ ifeq ($(TARGET_SIMULATOR),true)
# under product/) are actually host-dependent.
# But, the debug type is controlled by TARGET_BUILD_TYPE and not
# HOST_BUILD_TYPE.
TARGET_PRODUCT_OUT_ROOT := $(HOST_OUT_$(TARGET_BUILD_TYPE))/product
TARGET_PRODUCT_OUT_ROOT := $(HOST_OUT_$(TARGET_BUILD_TYPE))/pr
else
TARGET_PRODUCT_OUT_ROOT := $(TARGET_OUT_ROOT)/product
endif