Loading core/pathmap.mk +0 −75 Original line number Diff line number Diff line Loading @@ -99,78 +99,3 @@ FRAMEWORKS_BASE_SUBDIRS := \ # FRAMEWORKS_BASE_JAVA_SRC_DIRS := \ $(addprefix frameworks/base/,$(FRAMEWORKS_BASE_SUBDIRS)) # # A list of all source roots under frameworks/support. # FRAMEWORKS_SUPPORT_SUBDIRS := \ annotations \ compat \ media-compat \ fragment \ core-ui \ core-utils \ v7/gridlayout \ v7/cardview \ v7/mediarouter \ v7/palette \ v13 \ v17/leanback \ design \ percent \ recommendation \ transition \ v7/preference \ v14/preference \ v17/preference-leanback \ customtabs # # A list of all source roots under frameworks/multidex. # FRAMEWORKS_MULTIDEX_SUBDIRS := \ multidex/library/src \ multidex/instrumentation/src # # A version of FRAMEWORKS_SUPPORT_SUBDIRS that is expanded to full paths from # the root of the tree. # FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \ $(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \ $(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS)) \ frameworks/rs/support \ frameworks/support/graphics/drawable/animated \ frameworks/support/graphics/drawable/static \ frameworks/support/v7/appcompat/src \ frameworks/support/v7/recyclerview/src # # A list of support library modules. # FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \ $(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir))) \ android-support-v4 \ android-support-vectordrawable \ android-support-animatedvectordrawable \ android-support-v7-appcompat \ android-support-v7-recyclerview \ android-support-v8-renderscript \ android-support-multidex \ android-support-multidex-instrumentation # # A list of all documented source roots under frameworks/data-binding. # FRAMEWORKS_DATA_BINDING_SUBDIRS := \ baseLibrary/src/main \ extensions/library/src/main \ extensions/library/src/doc # # A version of FRAMEWORKS_DATA_BINDING_SUBDIRS that is expanded to full paths from # the root of the tree. # FRAMEWORKS_DATA_BINDING_JAVA_SRC_DIRS := \ $(addprefix frameworks/data-binding/,$(FRAMEWORKS_DATA_BINDING_SUBDIRS)) Loading
core/pathmap.mk +0 −75 Original line number Diff line number Diff line Loading @@ -99,78 +99,3 @@ FRAMEWORKS_BASE_SUBDIRS := \ # FRAMEWORKS_BASE_JAVA_SRC_DIRS := \ $(addprefix frameworks/base/,$(FRAMEWORKS_BASE_SUBDIRS)) # # A list of all source roots under frameworks/support. # FRAMEWORKS_SUPPORT_SUBDIRS := \ annotations \ compat \ media-compat \ fragment \ core-ui \ core-utils \ v7/gridlayout \ v7/cardview \ v7/mediarouter \ v7/palette \ v13 \ v17/leanback \ design \ percent \ recommendation \ transition \ v7/preference \ v14/preference \ v17/preference-leanback \ customtabs # # A list of all source roots under frameworks/multidex. # FRAMEWORKS_MULTIDEX_SUBDIRS := \ multidex/library/src \ multidex/instrumentation/src # # A version of FRAMEWORKS_SUPPORT_SUBDIRS that is expanded to full paths from # the root of the tree. # FRAMEWORKS_SUPPORT_JAVA_SRC_DIRS := \ $(addprefix frameworks/support/,$(FRAMEWORKS_SUPPORT_SUBDIRS)) \ $(addprefix frameworks/,$(FRAMEWORKS_MULTIDEX_SUBDIRS)) \ frameworks/rs/support \ frameworks/support/graphics/drawable/animated \ frameworks/support/graphics/drawable/static \ frameworks/support/v7/appcompat/src \ frameworks/support/v7/recyclerview/src # # A list of support library modules. # FRAMEWORKS_SUPPORT_JAVA_LIBRARIES := \ $(foreach dir,$(FRAMEWORKS_SUPPORT_SUBDIRS),android-support-$(subst /,-,$(dir))) \ android-support-v4 \ android-support-vectordrawable \ android-support-animatedvectordrawable \ android-support-v7-appcompat \ android-support-v7-recyclerview \ android-support-v8-renderscript \ android-support-multidex \ android-support-multidex-instrumentation # # A list of all documented source roots under frameworks/data-binding. # FRAMEWORKS_DATA_BINDING_SUBDIRS := \ baseLibrary/src/main \ extensions/library/src/main \ extensions/library/src/doc # # A version of FRAMEWORKS_DATA_BINDING_SUBDIRS that is expanded to full paths from # the root of the tree. # FRAMEWORKS_DATA_BINDING_JAVA_SRC_DIRS := \ $(addprefix frameworks/data-binding/,$(FRAMEWORKS_DATA_BINDING_SUBDIRS))