From dff5197ff0271a53193f8b63d650a487a889e055 Mon Sep 17 00:00:00 2001 From: Ivy <78825510+Lost-Entrepreneur439@users.noreply.github.com> Date: Tue, 11 Mar 2025 17:27:25 -0230 Subject: [PATCH] dependencies: create dependencies file --- crdroid.dependencies | 67 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 crdroid.dependencies diff --git a/crdroid.dependencies b/crdroid.dependencies new file mode 100644 index 0000000..1ebe7e6 --- /dev/null +++ b/crdroid.dependencies @@ -0,0 +1,67 @@ +[ + { + "repository": "crdroidandroid/android_vendor_samsung_a20", + "target_path": "vendor/samsung/a20" + }, + { + "repository": "crdroidandroid/android_vendor_samsung_universal7885-common", + "target_path": "vendor/samsung/universal7885-common" + }, + { + "repository": "crdroidandroid/android_hardware_samsung-ext_interfaces", + "target_path": "hardware/samsung-ext/interfaces" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_interfaces", + "target_path": "hardware/samsung_slsi-linaro/interfaces" + }, + { + "repository": "crdroidandroid/android_prebuilts_clang_host_linux-x86_clang-vortex", + "target_path": "prebuilts/clang/host/linux-x86/clang-vortex" + }, + { + "repository": "crdroidandroid/android_device_samsung_universal7885-common", + "target_path": "device/samsung/universal7885-common" + }, + { + "repository": "crdroidandroid/android_kernel_samsung_exynos7885", + "target_path": "kernel/samsung/exynos7885" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi_libbt", + "target_path": "hardware/samsung_slsi/libbt" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi_scsc_wifibt_wpa_supplicant_lib", + "target_path": "hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi_scsc_wifibt_wifi_hal", + "target_path": "hardware/samsung_slsi/scsc_wifibt/wifi_hal" + }, + { + "repository": "crdroidandroid/android_device_samsung_slsi_sepolicy", + "target_path": "device/samsung_slsi/sepolicy" + }, + { + "repository": "crdroidandroid/android_hardware_samsung", + "target_path": "hardware/samsung", + "branch": "15.0-a20" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_graphics", + "target_path": "hardware/samsung_slsi-linaro/graphics" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_exynos", + "target_path": "hardware/samsung_slsi-linaro/exynos" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_config", + "target_path": "hardware/samsung_slsi-linaro/config" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_openmax", + "target_path": "hardware/samsung_slsi-linaro/openmax" + } +]