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

Commit d267f735 authored by Koushik Dutta's avatar Koushik Dutta Committed by Michael Bestas
Browse files

add support for overriding build.prop settings.

Change-Id: Ie4224d608b7bcb0c2087bd77bc954f8f5f9b6495
parent cf1dea75
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -441,6 +441,7 @@ endif
	        TARGET_CPU_ABI_LIST_64_BIT="$(TARGET_CPU_ABI_LIST_64_BIT)" \
	        TARGET_CPU_ABI="$(TARGET_CPU_ABI)" \
	        TARGET_CPU_ABI2="$(TARGET_CPU_ABI2)" \
	        $(PRODUCT_BUILD_PROP_OVERRIDES) \
	        bash $(BUILDINFO_SH) >> $@
	$(hide) $(foreach file,$(system_prop_file), \
	    if [ -f "$(file)" ]; then \
+1 −0
Original line number Diff line number Diff line
@@ -107,6 +107,7 @@ $(call get-product-makefiles,$(_find-android-products-files))
endef

_product_var_list :=
_product_var_list += PRODUCT_BUILD_PROP_OVERRIDES
_product_var_list += PRODUCT_NAME
_product_var_list += PRODUCT_MODEL