Loading target/product/core_base.mk +0 −4 Original line number Diff line number Diff line Loading @@ -16,10 +16,6 @@ # Note that components added here will be also shared in PDK. Components # that should not be in PDK should be added in lower level like core.mk. PRODUCT_PROPERTY_OVERRIDES := \ ro.config.notification_sound=OnTheHunt.ogg \ ro.config.alarm_alert=Alarm_Classic.ogg PRODUCT_PACKAGES += \ ContactsProvider \ DefaultContainerService \ Loading tools/releasetools/img_from_target_files +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ def AddRadio(output_zip): if os.path.isfile(filesmap): print "creating flash-radio.sh..." filesmap_data = open(filesmap, "r") filesmap_regex = re.compile(r'^(\S+)\s.+\/by-name\/(\S+)$') filesmap_regex = re.compile(r'^(\S+)\s\S+\/by-name\/(\S+).*') tmp_flash_radio = tempfile.NamedTemporaryFile() for filesmap_line in filesmap_data: filesmap_entry = filesmap_regex.search(filesmap_line) Loading Loading
target/product/core_base.mk +0 −4 Original line number Diff line number Diff line Loading @@ -16,10 +16,6 @@ # Note that components added here will be also shared in PDK. Components # that should not be in PDK should be added in lower level like core.mk. PRODUCT_PROPERTY_OVERRIDES := \ ro.config.notification_sound=OnTheHunt.ogg \ ro.config.alarm_alert=Alarm_Classic.ogg PRODUCT_PACKAGES += \ ContactsProvider \ DefaultContainerService \ Loading
tools/releasetools/img_from_target_files +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ def AddRadio(output_zip): if os.path.isfile(filesmap): print "creating flash-radio.sh..." filesmap_data = open(filesmap, "r") filesmap_regex = re.compile(r'^(\S+)\s.+\/by-name\/(\S+)$') filesmap_regex = re.compile(r'^(\S+)\s\S+\/by-name\/(\S+).*') tmp_flash_radio = tempfile.NamedTemporaryFile() for filesmap_line in filesmap_data: filesmap_entry = filesmap_regex.search(filesmap_line) Loading