Advertisement
arter97

Untitled

Apr 28th, 2020
1,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 3.12 KB | None | 0 0
  1. arter97@arter97-dgist:~/q/manifest$ git diff
  2. diff --git a/default.xml b/default.xml
  3. index 17c6c53..d560d41 100644
  4. --- a/default.xml
  5. +++ b/default.xml
  6. @@ -31,6 +31,11 @@
  7.    <remote name="gitlab"
  8.             fetch="https://gitlab.com"/>
  9.  
  10. +  <remote  name="caf_bluetooth"
  11. +           fetch="git://codeaurora.org/quic/la"
  12. +           review="codeaurora.org"
  13. +           revision="refs/tags/LA.UM.8.13.r1-08000-SAIPAN.0" />
  14. +
  15.    <default revision="refs/tags/LA.UM.8.4.1.r1-01700-8x98.0"
  16.             remote="caf"
  17.             sync-j="4"
  18. @@ -784,13 +789,13 @@
  19.    <project name="platform/vendor/opensource/video-driver" path="vendor/qcom/opensource/video-driver"/>
  20.    <project name="platform/vendor/qcom-opensource/audio" path="vendor/qcom/opensource/audio"/>
  21.    <project name="platform/vendor/qcom-opensource/audio-hal/st-hal" path="vendor/qcom/opensource/audio-hal/st-hal"/>
  22. -  <project name="platform/vendor/qcom-opensource/bluetooth" path="vendor/qcom/opensource/commonsys/bluetooth"/>
  23. -  <project name="platform/vendor/qcom-opensource/bluetooth-commonsys-intf" path="vendor/qcom/opensource/commonsys-intf/bluetooth">
  24. +  <project name="platform/vendor/qcom-opensource/bluetooth" path="vendor/qcom/opensource/commonsys/bluetooth" remote="caf_bluetooth"/>
  25. +  <project name="platform/vendor/qcom-opensource/bluetooth-commonsys-intf" path="vendor/qcom/opensource/commonsys-intf/bluetooth" remote="caf_bluetooth">
  26.      <linkfile dest="vendor/qcom/defs/board-defs/system/bt-commonsys-intf-board.mk" src="bt-commonsys-intf-board.mk"/>
  27.      <linkfile dest="vendor/qcom/defs/board-defs/vendor/bt-commonsys-intf-board.mk" src="bt-commonsys-intf-board.mk"/>
  28.      <linkfile dest="vendor/qcom/defs/product-defs/system/bt-system-opensource-product.mk" src="bt-system-opensource-product.mk"/>
  29.    </project>
  30. -  <project name="platform/vendor/qcom-opensource/bluetooth_ext" path="vendor/qcom/opensource/commonsys/bluetooth_ext"/>
  31. +  <project name="platform/vendor/qcom-opensource/bluetooth_ext" path="vendor/qcom/opensource/commonsys/bluetooth_ext" remote="caf_bluetooth"/>
  32.    <project name="platform/vendor/qcom-opensource/core-utils" path="vendor/qcom/opensource/core-utils">
  33.      <linkfile dest="vendor/qcom/build/tasks/QSSI_violators.mk" src="build/QSSI_violators.mk"/>
  34.      <linkfile dest="vendor/qcom/build/tasks/QMAA_enforcement.mk" src="build/QMAA_enforcement.mk"/>
  35. @@ -824,7 +829,7 @@
  36.    </project>
  37.    <project name="platform/vendor/qcom-opensource/recovery-ext" path="vendor/qcom/opensource/recovery-ext"/>
  38.    <project name="platform/vendor/qcom-opensource/shortcut-fe" path="shortcut-fe"/>
  39. -  <project name="platform/vendor/qcom-opensource/system/bt" path="vendor/qcom/opensource/commonsys/system/bt"/>
  40. +  <project name="platform/vendor/qcom-opensource/system/bt" path="vendor/qcom/opensource/commonsys/system/bt" remote="caf_bluetooth"/>
  41.    <project name="platform/vendor/qcom-opensource/thermal-engine" path="vendor/qcom/opensource/thermal-engine"/>
  42.    <project name="platform/vendor/qcom-opensource/time-services" path="vendor/qcom/opensource/time-services"/>
  43.    <project name="platform/vendor/qcom-opensource/tools" path="vendor/qcom/opensource/tools"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement