manifest: Track an specific revision from CAF for prebuilts clang

Some devices need more old prebuilts clang for kernel or the device doesnt boot.

source: https://git.codelinaro.org/clo/la/platform/prebuilts/clang/host/linux-x86/-/commits/aosp-new/master/

Change-Id: I70177cd53701df0c030624f0f151e11032f693ee
diff --git a/omni-caf.xml b/omni-caf.xml
index 47b3a4e..7af4ccd 100644
--- a/omni-caf.xml
+++ b/omni-caf.xml
@@ -1,11 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <manifest>
 
-  <remote  name="github"
+    <remote  name="github"
            fetch="https://github.com/" />
 
-  <remote  name="omnirom"
+    <remote  name="omnirom"
            fetch="https://github.com/omnirom"
            review="gerrit.omnirom.org" />
 
+    <remote  name="qcom"
+           fetch="https://git.codelinaro.org/clo/la"
+           review="codeaurora.org" />
+
+    <project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" clone-depth="1" remote="qcom" revision="0fc0715d9392ca616605c07750211d7ca71f4e36" />
+
 </manifest>
diff --git a/remove.xml b/remove.xml
index be4a423..1e0e97c 100644
--- a/remove.xml
+++ b/remove.xml
@@ -34,4 +34,5 @@
     <remove-project name="platform/system/vold" />
     <!--<remove-project name="platform/packages/modules/DnsResolver" />
     <remove-project name="platform/packages/modules/Wifi" />-->
+    <remove-project name="platform/prebuilts/clang/host/linux-x86" />
 </manifest>