mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 16:47:35 +00:00
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:
5
holi.mk
5
holi.mk
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user