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

Commit c324a624 authored by Yohann Roussel's avatar Yohann Roussel
Browse files

Put only src in FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS for multidex

This keeps only the real sources in doc target and fixes some error
messages caused by trying to generate docs of the tests.

(cherry picked from commit 100aba53)

Change-Id: I39f3ede95ae68777ca5e3db4ab5c6ebeefc86ac6
parent 84c26b69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \
        v17/leanback

#
# A list of all source roots under frameworks/support.
# A list of all source roots under frameworks/multidex.
#
FRAMEWORKS_MULTIDEX_SUBDIRS := \
        multidex \
@@ -130,7 +130,7 @@ FRAMEWORKS_MULTIDEX_SUBDIRS := \
#
FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \
	$(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \
        $(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS))
        $(addsuffix /src,$(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS)))

#
# A list of support library modules.