Searched defs:vendor (Results 1 - 2 of 2) sorted by relevance

/build/core/
H A DMakefile121 # vendor default.prop
161 # non-default dev keys (usually private keys from a vendor directory).
331 # vendor build.prop
333 # For verifying that the vendor build is what we think it is
346 @echo Target vendor buildinfo: $@
349 $(hide) echo ro.vendor.build.date=`$(DATE_FROM_FILE)`>>$@
350 $(hide) echo ro.vendor.build.date.utc=`$(DATE_FROM_FILE) +%s`>>$@
351 $(hide) echo ro.vendor.build.fingerprint="$(BUILD_FINGERPRINT_FROM_FILE)">>$@
517 # tags that are part of the system (ie, not in a vendor/ or device/
524 $(filter-out vendor/
[all...]
/build/make/core/
H A DMakefile121 # vendor default.prop
161 # non-default dev keys (usually private keys from a vendor directory).
331 # vendor build.prop
333 # For verifying that the vendor build is what we think it is
346 @echo Target vendor buildinfo: $@
349 $(hide) echo ro.vendor.build.date=`$(DATE_FROM_FILE)`>>$@
350 $(hide) echo ro.vendor.build.date.utc=`$(DATE_FROM_FILE) +%s`>>$@
351 $(hide) echo ro.vendor.build.fingerprint="$(BUILD_FINGERPRINT_FROM_FILE)">>$@
517 # tags that are part of the system (ie, not in a vendor/ or device/
524 $(filter-out vendor/
[all...]

Completed in 76 milliseconds