Merge "Remove redundant dependency to API_FINGERPRINT" am: 0e257fcb28 am: 8de9f9bcf5 am: fb85d6b284

Original change: https://android-review.googlesource.com/c/platform/build/+/1730121

Change-Id: I956d3b0260dd8fff963c280d3118a6c10bfc5545
This commit is contained in:
Inseob Kim
2021-06-10 02:51:41 +00:00
committed by Automerger Merge Worker

View File

@@ -98,7 +98,7 @@ $(if $(filter true,$(BUILD_BROKEN_DUP_SYSPROP)),\
$(eval _option := --allow-dup)\
)
$(2): $(POST_PROCESS_PROPS) $(INTERNAL_BUILD_ID_MAKEFILE) $(API_FINGERPRINT) $(3) $(6)
$(2): $(POST_PROCESS_PROPS) $(INTERNAL_BUILD_ID_MAKEFILE) $(3) $(6)
$(hide) echo Building $$@
$(hide) mkdir -p $$(dir $$@)
$(hide) rm -f $$@ && touch $$@