Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc7f5debc5 | |||
|
|
fafdeb97d3 |
6
evolution.dependencies
Normal file
6
evolution.dependencies
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"repository" : "device_google_shusky",
|
||||||
|
"target_path" : "device/google/shusky"
|
||||||
|
}
|
||||||
|
]
|
||||||
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}/../shusky/shiba"
|
||||||
|
./extract-files.py $@
|
||||||
|
popd
|
||||||
@@ -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/shiba/extract-files.sh" "$@"
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"repository": "android_device_google_shusky",
|
|
||||||
"target_path": "device/google/shusky"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
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}/../shusky/shiba"
|
||||||
|
./setup-makefiles.py
|
||||||
|
popd
|
||||||
Reference in New Issue
Block a user