diff --git a/pull_adb.sh b/pull_adb.sh index 69dfaf1..c63b746 100755 --- a/pull_adb.sh +++ b/pull_adb.sh @@ -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 diff --git a/setup-makefiles.sh b/setup-makefiles.sh index ad10e08..c6ed051 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -7,6 +7,9 @@ set -e +DEVICE_COMMON=nx627j +VENDOR=nubia + INITIAL_COPYRIGHT_YEAR=2018 # Load extract_utils and do some sanity checks