# Via Android Git Automerger (2) and others * commit '11fa446033a8600b681efeb857507388e8113d72': makefile changes for gcm javadocs
This commit is contained in:
27
Android.mk
27
Android.mk
@ -707,6 +707,33 @@ include $(BUILD_DROIDDOC)
|
||||
# explicitly specify that ds depends on framework-res and any generated docs
|
||||
$(full_target): framework-res-package-target
|
||||
|
||||
|
||||
#==== reference docs for GCM =======================
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
#
|
||||
gcm_docs_src_files += \
|
||||
$(call all-java-files-under, ../../vendor/unbundled_google/libs/gcm/gcm-client/src) \
|
||||
$(call all-java-files-under, ../../vendor/unbundled_google/libs/gcm/gcm-server/src) \
|
||||
$(call all-html-files-under, ../../vendor/unbundled_google/libs/gcm/gcm-client/src) \
|
||||
$(call all-html-files-under, ../../vendor/unbundled_google/libs/gcm/gcm-server/src) \
|
||||
|
||||
LOCAL_SRC_FILES := $(gcm_docs_src_files)
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_MODULE:= online-gcm-ref
|
||||
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
|
||||
LOCAL_IS_HOST_MODULE := false
|
||||
|
||||
LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR := build/tools/droiddoc/templates-sdk
|
||||
|
||||
LOCAL_DROIDDOC_OPTIONS := \
|
||||
-toroot / \
|
||||
-gcmref \
|
||||
-hdf android.whichdoc online \
|
||||
-hdf template.showLanguageMenu true
|
||||
|
||||
include $(BUILD_DROIDDOC)
|
||||
|
||||
# ==== docs that have all of the stuff that's @hidden =======================
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
|
Reference in New Issue
Block a user