Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16e8c1ed authored by Robert Ly's avatar Robert Ly Committed by Jean-Baptiste Queru
Browse files

Revert "makefile changes for gcm javadocs"

This reverts commit 5f9922d7

Change-Id: I310f27b231c6d64d6d407ae451b189a6ecf6b34f
parent d9f98c81
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
@@ -707,33 +707,6 @@ 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)