OSDN Git Service

Fix ro.build.product not found by ota_from_target_files in some cases
authordhacker29 <dhackerdvm@gmail.com>
Tue, 2 Dec 2014 07:01:56 +0000 (02:01 -0500)
committerMichael Bestas <mikeioannina@gmail.com>
Sun, 1 Jan 2017 15:12:12 +0000 (17:12 +0200)
commit0ca5495057a6d15f6049993896c34e13cd4dd467
tree0f22f54e34c9637853aea602d670ecb92b31e472
parenta14d75bee7b3836402983e3de0df229d0f4242b8
Fix ro.build.product not found by ota_from_target_files in some cases

After I5dccba2172dade3dacc55d832a2042fce306b5f5 it was possible that
if override_prop was set and override_device was not set the script
was looking for a prop that did not exist.

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