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:
parent
acc10d23e1
commit
9e571609f7
1 changed files with 1 additions and 1 deletions
|
@ -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),\
|
||||
|
|
Loading…
Reference in a new issue