USB: Use USB QDSS data over SW path on parrot
Set the mode for the QDSS data path to go over the SW path instead
of BAM for parrot.
Change-Id: Ieabba26289250712fca961aa772eaa341d71abb6
diff --git a/vendor_product.mk b/vendor_product.mk
index 6b9b081..b611d91 100644
--- a/vendor_product.mk
+++ b/vendor_product.mk
@@ -29,7 +29,7 @@
PRODUCT_PROPERTY_OVERRIDES += vendor.usb.dpl.inst.name=dpl
# QDSS uses SW path on these targets
-ifneq ($(filter lahaina taro,$(TARGET_BOARD_PLATFORM)),)
+ifneq ($(filter lahaina taro parrot,$(TARGET_BOARD_PLATFORM)),)
PRODUCT_PROPERTY_OVERRIDES += vendor.usb.qdss.inst.name=qdss_sw
else
PRODUCT_PROPERTY_OVERRIDES += vendor.usb.qdss.inst.name=qdss