Skip to content
Snippets Groups Projects
Commit caff4185 authored by Dhina17's avatar Dhina17
Browse files

onclite: update-sha1sums: Made some changes for onclite


Signed-off-by: default avatarDhina17 <dhinalogu@gmail.com>
parent 2bdfab76
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,10 @@
from hashlib import sha1
import sys
device='msm8953-common'
device='onclite'
vendor='xiaomi'
lines = [ line for line in open('proprietary-files-qc.txt', 'r') ]
lines = [ line for line in open('proprietary-files.txt', 'r') ]
vendorPath = '../../../vendor/' + vendor + '/' + device + '/proprietary'
needSHA1 = False
......@@ -72,7 +72,7 @@ if len(sys.argv) == 2 and sys.argv[1] == '-c':
else:
update()
with open('proprietary-files-qc.txt', 'w') as file:
with open('proprietary-files.txt', 'w') as file:
for line in lines:
file.write(line)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment