Skip to content

Commit 5f8ff93

Browse files
author
Tao Bao
committed
Add a missing default value for OPTIONS.extracted_input.
Test: ota_from_target_files.py without --extracted_input_target_files. Change-Id: Ieaba43fa557b544b24f3eeccd68ac289d1fe3d31
1 parent 47ba423 commit 5f8ff93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/releasetools/ota_from_target_files.py

+1
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@
180180
OPTIONS.log_diff = None
181181
OPTIONS.payload_signer = None
182182
OPTIONS.payload_signer_args = []
183+
OPTIONS.extracted_input = None
183184

184185
METADATA_NAME = 'META-INF/com/android/metadata'
185186
UNZIP_PATTERN = ['IMAGES/*', 'META/*']

0 commit comments

Comments
 (0)