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)
committerSteve Kondik <steve@cyngn.com>
Sun, 4 Sep 2016 04:47:36 +0000 (21:47 -0700)
commit3bb8b52393bbdf6b0c3cbd00b971127a5de5c6ec
tree17e9962714a942187694fc561930866f889b0771
parent629d4c227138155578a006ea8484d9f4448104a5
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