Skip to content

Commit

Permalink
releasetools: set clientidbase for verizon
Browse files Browse the repository at this point in the history
Change-Id: If3b1306f8d3e9a2896f3f541c901b0e1b14162fb
  • Loading branch information
invisiblek committed Aug 7, 2014
1 parent 69adc8c commit 87f06e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releasetools.py
Expand Up @@ -18,6 +18,7 @@

def FullOTA_InstallEnd(info):
info.script.AppendExtra('ifelse(is_substring("I535", getprop("ro.bootloader")), run_program("/sbin/sh", "-c", "busybox cp -R /system/blobs/vzw/* /system/"));')
info.script.AppendExtra('ifelse(is_substring("I535", getprop("ro.bootloader")), run_program("/sbin/sh", "-c", "busybox sed -i \'s/ro.com.google.clientidbase=android-google/ro.com.google.clientidbase=android-verizon/g\' /system/build.prop"));')
info.script.AppendExtra('ifelse(is_substring("R530", getprop("ro.bootloader")), run_program("/sbin/sh", "-c", "busybox cp -R /system/blobs/r530/* /system/"));')
info.script.AppendExtra('ifelse(is_substring("L710", getprop("ro.bootloader")), run_program("/sbin/sh", "-c", "busybox cp -R /system/blobs/spr/* /system/"));')
info.script.AppendExtra('ifelse(is_substring("S960L", getprop("ro.bootloader")), run_program("/sbin/sh", "-c", "busybox cp -R /system/blobs/spr/* /system/"));')
Expand Down

0 comments on commit 87f06e0

Please sign in to comment.