aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHidefumi Kaneko <hidefumi.kaneko@sony.com>2021-07-30 17:38:36 +0900
committerColin Cross <ccross@android.com>2021-08-04 20:04:46 +0000
commit9e571609f7a68de4c8bb2ea4d85033aca8032c63 (patch)
treec38c71f3e9023f1ecae2053d99b153dc4f8d58ba
parentacc10d23e180a9111753d672153a042fcb885c26 (diff)
downloadbuild-9e571609f7a68de4c8bb2ea4d85033aca8032c63.tar.gz
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
-rw-r--r--core/sysprop.mk2
1 files changed, 1 insertions, 1 deletions
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),\