From 100aba5374376f679602387db59fccd609b8abe3 Mon Sep 17 00:00:00 2001 From: Yohann Roussel Date: Thu, 17 Jul 2014 16:52:58 +0200 Subject: 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. Change-Id: Icd6903a43c90efc08eba92976dddb104c45a5e43 --- core/pathmap.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/pathmap.mk b/core/pathmap.mk index 9bb3788..2355a8f 100644 --- a/core/pathmap.mk +++ b/core/pathmap.mk @@ -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. -- cgit v1.1