vars: Add a new pixels
* Prepare for other devices * Variable name kept the same intentionally to avoid extra script changes * Don't see a need to import both pixels and devices, since devices includes pixels Change-Id: I34391334188f7f52c49f2b9a7e7277292dfc15a6
This commit is contained in:
committed by
Michael Bestas
parent
5364d09700
commit
9bd0e2cc97
@@ -26,7 +26,7 @@ readonly top="${script_path}/../../.."
|
|||||||
|
|
||||||
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
|
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
|
||||||
|
|
||||||
source "${vars_path}/devices"
|
source "${vars_path}/pixels"
|
||||||
|
|
||||||
## HELP MESSAGE (USAGE INFO)
|
## HELP MESSAGE (USAGE INFO)
|
||||||
# TODO
|
# TODO
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ readonly top="${script_path}/../../.."
|
|||||||
|
|
||||||
readonly tmp_dir="${TMPDIR:-/tmp}/pixel"
|
readonly tmp_dir="${TMPDIR:-/tmp}/pixel"
|
||||||
|
|
||||||
source "${vars_path}/devices"
|
source "${vars_path}/pixels"
|
||||||
|
|
||||||
## HELP MESSAGE (USAGE INFO)
|
## HELP MESSAGE (USAGE INFO)
|
||||||
# TODO
|
# TODO
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ readonly top="${script_path}/../../.."
|
|||||||
|
|
||||||
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
|
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
|
||||||
|
|
||||||
source "${vars_path}/devices"
|
source "${vars_path}/pixels"
|
||||||
|
|
||||||
## HELP MESSAGE (USAGE INFO)
|
## HELP MESSAGE (USAGE INFO)
|
||||||
# TODO
|
# TODO
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ readonly vars_path="${script_path}/../../../vendor/lineage/vars"
|
|||||||
|
|
||||||
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
|
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
|
||||||
|
|
||||||
source "${vars_path}/devices"
|
source "${vars_path}/pixels"
|
||||||
|
|
||||||
readonly device="${1}"
|
readonly device="${1}"
|
||||||
source "${vars_path}/${device}"
|
source "${vars_path}/${device}"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ readonly vars_path="${script_path}/../../../vendor/lineage/vars"
|
|||||||
|
|
||||||
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
|
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
|
||||||
|
|
||||||
source "${vars_path}/devices"
|
source "${vars_path}/pixels"
|
||||||
|
|
||||||
readonly device="${1}"
|
readonly device="${1}"
|
||||||
source "${vars_path}/${device}"
|
source "${vars_path}/${device}"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ readonly extract_ota_py="${top}/tools/extract-utils/extract_ota.py"
|
|||||||
|
|
||||||
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
|
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
|
||||||
|
|
||||||
source "${vars_path}/devices"
|
source "${vars_path}/pixels"
|
||||||
|
|
||||||
readonly device="${1}"
|
readonly device="${1}"
|
||||||
source "${vars_path}/${device}"
|
source "${vars_path}/${device}"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ readonly vars_path="${script_path}/../../../vendor/lineage/vars"
|
|||||||
|
|
||||||
readonly tmp_dir="${TMPDIR:-/tmp}/pixel"
|
readonly tmp_dir="${TMPDIR:-/tmp}/pixel"
|
||||||
|
|
||||||
source "${vars_path}/devices"
|
source "${vars_path}/pixels"
|
||||||
|
|
||||||
## HELP MESSAGE (USAGE INFO)
|
## HELP MESSAGE (USAGE INFO)
|
||||||
# TODO
|
# TODO
|
||||||
|
|||||||
Reference in New Issue
Block a user