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

Commit 548acc0f authored by Chirayu Desai's avatar Chirayu Desai Committed by Gerrit Code Review
Browse files

Revert "makefile changes for gcm javadocs"

We don't build it, nor do we have these sources.

This reverts commit 5f9922d7.

Change-Id: I877e617f90de1b832e26c98adbafc6238b98882f
parent bf9ac818
Loading
Loading
Loading
Loading
+0 −27
Original line number Diff line number Diff line
@@ -723,33 +723,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)