mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-01-28 19:54:28 +00:00
Disable modem logging on userdebug builds
Change-Id: Ib8ebf5926ed0bcdcbb06d5b9de3a7e3409b5779c
This commit is contained in:
committed by
Michael Bestas
parent
ddf641562d
commit
8b5e3dbb57
@@ -454,7 +454,7 @@ PRODUCT_PACKAGES += \
|
||||
checkpoint_gc
|
||||
|
||||
# Vendor verbose logging default property
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
persist.vendor.verbose_logging_enabled=true
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user