manifest: Correct remote typo
This didn't affect anything since we fork device/qcom/vendor-common, but I'll fix it anyway. Change-Id: Ia6201c8fc00ae31d0e19efae98520658904f6a5c
This commit is contained in:
parent
8f249d43b9
commit
fb8d789679
|
@ -5,7 +5,7 @@
|
|||
<linkfile dest="vendor/qcom/build/tasks/generate_extra_images.mk" src="generate_extra_images.mk"/>
|
||||
</project>
|
||||
<project name="device/qcom/sepolicy_vndr" remote="clo_vendor"/>
|
||||
<project name="device/qcom/vendor-common" rremote="clo_vendor"/>
|
||||
<project name="device/qcom/vendor-common" remote="clo_vendor"/>
|
||||
<project name="platform/hardware/qcom/audio-ar" path="vendor/qcom/opensource/audio-hal/primary-hal" remote="clo_vendor">
|
||||
<linkfile dest="vendor/qcom/defs/product-defs/vendor/audio_vendor_product.mk" src="configs/audio_vendor_product.mk"/>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue