sm6375-common: Add FM blobs
Change-Id: I471a00dff44e8fb90e65b3f506a899e65c94d62f
This commit is contained in:
@@ -74,6 +74,10 @@ module = ExtractUtilsModule(
|
||||
namespace_imports=namespace_imports,
|
||||
)
|
||||
|
||||
module.add_proprietary_file('proprietary-files-fm.txt').add_copy_files_guard(
|
||||
'TARGET_HAS_FM', 'true'
|
||||
)
|
||||
|
||||
if __name__ == '__main__':
|
||||
utils = ExtractUtils.device(module)
|
||||
utils.run()
|
||||
|
||||
6
proprietary-files-fm.txt
Normal file
6
proprietary-files-fm.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
# All unpinned blobs are extracted from the release mentioned in proprietary-files.txt
|
||||
|
||||
# FM
|
||||
system_ext/lib64/fm_helium.so
|
||||
system_ext/lib64/libfm-hci.so
|
||||
system_ext/lib64/vendor.qti.hardware.fm@1.0.so
|
||||
Reference in New Issue
Block a user