fixup! Disable userdebug diagnostics
Change-Id: I9ec35b51e3414bded1945b7035372d91ef960414
This commit is contained in:
parent
9992b27bee
commit
811212e505
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user