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

Commit 1029013a authored by Yohann Roussel's avatar Yohann Roussel Committed by Gerrit Code Review
Browse files

Merge "Put only src in FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS for multidex"

parents d5389ba4 100aba53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \
        v13

#
# A list of all source roots under frameworks/support.
# A list of all source roots under frameworks/multidex.
#
FRAMEWORKS_MULTIDEX_SUBDIRS := \
        multidex \
@@ -125,7 +125,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.