fixup! Disable userdebug diagnostics

Change-Id: I9ec35b51e3414bded1945b7035372d91ef960414
This commit is contained in:
Michael Bestas 2024-09-07 16:30:30 +03:00
parent 9992b27bee
commit 811212e505
No known key found for this signature in database
GPG Key ID: CC95044519BE6669
5 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,5 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/bcmbt/dump/sepolicy/
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES_DEBUG += dump_bcmbt
endif

View File

@ -7,7 +7,9 @@ PRODUCT_PACKAGES += \
# GXP C-API library
PRODUCT_PACKAGES += libgxp
# GXP Debug dump.
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES_DEBUG += dump_gxp
endif
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/gxp/sepolicy

View File

@ -1,4 +1,5 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/radio/sepolicy/
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES_DEBUG += dump_radio
endif

View File

@ -4,7 +4,9 @@ PRODUCT_PACKAGES += android.hardware.thermal-service.pixel
PRODUCT_PACKAGES += thermal_symlinks
# Thermal logd
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES_DEBUG += thermal_logd
endif
PRODUCT_PACKAGES_ENG += thermal_logd
BOARD_SEPOLICY_DIRS += device/google/gs-common/thermal/sepolicy/thermal_hal

View File

@ -1,3 +1,5 @@
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/touch/touchinspector/sepolicy
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES_DEBUG += TouchInspector
endif