From a4e60320677f9498cd14f8ce9565756337fe2b57 Mon Sep 17 00:00:00 2001 From: Inseob Kim Date: Wed, 22 Nov 2023 13:43:08 +0900 Subject: [PATCH] Check dev_type violations This is to prepare dev_type test earlier. It checks whether /dev nodes have labeles with dev_type or not. Bug: 303367345 Test: build Change-Id: I4feb079d4a3badc6362127a09f8d458755d7d2d2 --- device.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device.mk b/device.mk index fed87af..0893c07 100644 --- a/device.mk +++ b/device.mk @@ -1159,3 +1159,5 @@ SUPPORT_VENDOR_SATELLITE_SERVICE := true include hardware/google/pixel/input/twoshay.mk PRODUCT_CHECK_VENDOR_SEAPP_VIOLATIONS := true + +PRODUCT_CHECK_DEV_TYPE_VIOLATIONS := true