Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e571609 authored by Hidefumi Kaneko's avatar Hidefumi Kaneko Committed by Colin Cross
Browse files

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
parent acc10d23
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),\