Skip to content

Commit caf3702

Browse files
SebaUbuntuluk1337
authored andcommitted
extract_utils: additional proprietary files and copy files guard example
Change-Id: Ic40536e7f106dc797da69774a19a19f897847716
1 parent 0239fa3 commit caf3702

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

templates/single-device-py/extract-files.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ def blob_fixup_return_1(
102102
namespace_imports=namespace_imports,
103103
)
104104

105+
module.add_proprietary_file('proprietary-files-phone.txt').add_copy_files_guard(
106+
'TARGET_IS_TABLET', 'true', invert=True
107+
)
108+
105109
if __name__ == '__main__':
106110
utils = ExtractUtils.device(module)
107111
utils.run()

0 commit comments

Comments
 (0)