2 Commits
udc ... vic

Author SHA1 Message Date
b88c863aea sargo: dependencies: use EvolutionX's dependencies
Signed-off-by: Onelots <onelots@onelots.fr>
2025-04-08 01:59:37 +02:00
Michael Bestas
bccfde6e9f Update extract-files helper scripts
Change-Id: I42081d2ac09e739ecb12548f05c096d1a72b7252
2024-12-14 14:48:32 +01:00
4 changed files with 34 additions and 13 deletions

View File

@@ -2,5 +2,13 @@
{ {
"repository": "device_google_bonito", "repository": "device_google_bonito",
"target_path": "device/google/bonito" "target_path": "device/google/bonito"
},
{
"repository": "vendor_google_sargo",
"target_path": "vendor/google/sargo"
},
{
"repository": "vendor_google_bonito",
"target_path": "vendor/google/bonito"
} }
] ]

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}/../bonito/sargo"
./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}/../bonito/sargo/extract-files.sh" "$@"

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}/../bonito/sargo"
./setup-makefiles.py
popd