miatoll: Decommonized Tree check-in

there is no no need for common tree if all device is this much identical
clean overlays
This commit is contained in:
darkbeast69
2021-02-01 13:43:33 +00:00
committed by Aryan Gupta
parent 554eb8b0ac
commit dd386feca7
43 changed files with 1523 additions and 119 deletions

View File

@ -7,6 +7,11 @@
set -e
export DEVICE=miatoll
export VENDOR=xiaomi
export DEVICE_BRINGUP_YEAR=2020
# Load extract_utils and do some sanity checks
MY_DIR="${BASH_SOURCE%/*}"
if [[ ! -d "${MY_DIR}" ]]; then MY_DIR="${PWD}"; fi