Merge "pdk: fix build error on mac"

This commit is contained in:
Iliyan Malchev 2013-02-04 18:32:01 +00:00 committed by Android (Google) Code Review
commit 7b153753b2
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ $(_pdk_fusion_files) : $(_pdk_fusion_stamp)
# Copy with the last-modified time preserved, never follow symbolic links.
$(PRODUCT_OUT)/% : $(_pdk_fusion_intermediates)/% $(_pdk_fusion_stamp)
@mkdir -p $(dir $@)
$(hide) rm -rf $@
$(hide) cp -fpPR $< $@
ifeq (true,$(TARGET_BUILD_PDK_JAVA_PLATFORM))