Loading core/pathmap.mk +2 −2 Original line number Original line Diff line number Diff line Loading @@ -113,7 +113,7 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \ v13 v13 # # # A list of all source roots under frameworks/support. # A list of all source roots under frameworks/multidex. # # FRAMEWORKS_MULTIDEX_SUBDIRS := \ FRAMEWORKS_MULTIDEX_SUBDIRS := \ multidex \ multidex \ Loading @@ -125,7 +125,7 @@ FRAMEWORKS_MULTIDEX_SUBDIRS := \ # # FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \ FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \ $(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \ $(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \ $(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS)) $(addsuffix /src,$(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS))) # # # A list of support library modules. # A list of support library modules. Loading Loading
core/pathmap.mk +2 −2 Original line number Original line Diff line number Diff line Loading @@ -113,7 +113,7 @@ FRAMEWORKS_SUPPORT_SUBDIRS := \ v13 v13 # # # A list of all source roots under frameworks/support. # A list of all source roots under frameworks/multidex. # # FRAMEWORKS_MULTIDEX_SUBDIRS := \ FRAMEWORKS_MULTIDEX_SUBDIRS := \ multidex \ multidex \ Loading @@ -125,7 +125,7 @@ FRAMEWORKS_MULTIDEX_SUBDIRS := \ # # FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \ FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \ $(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \ $(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \ $(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS)) $(addsuffix /src,$(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS))) # # # A list of support library modules. # A list of support library modules. Loading