forked from openkylin/platform_build
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:
commit
42fe578dae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue