Remove ALL_GENERATED_SOURCES
ALL_GENERATED_SOURCES contains the generated sources of modules defined in Make. They always have a path inside the intermediates directories. The only readers of ALL_GENERATED_SOURCES are filtering for files in the output directories, and will never match anything. Test: m checkbuild Change-Id: Ic9af8761d445fa90088f838c385bd2aea3bc3048
This commit is contained in:
@@ -573,8 +573,6 @@ my_generated_sources := $(patsubst $(generated_sources_dir)/%,$(intermediates)/%
|
||||
# the dependencies.
|
||||
my_gen_src_files := $(filter %.c %$(LOCAL_CPP_EXTENSION) %.S %.s,$(my_generated_sources))
|
||||
|
||||
ALL_GENERATED_SOURCES += $(my_generated_sources)
|
||||
|
||||
####################################################
|
||||
## Compile RenderScript with reflected C++
|
||||
####################################################
|
||||
|
Reference in New Issue
Block a user