commit | b09a36c8eb85207400dff992e4d528943253e7b0 | [log] [tgz] |
---|---|---|
author | Hidefumi Kaneko <hidefumi.kaneko@sony.com> | Fri Jul 30 17:38:36 2021 +0900 |
committer | John Eckerdal <john.eckerdal@sony.com> | Fri Jul 30 12:07:40 2021 +0200 |
tree | 779db64cc7721c7c0288c4ff792380ae09fb58a7 | |
parent | 5f75aafb0073a4aaa5e990eb8657a4748c075ff1 [diff] [blame] |
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
diff --git a/core/sysprop.mk b/core/sysprop.mk index be9b1f8..1d38f8c 100644 --- a/core/sysprop.mk +++ b/core/sysprop.mk
@@ -430,7 +430,7 @@ $(eval $(call build-properties,\ odm,\ $(INSTALLED_ODM_BUILD_PROP_TARGET),\ - $(_prop_files),\ + $(_prop_files_),\ $(_prop_vars_),\ $(empty),\ $(empty),\