From 9e571609f7a68de4c8bb2ea4d85033aca8032c63 Mon Sep 17 00:00:00 2001 From: Hidefumi Kaneko Date: Fri, 30 Jul 2021 17:38:36 +0900 Subject: [PATCH] Fix typo for ODM prop files _prop_files is missing a trailing _ Bug: 195034733 Test: manual - check that expected prop files are in the image Change-Id: Ie042acc74fa56d5515cacd5f41ddc0f82d74f20c Merged-In: Ie042acc74fa56d5515cacd5f41ddc0f82d74f20c --- core/sysprop.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/sysprop.mk b/core/sysprop.mk index 0fc96e0ad5..ec181f5a1f 100644 --- a/core/sysprop.mk +++ b/core/sysprop.mk @@ -430,7 +430,7 @@ INSTALLED_ODM_BUILD_PROP_TARGET := $(TARGET_OUT_ODM)/etc/build.prop $(eval $(call build-properties,\ odm,\ $(INSTALLED_ODM_BUILD_PROP_TARGET),\ - $(_prop_files),\ + $(_prop_files_),\ $(_prop_vars_),\ $(empty),\ $(empty),\