Merge "releasetools: Skip copying split super images while signing." am: 774c0f92bf
am: 2db2039202
Change-Id: Ie73f72e7c7eb460156a160361c385aa6c881658e
This commit is contained in:
@@ -309,6 +309,10 @@ def ProcessTargetFiles(input_tf_zip, output_tf_zip, misc_info,
|
|||||||
if filename.startswith("IMAGES/"):
|
if filename.startswith("IMAGES/"):
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
# Skip split super images, which will be re-generated during signing.
|
||||||
|
if filename.startswith("OTA/") and filename.endswith(".img"):
|
||||||
|
continue
|
||||||
|
|
||||||
data = input_tf_zip.read(filename)
|
data = input_tf_zip.read(filename)
|
||||||
out_info = copy.copy(info)
|
out_info = copy.copy(info)
|
||||||
(is_apk, is_compressed, should_be_skipped) = GetApkFileInfo(
|
(is_apk, is_compressed, should_be_skipped) = GetApkFileInfo(
|
||||||
|
Reference in New Issue
Block a user