caimito: Disable userdebug diagnostics
* We can't make use of most of the debug features on userdebug builds. Change-Id: I31df2090b31243b742c4e82dc08cd8491dada54f
This commit is contained in:
parent
619868feb7
commit
ebfe176ee0
14 changed files with 34 additions and 34 deletions
|
@ -64,8 +64,8 @@ PRODUCT_PACKAGES += \
|
|||
compens_spk_r.conf \
|
||||
default_mic_compensation.bin
|
||||
|
||||
# userdebug and eng specific
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
# eng specific
|
||||
PRODUCT_PACKAGES_ENG += \
|
||||
BLUETOOTH.mods \
|
||||
HANDSFREE.mods \
|
||||
HANDSET.mods \
|
||||
|
@ -75,7 +75,7 @@ PRODUCT_PACKAGES_DEBUG += \
|
|||
test_config.ini \
|
||||
test_preset.mps
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
||||
# Mixer Path Configuration for Audio Speaker Calibration Tool crus_sp_cal
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/caimito/audio/$(AUDIO_TABLE_FOLDER)/cs35l41/crus_sp_cal_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/crus_sp_cal_mixer_paths.xml
|
||||
|
|
|
@ -64,8 +64,8 @@ PRODUCT_PACKAGES += \
|
|||
compens_spk_r.conf \
|
||||
default_mic_compensation.bin
|
||||
|
||||
# userdebug and eng specific
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
# eng specific
|
||||
PRODUCT_PACKAGES_ENG += \
|
||||
BLUETOOTH.mods \
|
||||
HANDSFREE.mods \
|
||||
HANDSET.mods \
|
||||
|
@ -75,7 +75,7 @@ PRODUCT_PACKAGES_DEBUG += \
|
|||
test_config.ini \
|
||||
test_preset.mps
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
||||
# Mixer Path Configuration for Audio Speaker Calibration Tool crus_sp_cal
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/caimito/audio/$(AUDIO_TABLE_FOLDER)/cs35l41/crus_sp_cal_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/crus_sp_cal_mixer_paths.xml
|
||||
|
|
|
@ -64,8 +64,8 @@ PRODUCT_PACKAGES += \
|
|||
compens_spk_r.conf \
|
||||
default_mic_compensation.bin
|
||||
|
||||
# userdebug and eng specific
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
# eng specific
|
||||
PRODUCT_PACKAGES_ENG += \
|
||||
BLUETOOTH.mods \
|
||||
HANDSFREE.mods \
|
||||
HANDSET.mods \
|
||||
|
@ -75,7 +75,7 @@ PRODUCT_PACKAGES_DEBUG += \
|
|||
test_config.ini \
|
||||
test_preset.mps
|
||||
|
||||
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
||||
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
||||
# Mixer Path Configuration for Audio Speaker Calibration Tool crus_sp_cal
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/caimito/audio/$(AUDIO_TABLE_FOLDER)/cs35l41/crus_sp_cal_mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/crus_sp_cal_mixer_paths.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue