Loading Changes.md +2 −2 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ To temporarily relax missing required modules check, use: System properties for each of the partition is supposed to be set via following product config variables. For system partititon, For system partition, * `PRODUCT_SYSTEM_PROPERITES` * `PRODUCT_SYSTEM_PROPERTIES` * `PRODUCT_SYSTEM_DEFAULT_PROPERTIES` is highly discouraged. Will be deprecated. For vendor partition, Loading core/sysprop.mk +1 −1 Original line number Diff line number Diff line Loading @@ -331,7 +331,7 @@ android_info_prop := $(call intermediates-dir-for,ETC,android_info_prop)/android $(android_info_prop): $(INSTALLED_ANDROID_INFO_TXT_TARGET) cat $< | grep 'require version-' | sed -e 's/require version-/ro.build.expect./g' > $@ _prop_files_ += $(android_info_pro) _prop_files_ += $(android_info_prop) ifdef property_overrides_split_enabled # Order matters here. When there are duplicates, the last one wins. Loading Loading
Changes.md +2 −2 Original line number Diff line number Diff line Loading @@ -17,9 +17,9 @@ To temporarily relax missing required modules check, use: System properties for each of the partition is supposed to be set via following product config variables. For system partititon, For system partition, * `PRODUCT_SYSTEM_PROPERITES` * `PRODUCT_SYSTEM_PROPERTIES` * `PRODUCT_SYSTEM_DEFAULT_PROPERTIES` is highly discouraged. Will be deprecated. For vendor partition, Loading
core/sysprop.mk +1 −1 Original line number Diff line number Diff line Loading @@ -331,7 +331,7 @@ android_info_prop := $(call intermediates-dir-for,ETC,android_info_prop)/android $(android_info_prop): $(INSTALLED_ANDROID_INFO_TXT_TARGET) cat $< | grep 'require version-' | sed -e 's/require version-/ro.build.expect./g' > $@ _prop_files_ += $(android_info_pro) _prop_files_ += $(android_info_prop) ifdef property_overrides_split_enabled # Order matters here. When there are duplicates, the last one wins. Loading