mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-01-27 19:18:35 +00:00
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:
@@ -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)
|
||||
|
||||
# Titan-M
|
||||
ifeq (,$(filter true, $(BOARD_WITHOUT_DTLS)))
|
||||
ifneq (,$(BOARD_HAS_DTLS))
|
||||
include hardware/google/pixel/dauntless/dauntless.mk
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user