Loading core/Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -337,6 +337,8 @@ endif # ----------------------------------------------------------------- # vendor build.prop # # Prevent overwriting build.prop in system ifneq ($(TARGET_COPY_OUT_VENDOR),system) # For verifying that the vendor build is what we think it is INSTALLED_VENDOR_BUILD_PROP_TARGET := $(TARGET_OUT_VENDOR)/build.prop ALL_DEFAULT_INSTALLED_MODULES += $(INSTALLED_VENDOR_BUILD_PROP_TARGET) Loading Loading @@ -385,6 +387,7 @@ ifdef property_overrides_split_enabled echo "$(line)" >> $@;) $(hide) build/tools/post_process_props.py $@ endif # property_overrides_split_enabled endif # TARGET_COPY_OUT_VENDOR=system # ---------------------------------------------------------------- Loading Loading
core/Makefile +3 −0 Original line number Diff line number Diff line Loading @@ -337,6 +337,8 @@ endif # ----------------------------------------------------------------- # vendor build.prop # # Prevent overwriting build.prop in system ifneq ($(TARGET_COPY_OUT_VENDOR),system) # For verifying that the vendor build is what we think it is INSTALLED_VENDOR_BUILD_PROP_TARGET := $(TARGET_OUT_VENDOR)/build.prop ALL_DEFAULT_INSTALLED_MODULES += $(INSTALLED_VENDOR_BUILD_PROP_TARGET) Loading Loading @@ -385,6 +387,7 @@ ifdef property_overrides_split_enabled echo "$(line)" >> $@;) $(hide) build/tools/post_process_props.py $@ endif # property_overrides_split_enabled endif # TARGET_COPY_OUT_VENDOR=system # ---------------------------------------------------------------- Loading