Use BOARD_HAS_DTLS instead of BOARD_WITHOUT_DTLS

Bug: 201700692
Test: Verified ninja files are unchanged
Change-Id: I3b4ab3ed289faebd83cbb848aad512ab8cc3458d
This commit is contained in:
Cole Faust 2022-01-10 14:22:12 -08:00
parent 26ed2c0dbb
commit 7e72d8c517

View file

@ -534,7 +534,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/virtual_ab_ota/launch_with_ven
$(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk)
# Titan-M # Titan-M
ifeq (,$(filter true, $(BOARD_WITHOUT_DTLS))) ifneq (,$(BOARD_HAS_DTLS))
include hardware/google/pixel/dauntless/dauntless.mk include hardware/google/pixel/dauntless/dauntless.mk
endif endif