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:
Dan Willemsen
2019-06-10 16:39:45 -07:00
parent 236438ab1e
commit c84e4cb917
4 changed files with 38 additions and 36 deletions

View File

@@ -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)