From 2c8aa51ea706e1912ff0328b095fe3dc4522766b Mon Sep 17 00:00:00 2001 From: intelgigabyte Date: Fri, 23 Jan 2026 10:37:41 +0700 Subject: [PATCH] a71-common: Initialize for Evolution X QPR1 Signed-off-by: intelgigabyte --- crdroid.dependencies | 28 ---------------------------- evolution.dependencies | 36 ++++++++++++++++++++++++++++++++++++ lineage.dependencies | 10 ---------- 3 files changed, 36 insertions(+), 38 deletions(-) delete mode 100644 crdroid.dependencies create mode 100644 evolution.dependencies delete mode 100644 lineage.dependencies diff --git a/crdroid.dependencies b/crdroid.dependencies deleted file mode 100644 index 1840b75..0000000 --- a/crdroid.dependencies +++ /dev/null @@ -1,28 +0,0 @@ -[ - { - "repository": "crdroidandroid/android_kernel_samsung_a71", - "target_path": "kernel/samsung/a71", - "branch": "15.0" - }, - { - "repository": "crdroidandroid/android_hardware_samsung", - "target_path": "hardware/samsung", - "branch": "15.0" - }, - { - "repository": "crdroidandroid/proprietary_vendor_samsung_a71-common", - "target_path": "vendor/samsung/a71-common", - "branch": "15.0" - }, - { - "repository": "crdroidandroid/android_hardware_dolby", - "target_path": "hardware/dolby", - "branch": "15.0" - "branch": "16.0" - }, - { - "repository": "crdroidandroid/hardware_samsung-extra_interfaces", - "target_path": "hardware/samsung-ext/interfaces", - "branch": "16.0" - } -] \ No newline at end of file diff --git a/evolution.dependencies b/evolution.dependencies new file mode 100644 index 0000000..e8deb79 --- /dev/null +++ b/evolution.dependencies @@ -0,0 +1,36 @@ +[ + { + "repository": "kernel_samsung_a71", + "target_path": "kernel/samsung/a71", + "branch": "bka" + }, + { + "remote": "github-non-los", + "repository": "LineageOS/android_hardware_samsung", + "target_path": "hardware/samsung", + "branch": "lineage-23.1" + }, + { + "remote": "github-non-los", + "repository": "LineageOS/android_hardware_samsung_nfc", + "target_path": "hardware/samsung/nfc", + "branch": "lineage-23.1" + }, + { + "repository": "vendor_samsung_a71-common", + "target_path": "vendor/samsung/a71-common", + "branch": "bka" + }, + { + "remote": "github-non-los", + "repository": "intelgigabyte/android_hardware_dolby", + "target_path": "hardware/dolby", + "branch": "16.0" + }, + { + "repository": "hardware_samsung-extra_interfaces", + "target_path": "hardware/samsung-ext/interfaces", + "branch": "bka" + } +] + diff --git a/lineage.dependencies b/lineage.dependencies deleted file mode 100644 index 3ef3f64..0000000 --- a/lineage.dependencies +++ /dev/null @@ -1,10 +0,0 @@ -[ - { - "repository": "android_hardware_samsung", - "target_path": "hardware/samsung" - }, - { - "repository": "android_kernel_samsung_a71", - "target_path": "kernel/samsung/a71" - } -]