From cd3ffcdd70bc3de887c949b7a6af297167f760ef Mon Sep 17 00:00:00 2001 From: Klines Jiang Date: Tue, 22 Aug 2023 02:59:04 +0000 Subject: [PATCH] [SELinux] Add gyotaku_app doamin to Pixel 2020. Bug: 296836878 Test: Local build and tested pass. Change-Id: I3c4e63fb73ea233838a5ea777a340310a18186ed Merged-In: I3c4e63fb73ea233838a5ea777a340310a18186ed --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index eee489d8..6fdb249d 100644 --- a/device.mk +++ b/device.mk @@ -33,6 +33,7 @@ include device/google/gs-common/gps/dump/log.mk include device/google/gs-common/widevine/widevine.mk include device/google/gs-common/sota_app/factoryota.mk include device/google/gs-common/misc_writer/misc_writer.mk +include device/google/gs-common/gyotaku_app/gyotaku.mk TARGET_BOARD_PLATFORM := gs101 DEVICE_IS_64BIT_ONLY ?= $(if $(filter %_64,$(TARGET_PRODUCT)),true,false)