summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2017-02-20 14:18:54 +0800
committerRashed Abdel-Tawab <rashedabdeltawab@gmail.com>2017-02-20 14:44:57 +0000
commitea99b0c2c573e4cd26ea5407cc0b2b43384312f7 (patch)
tree5b61ceea300c274aa9d52b172edfc5079b59d857
parentcb1c51f9c7e35832ccbcd7a4a6390a2004b36878 (diff)
extractors: Update msm8996 graphics blobs info
* Also set INITIAL_COPYRIGHT_YEAR Change-Id: I2f1564e281c97bfa501d35f75f024fe589da5f91
-rw-r--r--extractors/README.md4
-rwxr-xr-xextractors/setup-makefiles.sh3
2 files changed, 5 insertions, 2 deletions
diff --git a/extractors/README.md b/extractors/README.md
index 5da0f77..c22a8e1 100644
--- a/extractors/README.md
+++ b/extractors/README.md
@@ -9,7 +9,7 @@ msm8960: N/A<sup>[2](#floEGL)</sup>
msm8974: LA.BF.1.1.3_rb1.5
msm8992: assumed<sup>[1](#googleEGL)</sup> LA.BF64.1.2.3_rb1.2
msm8994: assumed<sup>[1](#googleEGL)</sup> LA.BF64.1.2.3_rb1.2
-msm8996: LA.UM.5.5_rb1.10
+msm8996: LA.UM.5.5.r1-02200-8x96.0
### Origins:
msm8916: 6.0.1 blobs from kipper/crackling
msm8952: 7.0 blobs from hydrogen 7.1.12 nrd90m
@@ -17,7 +17,7 @@ msm8960: 6.0.1 blobs from flo mob30x
msm8974: 6.0.1 blobs from bacon
msm8992: 7.0 blobs from bullhead nrd90s
msm8994: 7.0 blobs from angler nrd90u
-msm8996: 7.0 blobs from gemini 6.10.13 nrd90m
+msm8996: 7.1 blobs from nx531j nubia UI v3.61 nmf26f
### Min kernel patch level required:
msm8916: Any 5.0+ kernel
msm8952: Any 6.0+ kernel
diff --git a/extractors/setup-makefiles.sh b/extractors/setup-makefiles.sh
index 9e341b5..64f925a 100755
--- a/extractors/setup-makefiles.sh
+++ b/extractors/setup-makefiles.sh
@@ -1,6 +1,7 @@
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
+# Copyright (C) 2017 The LineageOS Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -24,6 +25,8 @@ DEVICE=binaries
DEVICE_COMMON="common/extractors"
VENDOR=qcom
+INITIAL_COPYRIGHT_YEAR=2016
+
# Load extractutils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"
if [[ ! -d "$MY_DIR" ]]; then MY_DIR="$PWD"; fi