Merge "Remove unneeded bootimage properties"
am: 1739f23404
Change-Id: Ifeb9f40654567ca67acc5640d76aade074240b49
This commit is contained in:
commit
b5acdba94f
1 changed files with 3 additions and 1 deletions
|
@ -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 "#" >> $@;
|
||||
|
|
Loading…
Reference in a new issue