Merge "Remove reference to empty variable"

This commit is contained in:
Anton Hansson 2020-07-17 08:51:28 +00:00 committed by Gerrit Code Review
commit a0f05bedcc
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ ifdef eclipse_project_goals
endif
source_paths := $(foreach m,$(eclipse_project_modules),$(ALL_MODULES.$(m).PATH)) \
$(foreach m,$(eclipse_project_modules),$(ALL_MODULES.$(m).INTERMEDIATE_SOURCE_DIR)) \
$(INTERNAL_SDK_SOURCE_DIRS)
$(foreach m,$(eclipse_project_modules),$(ALL_MODULES.$(m).INTERMEDIATE_SOURCE_DIR))
source_paths := $(sort $(source_paths))
.classpath: PRIVATE_MODULES := $(eclipse_project_modules)