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

Commit 44277fbd authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Allow the support library to add its own droiddoc options"

parents ef8297e2 ba6a916a
Loading
Loading
Loading
Loading
+2 −21
Original line number Diff line number Diff line
@@ -944,27 +944,8 @@ framework_docs_LOCAL_DROIDDOC_OPTIONS := \
		-werror -hide 111 -hide 113 \
		-overview $(LOCAL_PATH)/core/java/overview.html

SUPPORT_API_DIR := ./frameworks/support/api

# More API Level information for the Support Library, which is currently
# included as part of the core framework docs build.
framework_docs_LOCAL_DROIDDOC_OPTIONS += \
    -since $(SUPPORT_API_DIR)/22.0.0.txt 22.0.0 \
    -since $(SUPPORT_API_DIR)/22.0.0.txt 22.0.0 \
    -since $(SUPPORT_API_DIR)/22.1.0.txt 22.1.0 \
    -since $(SUPPORT_API_DIR)/22.2.0.txt 22.2.0 \
    -since $(SUPPORT_API_DIR)/22.2.1.txt 22.2.1 \
    -since $(SUPPORT_API_DIR)/23.0.0.txt 23.0.0 \
    -since $(SUPPORT_API_DIR)/23.1.0.txt 23.1.0 \
    -since $(SUPPORT_API_DIR)/23.1.1.txt 23.1.1 \
    -since $(SUPPORT_API_DIR)/23.2.0.txt 23.2.0 \
    -since $(SUPPORT_API_DIR)/23.2.1.txt 23.2.1 \
    -since $(SUPPORT_API_DIR)/23.4.0.txt 23.4.0 \
    -since $(SUPPORT_API_DIR)/24.0.0.txt 24.0.0 \
    -since $(SUPPORT_API_DIR)/24.1.0.txt 24.1.0 \
    -since $(SUPPORT_API_DIR)/24.2.0.txt 24.2.0 \
    -since $(SUPPORT_API_DIR)/25.0.0.txt 25.0.0 \
    -since $(SUPPORT_API_DIR)/25.1.0.txt 25.1.0
# Allow the support library to add its own droiddoc options.
include $(LOCAL_PATH)/../support/droiddoc.mk

framework_docs_LOCAL_API_CHECK_ADDITIONAL_JAVA_DIR:= \
	$(call intermediates-dir-for,JAVA_LIBRARIES,framework,,COMMON)