Remove rmtypedefs from the build system.
We don't need to run rmtypedefs in javac compilation now, because the runtime libraries are compiled by only jack, which takes care of rmtypedefs by itself. Bug: 27828139 Change-Id: Ie480ae5aead8f3f58f956978fc4a05c28a35dec6
This commit is contained in:
@@ -409,10 +409,6 @@ layers_file := $(addprefix $(LOCAL_PATH)/, $(LOCAL_JAVA_LAYERS_FILE))
|
||||
$(full_classes_compiled_jar): PRIVATE_JAVA_LAYERS_FILE := $(layers_file)
|
||||
$(full_classes_compiled_jar): PRIVATE_WARNINGS_ENABLE := $(LOCAL_WARNINGS_ENABLE)
|
||||
|
||||
ifdef LOCAL_RMTYPEDEFS
|
||||
$(full_classes_compiled_jar): | $(RMTYPEDEFS)
|
||||
endif
|
||||
|
||||
# Compile the java files to a .jar file.
|
||||
# This intentionally depends on java_sources, not all_java_sources.
|
||||
# Deps for generated source files must be handled separately,
|
||||
|
Reference in New Issue
Block a user