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
This commit is contained in:
Hidefumi Kaneko 2021-07-30 17:38:36 +09:00 committed by Colin Cross
parent acc10d23e1
commit 9e571609f7

View file

@ -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),\