Use BOARD_HAS_DTLS instead of BOARD_WITHOUT_DTLS

Bug: 201700692
Test: Verified ninja files are unchanged
Change-Id: Iee95550f4cec940e1d2535ba44f89126c3b04d68
This commit is contained in:
Cole Faust 2022-01-10 14:22:40 -08:00
parent 97d1b5aff0
commit a3737c7b08

View file

@ -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