From d09005261c47bdec4e06e975aa7891af120ecea9 Mon Sep 17 00:00:00 2001
From: Dan Cashman <dcashman@google.com>
Date: Thu, 6 Jul 2017 12:38:58 -0700
Subject: [PATCH] Record memcg_device type for compat.

Commit: 86cb521502b35c29c9daf14fc3281cb7470aa103 gave /dev/memcg a
new label, but also explicitly prohibited access to vendor domains.
Add the type to the 'new types' and don't map it to any other type
for backwards compatibility.

Bug: 62573845
Test: None. Prebuilt change only.
Change-Id: I8902716830b162ead69834544ace9e02a94c65b4
---
 prebuilts/api/26.0/26.0.ignore.cil | 1 +
 1 file changed, 1 insertion(+)

diff --git a/prebuilts/api/26.0/26.0.ignore.cil b/prebuilts/api/26.0/26.0.ignore.cil
index b00e04986..115e6eb87 100644
--- a/prebuilts/api/26.0/26.0.ignore.cil
+++ b/prebuilts/api/26.0/26.0.ignore.cil
@@ -8,6 +8,7 @@
     e2fs_exec
     hal_cas_hwservice
     kmsg_debug_device
+    memcg_device
     netd_stable_secret_prop
     sysfs_fs_ext4_features
     timezone_service
-- 
GitLab