sdm710-common: Pull appropriate USB props from vendor_product.mk
Change-Id: I93b25c5d0989c83d1c8d7b7946a083771febdddd Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
parent
ee78b6a959
commit
688742ef3e
1 changed files with 8 additions and 0 deletions
|
@ -151,5 +151,13 @@ persist.vendor.radio.enableadvancedscan=false
|
||||||
ro.soc.manufacturer=Qualcomm
|
ro.soc.manufacturer=Qualcomm
|
||||||
ro.soc.model=SDM710
|
ro.soc.model=SDM710
|
||||||
|
|
||||||
|
# USB
|
||||||
|
vendor.usb.dpl.inst.name=dpl
|
||||||
|
vendor.usb.qdss.inst.name=qdss
|
||||||
|
vendor.usb.rmnet.func.name=gsi
|
||||||
|
vendor.usb.rmnet.inst.name=rmnet
|
||||||
|
vendor.usb.rndis.func.name=gsi
|
||||||
|
vendor.usb.use_gadget_hal=0
|
||||||
|
|
||||||
# Zygote
|
# Zygote
|
||||||
zygote.critical_window.minute=10
|
zygote.critical_window.minute=10
|
||||||
|
|
Loading…
Reference in a new issue