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

Commit 6773b5fc authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am c4a9383d: am 626db910: Store the list of source directories for the SDK.

parents b3976bb3 c4a9383d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -348,6 +348,10 @@ framework_docs_LOCAL_SRC_FILES := \
	$(call find-other-java-files, $(dirs_to_document)) \
	$(call find-other-html-files, $(html_dirs))

# This is used by ide.mk as the list of source files that are
# always included.
INTERNAL_SDK_SOURCE_DIRS := $(addprefix $(LOCAL_PATH)/,$(dirs_to_document))

framework_docs_LOCAL_DROIDDOC_SOURCE_PATH := \
	$(FRAMEWORKS_BASE_JAVA_SRC_DIRS)