Skip to content

Commit

Permalink
NX627J: Fixed issue with pulling blobs
Browse files Browse the repository at this point in the history
Fixed the problem about "$DEVICE must be set before including this script!"
Fixed the problem about "$VENDOR must be set before including this script!"

Signed-off-by: gesangtome <[email protected]>
Change-Id: I89484be854199d3349084e6fc99026eda896ae55
  • Loading branch information
Flowertome authored and gesangtome committed Jun 7, 2020
1 parent 1795b7b commit 9fc44eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pull_adb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

set -e

DEVICE_COMMON=nx627j
VENDOR=nubia

# Load extract_utils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"
if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi
Expand Down
3 changes: 3 additions & 0 deletions setup-makefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

set -e

DEVICE_COMMON=nx627j
VENDOR=nubia

INITIAL_COPYRIGHT_YEAR=2018

# Load extract_utils and do some sanity checks
Expand Down

0 comments on commit 9fc44eb

Please sign in to comment.