mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Merge "Delete product specific mini-debug code"
This commit is contained in:
committed by
Android (Google) Code Review
commit
5cf3edf4d0
@@ -585,10 +585,3 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/wahoo/permissions/com.google.hardware.camera.easel.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.google.hardware.camera.easel.xml
|
||||
|
||||
# Add minidebug info to the system server to support diagnosing native crashes.
|
||||
ifneq (,$(filter user userdebug, $(TARGET_BUILD_VARIANT)))
|
||||
# System server and some of its services.
|
||||
# Note: we cannot use PRODUCT_SYSTEM_SERVER_JARS, as it has not been expanded at this point.
|
||||
$(call add-product-dex-preopt-module-config,services,--generate-mini-debug-info)
|
||||
$(call add-product-dex-preopt-module-config,wifi-service,--generate-mini-debug-info)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user