summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMårten Kongstad <amhk@google.com>2024-05-15 14:02:16 +0200
committerMårten Kongstad <amhk@google.com>2024-05-15 16:05:46 +0200
commit8142d4e5ef8cfb6c06bf39f7d3bedd280c173134 (patch)
tree70101ab7cbbc06627ff00034164a6990bb097330
parentac19d761e8c23d1473d051c72e2dff6e775cfb3a (diff)
downloadsdk-8142d4e5ef8cfb6c06bf39f7d3bedd280c173134.tar.gz
update_prebuilts: fix incorrectly formatted extensions/README.md entry
packages/modules/common/tools/finalize_sdk.py adds the leading "- <sdk-ext-version>" part itself, so no need for update_prebuilts.py to pass in that part. Test: ./prebuilts/sdk/update_prebuilts.py -f 35 -e 13 --bug 1234 <build-id> Bug: 340822159 Change-Id: I85b0c169a55c8aa3f5106beb05858bb615a0b1e8
-rwxr-xr-xupdate_prebuilts/update_prebuilts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_prebuilts/update_prebuilts.py b/update_prebuilts/update_prebuilts.py
index 8a34cd5f4..a5ce4e1fb 100755
--- a/update_prebuilts/update_prebuilts.py
+++ b/update_prebuilts/update_prebuilts.py
@@ -1359,7 +1359,7 @@ def main():
subprocess.check_call(['git', 'commit', '-m', msg])
# Finalize extension sdk level
- readme = (f'- {args.finalize_extension}: Finalized together with '
+ readme = (f'Finalized together with '
f'Android {args.finalize_sdk} (all modules)')
cmd = extension_sdk_finalization_cmd.format(
readme=readme,