Skip to content

Commit 336e971

Browse files
committed
platforms/kaanapali-mtp: tag device programmer with FIREHOSE_DDR_ELF
Axiom parses contents.xml.in to determine supported build download types. It considers firehose as a supported download type only if: - the <device_programmer> fileName contains the term "firehose", OR - the cmm_file_var attribute value contains "firehose" As firehose term is not present in device programmer name, add cmm_file_var="FIREHOSE_DDR_ELF" to the device_programmer entries for Kaanapali-MTP contents.xml.in file to enable the firehose option in the Axiom build loading UI. Signed-off-by: Vivek Puar <vpuar@qti.qualcomm.com>
1 parent 33a1c57 commit 336e971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/kaanapali-mtp/ufs/contents.xml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<windows_root_path>.\</windows_root_path>
5151
<linux_root_path>./</linux_root_path>
5252
<image_dir>common</image_dir>
53-
<device_programmer>
53+
<device_programmer cmm_file_var="FIREHOSE_DDR_ELF">
5454
<file_name>qsahara_device_programmer.xml</file_name>
5555
<file_path>.</file_path>
5656
</device_programmer>

0 commit comments

Comments
 (0)