OSDN Git Service

ota_from_target_files: Remove device dependent arguments
authorGabriele M <moto.falcon.git@gmail.com>
Tue, 10 Jan 2017 22:14:12 +0000 (23:14 +0100)
committerZhao Wei Liew <zhaoweiliew@gmail.com>
Sun, 22 Jan 2017 02:04:44 +0000 (10:04 +0800)
commit7c93b441bcf65a8630f8f4bb8df9537f686ea797
treef458cabdcdba5079eb566ce769f197bbe5814438
parent9b1da126659f5a3fb165a099c4248aa29c33adaa
ota_from_target_files: Remove device dependent arguments

These device-specific arguments are defined at build time and are
necessary to generate the zip correctly. Don't use command line
arguments to specify them, but write all the needed information
in misc_info.txt when the target-files zip is generated.
ota_from_target_files will then read misc_info.txt and set
everything automatically.

Change-Id: Ibdbca575b76eb07b53fccfcea52a351c7e333f91
core/Makefile
tools/releasetools/ota_from_target_files.py