vermeer: Initial device tree

Signed-off-by: Lunark :3 <jvillaltamatos3007@gmail.com>

Change-Id: I16061ac326d1f281c1126ce11bfc6cc0b2ce719a
This commit is contained in:
ByteWave1014
2025-02-18 09:52:58 -05:00
committed by Lunark :3
commit 19b6b90f41
8 changed files with 120 additions and 0 deletions

26
extract-files.sh Normal file
View File

@@ -0,0 +1,26 @@
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
function blob_fixup() {
case "${1}" in
esac
}
# If we're being sourced by the common script that we called,
# stop right here. No need to go down the rabbit hole.
if [ "${BASH_SOURCE[0]}" != "${0}" ]; then
return
fi
set -e
export DEVICE=vermeer
export DEVICE_COMMON=sm8550-common
export VENDOR=xiaomi
"./../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" "$@"