Remove unused .fs file suppport
.fs files are obsolete. Bug: 73885582 Test: m checkbuild Change-Id: I74b618099333fe565c7b235994be64e6466d2da6
This commit is contained in:
@@ -177,7 +177,7 @@ endif # java_resource_file_groups
|
||||
#####################################
|
||||
## Warn if there is unrecognized file in LOCAL_SRC_FILES.
|
||||
my_unknown_src_files := $(filter-out \
|
||||
%.java %.aidl %.proto %.logtags %.fs %.rs, \
|
||||
%.java %.aidl %.proto %.logtags %.rs, \
|
||||
$(LOCAL_SRC_FILES) $(LOCAL_INTERMEDIATE_SOURCES) $(LOCAL_GENERATED_SOURCES))
|
||||
ifneq ($(my_unknown_src_files),)
|
||||
$(warning $(LOCAL_MODULE_MAKEFILE): $(LOCAL_MODULE): Unused source files: $(my_unknown_src_files))
|
||||
|
Reference in New Issue
Block a user