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:
parent
97d1b5aff0
commit
a3737c7b08
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
$(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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue