Compare commits

...

2 commits

Author SHA1 Message Date
fdd0e7c51a husky: Initialize for Evolution X 11.x
Signed-off-by: AnierinB <anierin@evolution-x.org>
2025-07-24 06:42:00 -07:00
Michael Bestas
58fde14a7a
Update extract-files helper scripts
Change-Id: I42081d2ac09e739ecb12548f05c096d1a72b7252
2024-11-06 04:56:46 +02:00
5 changed files with 32 additions and 19 deletions

6
evolution.dependencies Normal file
View file

@ -0,0 +1,6 @@
[
{
"repository" : "device_google_shusky",
"target_path" : "device/google/shusky"
}
]

13
extract-files.py Executable file
View 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}/../shusky/husky"
./extract-files.py $@
popd

View file

@ -1,13 +0,0 @@
#!/bin/bash
#
# Copyright (C) 2016 The CyanogenMod Project
# Copyright (C) 2017-2020 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
set -e
MY_DIR="$(cd "$(dirname "${0}")"; pwd -P)"
"${MY_DIR}/../shusky/husky/extract-files.sh" "$@"

View file

@ -1,6 +0,0 @@
[
{
"repository": "android_device_google_shusky",
"target_path": "device/google/shusky"
}
]

13
setup-makefiles.py Executable file
View 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}/../shusky/husky"
./setup-makefiles.py
popd