OSDN Git Service

resolve merge conflicts of e8a3ea8 to nyc-mr1-dev-plus-aosp
authorsmain@google.com <smain@google.com>
Wed, 31 Aug 2016 15:42:09 +0000 (08:42 -0700)
committersmain@google.com <smain@google.com>
Wed, 31 Aug 2016 15:42:09 +0000 (08:42 -0700)
Change-Id: Ied5ddc04e6da65cba62698cd18ba78496f5fb646

1  2 
Android.mk

diff --cc Android.mk
@@@ -1103,8 -1106,10 +1103,8 @@@ LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=bui
  include $(BUILD_DROIDDOC)
  
  static_doc_index_redirect := $(out_dir)/index.html
- $(static_doc_index_redirect): $(LOCAL_PATH)/docs/docs-preview-index.html
 -$(static_doc_index_redirect): \
 -      $(LOCAL_PATH)/docs/docs-documentation-redirect.html | $(ACP)
 -      $(hide) mkdir -p $(dir $@)
 -      $(hide) $(ACP) $< $@
++$(static_doc_index_redirect): $(LOCAL_PATH)/docs/docs-documentation-redirect.html
 +      $(copy-file-to-target)
  
  $(full_target): $(static_doc_index_redirect)
  $(full_target): $(framework_built)