From 71c8608ebdbae9cd106e8de83125c4625cc0055a Mon Sep 17 00:00:00 2001 From: Neill Kapron Date: Fri, 10 Mar 2023 01:18:35 +0000 Subject: [PATCH] Revert "GKI: android-6.1: Require uid_sys_stats" Revert submission 2480476-uid_sys_stats-b219790626 Reason for revert: Causes the following build failure on aosp-master-with-phones with aosp_cf_x86_64_phone-userdebug: ERROR: files are incompatible: Runtime info and framework compatibility matrix are incompatible: No compatible kernel requirement found (kernel FCM version = 8). For kernel requirements at matrix level 8, Missing config CONFIG_UID_SYS_STATS : Success INCOMPATIBLE Reverted changes: /q/submissionid:2480476-uid_sys_stats-b219790626 Change-Id: Ib593f1e1d4702eec299108dd5df1f34b8c9e69b3 --- android-6.1/android-base.config | 1 - 1 file changed, 1 deletion(-) diff --git a/android-6.1/android-base.config b/android-6.1/android-base.config index 23af144..54852ec 100644 --- a/android-6.1/android-base.config +++ b/android-6.1/android-base.config @@ -242,7 +242,6 @@ CONFIG_TRACE_GPU_MEM=y CONFIG_TTY=y CONFIG_TUN=y CONFIG_UHID=y -CONFIG_UID_SYS_STATS=y CONFIG_UNIX=y CONFIG_USB=y CONFIG_USB_CONFIGFS=y