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

Commit ba6a916a authored by Alan Viverette's avatar Alan Viverette
Browse files

Allow the support library to add its own droiddoc options

Bug: 35707648
Test: make docs
Change-Id: I84168f94f5c3fa5ef3c50883df30812df2cff791
parent 41103f42
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)