OSDN Git Service

resolved conflicts for a1fcaf86 to mnc-dr-dev
authorIan Pedowitz <ijpedowitz@google.com>
Wed, 16 Sep 2015 01:39:19 +0000 (18:39 -0700)
committerIan Pedowitz <ijpedowitz@google.com>
Wed, 16 Sep 2015 01:39:19 +0000 (18:39 -0700)
Change-Id: Ie53652faa530a3c9c83f30c8f2b636d90f0f1b7a

1  2 
tools/releasetools/ota_from_target_files.py

@@@ -125,11 -127,8 +130,11 @@@ OPTIONS.updater_binary = Non
  OPTIONS.oem_source = None
  OPTIONS.fallback_to_full = True
  OPTIONS.full_radio = False
+ OPTIONS.full_bootloader = False
 +# Stash size cannot exceed cache_size * threshold.
 +OPTIONS.cache_size = None
 +OPTIONS.stash_threshold = 0.8
  
  def MostPopularKey(d, default):
    """Given a dict, return the key corresponding to the largest
    value.  Returns 'default' if the dict is empty."""