Update extract-files helper scripts
Change-Id: I42081d2ac09e739ecb12548f05c096d1a72b7252
This commit is contained in:
13
extract-files.py
Executable file
13
extract-files.py
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# SPDX-FileCopyrightText: 2024 The LineageOS Project
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)"
|
||||||
|
|
||||||
|
pushd "${MY_DIR}/../caimito/tokay"
|
||||||
|
./extract-files.py $@
|
||||||
|
popd
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# SPDX-FileCopyrightText: 2016 The CyanogenMod Project
|
|
||||||
# SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
|
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
|
||||||
#
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)"
|
|
||||||
|
|
||||||
"${MY_DIR}/../caimito/tokay/extract-files.sh" "$@"
|
|
||||||
13
setup-makefiles.py
Executable file
13
setup-makefiles.py
Executable file
@@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# SPDX-FileCopyrightText: 2024 The LineageOS Project
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)"
|
||||||
|
|
||||||
|
pushd "${MY_DIR}/../caimito/tokay"
|
||||||
|
./setup-makefiles.py
|
||||||
|
popd
|
||||||
Reference in New Issue
Block a user