Skip to content

Commit

Permalink
manifests-30: Use separate repo for intel-clc, with a patch to add it…
Browse files Browse the repository at this point in the history
… to PATH
  • Loading branch information
aleasto committed Oct 25, 2024
1 parent c671d37 commit b2fa464
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
1 change: 0 additions & 1 deletion manifest_scripts/manifests-30/01-removes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
<remove-project name="LineageOS/android_packages_apps_SetupWizard" />
<remove-project name="device/google/cuttlefish" />
<remove-project name="device/google/cuttlefish_kernel" />
<remove-project name="LineageOS/android_prebuilts_build-tools" />
<remove-project name="platform/prebuilts/vndk/v29" />
</manifest>
2 changes: 1 addition & 1 deletion manifest_scripts/manifests-30/02-waydroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<project path="vendor/prebuilts/bdapps" name="boringdroid/vendor_prebuilts_bdapps" remote="ghub" revision="refs/heads/boringdroid-11.0.0" />

<!-- Build -->
<project path="prebuilts/build-tools" name="WayDroid/android_prebuilts_build-tools" groups="pdk" clone-depth="1" remote="ghub" revision="refs/heads/lineage-18.1" />
<project path="prebuilts/intel-clc" name="WayDroid/android_prebuilts_intel-clc" groups="pdk" clone-depth="1" remote="ghub" revision="refs/heads/main" />

<!-- VNDK -->
<project path="prebuilts/vndk/v29" name="WayDroid/android_prebuilts_vndk_v29" groups="pdk" clone-depth="1" remote="ghub" revision="refs/heads/lineage-18.1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
From 45cddb13519f7e776afbf1b4e8715d5975619f2c Mon Sep 17 00:00:00 2001
From: Alessandro Astone <[email protected]>
Date: Sun, 13 Oct 2024 18:52:35 +0200
Subject: [PATCH] Add prebuilt intel_clc to PATH

---
path/linux-x86/intel_clc | 1 +
1 file changed, 1 insertion(+)
create mode 120000 path/linux-x86/intel_clc

diff --git a/path/linux-x86/intel_clc b/path/linux-x86/intel_clc
new file mode 120000
index 0000000..a761224
--- /dev/null
+++ b/path/linux-x86/intel_clc
@@ -0,0 +1 @@
+../../../intel-clc/intel_clc
\ No newline at end of file
--
2.47.0

0 comments on commit b2fa464

Please sign in to comment.