forked from openkylin/platform_build
Merge "Fix typo for ODM prop files" into sc-dev am: 65e3db8e49
Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/15446606 Change-Id: I06e1a68f01265b4a434814ec9aebb068b795e43e
This commit is contained in:
commit
19da67d49b
|
@ -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 New Issue