From 9e4f6f83b689a35f3ad144beac93663d94a7a065 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Sat, 21 Jun 2025 19:43:02 +0300 Subject: [PATCH] gs101: Include missing NFC sepolicy Change-Id: Ic93f74e25694f19cfc23a86203c17e6f1d9be0ea --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index d37b50fb..863e87dc 100644 --- a/device.mk +++ b/device.mk @@ -39,6 +39,7 @@ include device/google/gs-common/bootctrl/bootctrl_aidl.mk include device/google/gs-common/betterbug/betterbug.mk include device/google/gs-common/bcmbt/dump/dumplog.mk include device/google/gs-common/fingerprint/fingerprint.mk +include device/google/gs-common/nfc/nfc.mk TARGET_BOARD_PLATFORM := gs101 DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)