sm6375-common: props: Enable ADB by default in non-user builds

User builds shouldn't have adb enabled by default.

Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
Adithya R
2022-09-12 21:09:48 +05:30
committed by boedhack99
parent 4b9701598d
commit faf61ff748

View File

@@ -453,6 +453,11 @@ PRODUCT_PACKAGES += \
PRODUCT_SOONG_NAMESPACES += \
vendor/qcom/opensource/usb/etc
ifneq ($(TARGET_BUILD_VARIANT),user)
PRODUCT_VENDOR_PROPERTIES += \
persist.vendor.usb.config=mtp,adb
endif
# Vibrator
PRODUCT_PACKAGES += \
vendor.qti.hardware.vibrator.service