From a3737c7b08b68b9ff64c9ab716a5831bc294014f Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Mon, 10 Jan 2022 14:22:40 -0800 Subject: [PATCH] Use BOARD_HAS_DTLS instead of BOARD_WITHOUT_DTLS Bug: 201700692 Test: Verified ninja files are unchanged Change-Id: Iee95550f4cec940e1d2535ba44f89126c3b04d68 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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