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:
Chirayu Desai
2022-03-01 23:38:44 +05:30
committed by Michael Bestas
parent 5364d09700
commit 9bd0e2cc97
7 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ readonly top="${script_path}/../../.."
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
source "${vars_path}/devices"
source "${vars_path}/pixels"
## HELP MESSAGE (USAGE INFO)
# TODO

View File

@@ -27,7 +27,7 @@ readonly top="${script_path}/../../.."
readonly tmp_dir="${TMPDIR:-/tmp}/pixel"
source "${vars_path}/devices"
source "${vars_path}/pixels"
## HELP MESSAGE (USAGE INFO)
# TODO

View File

@@ -26,7 +26,7 @@ readonly top="${script_path}/../../.."
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
source "${vars_path}/devices"
source "${vars_path}/pixels"
## HELP MESSAGE (USAGE INFO)
# TODO

View File

@@ -26,7 +26,7 @@ readonly vars_path="${script_path}/../../../vendor/lineage/vars"
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
source "${vars_path}/devices"
source "${vars_path}/pixels"
readonly device="${1}"
source "${vars_path}/${device}"

View File

@@ -26,7 +26,7 @@ readonly vars_path="${script_path}/../../../vendor/lineage/vars"
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
source "${vars_path}/devices"
source "${vars_path}/pixels"
readonly device="${1}"
source "${vars_path}/${device}"

View File

@@ -29,7 +29,7 @@ readonly extract_ota_py="${top}/tools/extract-utils/extract_ota.py"
readonly work_dir="${WORK_DIR:-/tmp/pixel}"
source "${vars_path}/devices"
source "${vars_path}/pixels"
readonly device="${1}"
source "${vars_path}/${device}"

View File

@@ -26,7 +26,7 @@ readonly vars_path="${script_path}/../../../vendor/lineage/vars"
readonly tmp_dir="${TMPDIR:-/tmp}/pixel"
source "${vars_path}/devices"
source "${vars_path}/pixels"
## HELP MESSAGE (USAGE INFO)
# TODO