Make change and version bump to AP4A.240827.001
Snap for 12278291 from b0b79f838e
to 24Q4-release
Change-Id: I73bf2564e8c08e9d599d4a7b1397270b596edfce
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
# (like "CRB01"). It must be a single word, and is
|
||||
# capitalized by convention.
|
||||
|
||||
BUILD_ID=AP4A.240826.001
|
||||
BUILD_ID=AP4A.240827.001
|
||||
|
@@ -200,7 +200,7 @@ class ApexApkSigner(object):
|
||||
# --signing_args "--signing_helper_with_files=%path" to apexer
|
||||
if signing_args:
|
||||
generate_image_cmd.extend(
|
||||
['--signing_args', signing_args])
|
||||
['--signing_args', '"{}"'.format(signing_args)])
|
||||
|
||||
# optional arguments for apex repacking
|
||||
manifest_json = os.path.join(apex_dir, 'apex_manifest.json')
|
||||
|
Reference in New Issue
Block a user