aboutsummaryrefslogtreecommitdiff
path: root/update-sha1sums.py
diff options
context:
space:
mode:
authorCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-03-01 23:36:02 +0100
committerCosme Domínguez Díaz <cosme.ddiaz@gmail.com>2018-03-02 00:00:50 +0100
commit224e68eecb66b580dff9759c7eca7acd68dfcec0 (patch)
treec585cf82288f68d712d97b1bdcf7ad09862695c8 /update-sha1sums.py
parent00275e039fe33b6b17294b50fd5d3e1e169e13dd (diff)
msm8996-common: Set zuk and msm8996-common in update-sha1sums.py
Diffstat (limited to 'update-sha1sums.py')
-rwxr-xr-xupdate-sha1sums.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/update-sha1sums.py b/update-sha1sums.py
index 02a263c..2595d21 100755
--- a/update-sha1sums.py
+++ b/update-sha1sums.py
@@ -19,8 +19,8 @@
from hashlib import sha1
import sys
-device='gemini'
-vendor='xiaomi'
+device='msm8996-common'
+vendor='zuk'
lines = [ line for line in open('proprietary-files.txt', 'r') ]
vendorPath = '../../../vendor/' + vendor + '/' + device + '/proprietary'