This repository was archived by the owner on Jun 1, 2026. It is now read-only.
Commit 5563d4e
Fix vendor.img creation failing with latest build_image script
Latest build_image script used to build vendor.img expects the file
paths in the format folder_path/file_name whereasiwlwifi firmware copy
script provides the path firmware/./iwlwifi* resulting in build_image
failing with firmware/./iwlwifi-100-5.ucode: not normalized.
Modified the find option to fix the path issue.
Tests done:
- Android boot with GVT-d and BM
- Wi-Fi on/off/scan/connect/disconnect
- adb reboot
Tracked-On: OAM-123050
Signed-off-by: Jeevaka Prabu Badrappan <jeevaka.badrappan@intel.com>1 parent a9836a4 commit 5563d4e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments