Add missing dependencies to python scripts
These were found when trying to run remotely on RBE with only the sources depended upon available for each rule. Bug: 130111713 Test: treehugger Change-Id: Id763f8fc7dfbe60445f98604db3422147165f537
This commit is contained in:
@@ -237,7 +237,7 @@ java_sources_deps := \
|
||||
$(LOCAL_SRCJARS) \
|
||||
$(LOCAL_ADDITIONAL_DEPENDENCIES)
|
||||
|
||||
$(java_source_list_file): $(java_sources_deps)
|
||||
$(java_source_list_file): $(java_sources_deps) $(NORMALIZE_PATH)
|
||||
$(write-java-source-list)
|
||||
|
||||
ALL_MODULES.$(my_register_name).SRCJARS := $(LOCAL_SRCJARS)
|
||||
|
Reference in New Issue
Block a user