diff options
| author | techyguyperplexable <hlcj1234567@gmail.com> | 2025-09-16 17:07:45 +0100 |
|---|---|---|
| committer | techyguyperplexable <hlcj1234567@gmail.com> | 2025-09-16 17:10:25 +0100 |
| commit | c12c59385e4f46906161ba7b66c43cca41b692a7 (patch) | |
| tree | 23d6701de0e4ba320e71004ce6fbd15b39a15086 | |
| parent | 8bfa4304435fa055090467f61b5ac7c4b76d35b7 (diff) | |
universal9830: Add crdroid.dependencies
Signed-off-by: techyguyperplexable <hlcj1234567@gmail.com>
| -rw-r--r-- | crdroid.dependencies | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/crdroid.dependencies b/crdroid.dependencies new file mode 100644 index 0000000..4f2f2c1 --- /dev/null +++ b/crdroid.dependencies @@ -0,0 +1,72 @@ +[ + { + "repository": "crdroidandroid/android_device_samsung_slsi_sepolicy", + "target_path": "device/samsung_slsi/sepolicy", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_device_samsung_universal9830-common", + "target_path": "device/samsung/universal9830-common", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_kernel_samsung_universal9830", + "target_path": "kernel/samsung/universal9830", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/proprietary_vendor_samsung_universal9830-common", + "target_path": "vendor/samsung/universal9830-common", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_hardware_samsung", + "target_path": "hardware/samsung", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_exynos", + "target_path": "hardware/samsung_slsi-linaro/exynos", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_graphics", + "target_path": "hardware/samsung_slsi-linaro/graphics", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_openmax", + "target_path": "hardware/samsung_slsi-linaro/openmax", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_interfaces", + "target_path": "hardware/samsung_slsi-linaro/interfaces", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_exynos5", + "target_path": "hardware/samsung_slsi-linaro/exynos5", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi-linaro_config", + "target_path": "hardware/samsung_slsi-linaro/config", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi_libbt", + "target_path": "hardware/samsung_slsi/libbt", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi_scsc_wifibt_wifi_hal", + "target_path": "hardware/samsung_slsi/scsc_wifibt/wifi_hal", + "branch": "16.0" + }, + { + "repository": "crdroidandroid/android_hardware_samsung_slsi_scsc_wifibt_wpa_supplicant_lib", + "target_path": "hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib", + "branch": "16.0" + } +]
\ No newline at end of file |
