Merge "Remove unneeded bootimage properties"

am: 1739f23404

Change-Id: Ifeb9f40654567ca67acc5640d76aade074240b49
This commit is contained in:
Anton Hansson 2019-05-01 13:47:43 -07:00 committed by android-build-merger
commit b5acdba94f

View file

@ -504,7 +504,9 @@ endif
$(hide) echo "#" >> $@; \
echo "# BOOTIMAGE_BUILD_PROPERTIES" >> $@; \
echo "#" >> $@;
$(hide) $(call generate-common-build-props,bootimage,$@)
$(hide) echo ro.bootimage.build.date=`$(DATE_FROM_FILE)`>>$@
$(hide) echo ro.bootimage.build.date.utc=`$(DATE_FROM_FILE) +%s`>>$@
$(hide) echo ro.bootimage.build.fingerprint="$(BUILD_FINGERPRINT_FROM_FILE)">>$@
$(hide) echo "#" >> $@; \
echo "# ADDITIONAL VENDOR BUILD PROPERTIES" >> $@; \
echo "#" >> $@;