diff --git a/device.mk b/device.mk index a8487c92..6eef6009 100644 --- a/device.mk +++ b/device.mk @@ -564,7 +564,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/compression.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk) # Titan-M -ifeq (,$(filter true, $(BOARD_WITHOUT_DTLS))) +ifneq (,$(BOARD_HAS_DTLS)) include hardware/google/pixel/dauntless/dauntless.mk endif