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

Commit 38b50532 authored by Alan Viverette's avatar Alan Viverette
Browse files

Add "since" annotations for Support Lib in framework docs build

Bug: 35707648
Test: make docs
Change-Id: I74729254d0002c739ec23cb7473157fc2b8e92bb
parent e20e7ebb
Loading
Loading
Loading
Loading
+22 −0
Original line number Diff line number Diff line
@@ -935,6 +935,28 @@ 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

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