Skip to content

Commit

Permalink
am a376dd8: Some LOCAL_DROIDDOC_HTML_DIR has "/" in it.
Browse files Browse the repository at this point in the history
* commit 'a376dd8b02adcf0c6dc1f584c3a28a97dd97bdd6':
  Some LOCAL_DROIDDOC_HTML_DIR has "/" in it.
  • Loading branch information
Ying Wang authored and Android Git Automerger committed Apr 16, 2014
2 parents 23571fd + a376dd8 commit bd1b622
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/droiddoc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ $(full_target): PRIVATE_DROIDDOC_HTML_DIR :=
endif
ifneq ($(strip $(LOCAL_ADDITIONAL_HTML_DIR)),)
$(full_target): PRIVATE_ADDITIONAL_HTML_DIR := -htmldir2 $(LOCAL_PATH)/$(LOCAL_ADDITIONAL_HTML_DIR)
html_dir_files += $(shell find $(LOCAL_PATH)/$(LOCAL_ADDITIONAL_HTML_DIR) -type f)
else
$(full_target): PRIVATE_ADDITIONAL_HTML_DIR :=
endif
Expand Down

0 comments on commit bd1b622

Please sign in to comment.