OSDN Git Service

Allow devices to specify certain ro. props via TARGET_UNIFIED_DEVICE
authordhacker29 <dhackerdvm@gmail.com>
Tue, 28 Jan 2014 21:51:51 +0000 (15:51 -0600)
committerMichael Bestas <mikeioannina@gmail.com>
Sun, 1 Jan 2017 15:12:10 +0000 (17:12 +0200)
commit8182bc29ffc498033e25ef10f3f8499ebfe25a7e
treeb2dce69b64ffdc99942de77a130da9c0d7ec2b46
parent2311094b6b322c84130a3aac898ed04f04741130
Allow devices to specify certain ro. props via TARGET_UNIFIED_DEVICE

This modifies buildinfo.sh to not set model, name, description, and
fingerprint in build.prop. These can then be set via custom init
lib.
This also fixes ota_from_target_files to function without these
props being preset.

Change-Id: I945b2c38e60b207d2d0f82b34f4f230ac21b0657
core/Makefile
tools/buildinfo.sh
tools/releasetools/ota_from_target_files.py