mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-07-02 00:39:55 +09:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user