beryllium: Align with extraction-utils templates

Change-Id: Ifbf18f79a1d0f173cb5b83bdf0178db2a5f1373e
This commit is contained in:
Bruno Martins 2020-12-28 10:34:04 +00:00
parent db3bb7a2e6
commit 8b2af7e7b3
2 changed files with 4 additions and 8 deletions

View File

@ -1,6 +1,7 @@
#!/bin/bash
#
# Copyright (C) 2018-2019 The LineageOS Project
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
@ -13,11 +14,8 @@ fi
set -e
# Required!
export DEVICE=beryllium
export DEVICE_COMMON=sdm845-common
export VENDOR=xiaomi
export DEVICE_BRINGUP_YEAR=2018
"./../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" "$@"

View File

@ -1,17 +1,15 @@
#!/bin/bash
#
# Copyright (C) 2018-2019 The LineageOS Project
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
set -e
# Required!
export DEVICE=beryllium
export DEVICE_COMMON=sdm845-common
export VENDOR=xiaomi
export DEVICE_BRINGUP_YEAR=2018
"./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@"