From 521742e979b18509ecbd84ed05aa0b569ae278d1 Mon Sep 17 00:00:00 2001
From: Josh Gao <jmgao@google.com>
Date: Tue, 28 Mar 2017 13:09:37 -0700
Subject: [PATCH] Add /dev/kmsg_debug.

Add /dev/kmsg_debug on userdebug devices, to allow crash_dump to log
crashes to dmesg when logd isn't up yet (or is the one crashing).

(Originally commited in a015186fab804b4cc8f7d26221451b5340db11ce)
(cherry-pick of commit: 3458ec135e9c5bcb07b6768cc0f8a0ba2b188fa1)

Bug: 37916906
Bug: 36574794
Bug: 62101480
Test: Builds and boots.
Change-Id: I83aa392f49bb412d96534925fb02921a8f4731fa
---
 prebuilts/api/26.0/26.0.ignore.cil | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 prebuilts/api/26.0/26.0.ignore.cil

diff --git a/prebuilts/api/26.0/26.0.ignore.cil b/prebuilts/api/26.0/26.0.ignore.cil
new file mode 100644
index 000000000..990c3ff72
--- /dev/null
+++ b/prebuilts/api/26.0/26.0.ignore.cil
@@ -0,0 +1,5 @@
+;; new_objects - a collection of types that have been introduced that have no
+;;   analogue in older policy.  Thus, we do not need to map these types to
+;;   previous ones.  Add here to pass checkapi tests.
+(typeattribute new_objects)
+(typeattributeset new_objects (kmsg_debug_device))
-- 
GitLab