Skip to content

Commit

Permalink
manifest: Add sdm710 and hardware/google/pixel projects for bonito
Browse files Browse the repository at this point in the history
Change-Id: I43e0c8225d711173962470033b0422c7145e6457
  • Loading branch information
Rashed97 authored and jhenrique09 committed May 30, 2019
1 parent 1d9f1df commit 15787df
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
12 changes: 11 additions & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,10 @@
<project path="hardware/broadcom/libbt" name="platform/hardware/broadcom/libbt" groups="pdk" />
<project path="hardware/broadcom/wlan" name="platform/hardware/broadcom/wlan" groups="pdk,broadcom_wlan" />
<project path="hardware/google/apf" name="platform/hardware/google/apf" groups="pdk" />
<project path="hardware/google/av" name="platform/hardware/google/av" groups="pdk" />
<project path="hardware/google/easel" name="platform/hardware/google/easel" groups="pdk,easel" />
<project path="hardware/google/interfaces" name="platform/hardware/google/interfaces" groups="pdk" />
<project path="hardware/google/av" name="platform/hardware/google/av" groups="pdk" />
<project path="hardware/google/pixel" name="platform/hardware/google/pixel" groups="bonito,crosshatch" remote="aosp" revision="refs/tags/android-9.0.0_r39" />
<project path="hardware/intel/audio_media" name="platform/hardware/intel/audio_media" groups="intel,pdk" />
<project path="hardware/intel/bootstub" name="platform/hardware/intel/bootstub" groups="intel,pdk" />
<project path="hardware/intel/common/bd_prov" name="platform/hardware/intel/common/bd_prov" groups="intel,pdk" />
Expand Down Expand Up @@ -493,6 +494,15 @@
<project path="hardware/qcom/msm8x84" name="platform/hardware/qcom/msm8x84" groups="qcom_msm8x84,pdk-qcom" />
<project path="hardware/qcom/neuralnetworks/hvxservice" name="platform/hardware/qcom/neuralnetworks/hvxservice" groups="wahoo" />
<project path="hardware/qcom/power" name="platform/hardware/qcom/power" groups="qcom,pdk-qcom" />
<project path="hardware/qcom/sdm710/data/ipacfg-mgr" name="platform/hardware/qcom/sdm710/data/ipacfg-mgr" groups="vendor,qcom_sdm710" />
<project path="hardware/qcom/sdm710/display" name="platform/hardware/qcom/sdm710/display" groups="qcom_sdm710" >
<linkfile src="os_pickup.mk" dest="hardware/qcom/sdm710/Android.mk" />
<linkfile src="os_pickup.bp" dest="hardware/qcom/sdm710/Android.bp" />
</project>
<project path="hardware/qcom/sdm710/gps" name="platform/hardware/qcom/sdm710/gps" groups="qcom_sdm710" />
<project path="hardware/qcom/sdm710/media" name="platform/hardware/qcom/sdm710/media" groups="qcom_sdm710" />
<project path="hardware/qcom/sdm710/thermal" name="platform/hardware/qcom/sdm710/thermal" groups="qcom_sdm710" />
<project path="hardware/qcom/sdm710/vr" name="platform/hardware/qcom/sdm710/vr" groups="qcom_sdm710" />
<project path="hardware/qcom/sdm845/bt" name="platform/hardware/qcom/sdm845/bt" groups="qcom_sdm845" />
<project path="hardware/qcom/sdm845/data/ipacfg-mgr" name="platform/hardware/qcom/sdm845/data/ipacfg-mgr" groups="vendor,qcom_sdm845" >
<linkfile src="os_pickup.mk" dest="hardware/qcom/sdm845/Android.mk" />
Expand Down
4 changes: 4 additions & 0 deletions snippets/lineage.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
<project path="hardware/qcom/gps" name="android_hardware_qcom_gps" remote="lineage" />
<project path="hardware/qcom/keymaster" name="android_hardware_qcom_keymaster" remote="lineage" />
<project path="hardware/qcom/media" name="android_hardware_qcom_media" remote="lineage" />
<project path="hardware/qcom/sdm710/display" name="android_hardware_qcom_sdm710_display" remote="lineage">
<linkfile src="os_pickup.mk" dest="hardware/qcom/sdm710/Android.mk" />
<linkfile src="os_pickup.bp" dest="hardware/qcom/sdm710/Android.bp" />
</project>
<project path="hardware/qcom/wlan" name="android_hardware_qcom_wlan" remote="lineage" />

<!-- Packages repos -->
Expand Down
1 change: 1 addition & 0 deletions snippets/remove.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@
<remove-project name="platform/hardware/qcom/msm8x27" />
<remove-project name="platform/hardware/qcom/msm8x84" />
<remove-project name="platform/hardware/qcom/power" />
<remove-project name="platform/hardware/qcom/sdm710/display" />
<remove-project name="platform/hardware/qcom/wlan" />
<remove-project name="platform/hardware/ril" />

Expand Down

0 comments on commit 15787df

Please sign in to comment.