1. 22 Sep, 2014 1 commit
    • Dianne Hackborn's avatar
      And then L, without ever becoming a real code name, transforms like magic to 5.0. · 105df2f1
      Dianne Hackborn authored
      The code name looked at 5.0 despondently.  "Won't anyone care about
      me?  Why does everyone pretend like I don't even exist!"  And it
      was true -- for all of its life, nobody had ever whispered L's
      true name, at least not in the same breath as many other names that
      were not L's at all.
      
      But 5.0 knew better.  "L," the number said, "don't you fear.  Some
      day, I am sure, your name will go up in lights.  Your name will shine
      brighter than even my own.  And everyone who is anyone will know
      your name, write pages and pages all about your name, and debate
      endlessly about everything you are."
      
      L could only hope this would be true.  But not today.  Today, L
      is still nobody.
      
      Change-Id: I2523dd34ff7486badf8c9cd40e43833a5ef448b8
      105df2f1
  2. 19 Sep, 2014 2 commits
  3. 18 Sep, 2014 2 commits
    • Michael Runge's avatar
      If oem_fingerprint_props is empty, ignore. · 560569a6
      Michael Runge authored
      There may be cases where there is an OEM partition
      but it has no effect on the OTA itself.  In these
      cases, ignore an empty value from the misc_info.txt
      
      Change-Id: I5f467e873030765af12810a07ddd5f302ca8cc0b
      560569a6
    • Vineeta Srivastava's avatar
      Set oem_fingerprint_properties only when it is not empty. · 2726211a
      Vineeta Srivastava authored
      Add oem_fingerprint_properties to misc_info.txt only when it is not empty.
      Shamu does not have OEM specific OTA config and oem_fingerprint_properties
      does not need to be set in misc_info.txt.
      
      For sprout, it stays the same.
      
      Bug: 16635599
      Change-Id: I7e6c6f5ce1f94f8f1b6da0c2f56bc67ff9fc0f1c
      2726211a
  4. 16 Sep, 2014 2 commits
  5. 15 Sep, 2014 1 commit
  6. 14 Sep, 2014 1 commit
  7. 13 Sep, 2014 1 commit
    • Ying Wang's avatar
      Support to build apk odex for both arch. · db48da78
      Ying Wang authored
      Build odex for both arch in multilib build if an app has
      LOCAL_MULTILIB := both.
      Refactored the common setup code to a separate file setup_one_odex.mk.
      
      Bug: 17409149
      Bug: 14694978
      Change-Id: I74c9426cd74fe0b0cb4811368f740a88ac2ae022
      db48da78
  8. 12 Sep, 2014 5 commits
  9. 11 Sep, 2014 9 commits
  10. 10 Sep, 2014 9 commits
  11. 09 Sep, 2014 3 commits
    • Mark Renouf's avatar
      am 99332f11: Allow for opt-in of proguard shrinking of tests with new flag · 0ab5cc6b
      Mark Renouf authored
      * commit '99332f11':
        Allow for opt-in of proguard shrinking of tests with new flag
      0ab5cc6b
    • Mark Renouf's avatar
      Allow for opt-in of proguard shrinking of tests with new flag · 99332f11
      Mark Renouf authored
      By adding 'shrinktests' to LOCAL_PROGUARD_ENABLED, the -dontshrink
      flag will be omitted from the resulting proguard config allowing
      tests to have unnecessary classes removed before dexxing.
      
      Clockwork is running into 64k method limits on some tests which
      depend on GmsCore. On 4.4W (klp-modular-dev) we don't have the
      option for multi-dex so proguard is the only solution here.
      
      This change leaves the default behavior unchanged. Shrinking is
      still disabled for tests by default unless the 'shrinktests'
      flag is set in the Makefile.
      
      Change-Id: Ib586ae9e7f617072b41e95742559bf7c8a6a6ce1
      99332f11
    • Doug Zongker's avatar
      select default search_path by platform · 85448773
      Doug Zongker authored
      Bug: 17443175
      Change-Id: I2b8b0a3b56e667b749ac167a6d09dc973ecf8419
      85448773
  12. 08 Sep, 2014 3 commits
  13. 06 Sep, 2014 1 commit