From 3b37bc8986d8bec27606a1d73c847f2464ceab24 Mon Sep 17 00:00:00 2001 From: Rupert Shuttleworth Date: Tue, 8 Dec 2020 09:46:55 +0000 Subject: [PATCH] Add missing buildinfo dependencies. Test: Manually via USE_BAZEL=1 m dist (fixes a failure). Change-Id: Ideb8dfd2e13932be5dcdef780888ffd602b15bd2 --- core/sysprop.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sysprop.mk b/core/sysprop.mk index 1c66281bc..bb19dc576 100644 --- a/core/sysprop.mk +++ b/core/sysprop.mk @@ -238,7 +238,7 @@ $(strip $(subst _,-, $(firstword $(1)))) endef gen_from_buildinfo_sh := $(call intermediates-dir-for,PACKAGING,system_build_prop)/buildinfo.prop -$(gen_from_buildinfo_sh): $(INTERNAL_BUILD_ID_MAKEFILE) $(API_FINGERPRINT) +$(gen_from_buildinfo_sh): $(INTERNAL_BUILD_ID_MAKEFILE) $(API_FINGERPRINT) | $(BUILD_DATETIME_FILE) $(BUILD_NUMBER_FILE) $(hide) TARGET_BUILD_TYPE="$(TARGET_BUILD_VARIANT)" \ TARGET_BUILD_FLAVOR="$(TARGET_BUILD_FLAVOR)" \ TARGET_DEVICE="$(TARGET_DEVICE)" \