diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2020-12-28 20:43:12 +0200 |
|---|---|---|
| committer | sjllls <2012ji123@gmail.com> | 2021-05-11 10:35:57 +0800 |
| commit | b9cd95073cef63c48da6a5b3607455f61bd97a52 (patch) | |
| tree | 1d127cd5ff396a6fa50520dce0134f845a7f84e3 | |
| parent | 5592715aa9fd27c443ba3d38d241a221343bf031 (diff) | |
xz2c: Switch to standalone extract utils
Align with templates while we are at it
Change-Id: I3cd279191c7bd3582f1c1f80c588eb26cf9da933
| -rwxr-xr-x | extract-files.sh | 6 | ||||
| -rwxr-xr-x | setup-makefiles.sh | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/extract-files.sh b/extract-files.sh index b7a640a..2b5e9b7 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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=xz2c export DEVICE_COMMON=tama-common export VENDOR=sony -export DEVICE_BRINGUP_YEAR=2020 - "./../../${VENDOR}/${DEVICE_COMMON}/extract-files.sh" "$@" diff --git a/setup-makefiles.sh b/setup-makefiles.sh index bfd84a7..9760eda 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -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=xz2c export DEVICE_COMMON=tama-common export VENDOR=sony -export DEVICE_BRINGUP_YEAR=2020 - "./../../${VENDOR}/${DEVICE_COMMON}/setup-makefiles.sh" "$@" |
