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:
parent
26ed2c0dbb
commit
7e72d8c517
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue