diff --git a/device.mk b/device.mk index 3c42d466..2b6f401e 100644 --- a/device.mk +++ b/device.mk @@ -538,7 +538,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_ven $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk) # Titan-M -ifneq (,$(BOARD_HAS_DTLS)) +ifeq (,$(filter true, $(BOARD_WITHOUT_DTLS))) include hardware/google/pixel/dauntless/dauntless.mk endif