From b1c4967e8a626aca20053a831be0ce6e50fe19ec Mon Sep 17 00:00:00 2001 From: Dan Cashman <dcashman@google.com> Date: Wed, 28 Jun 2017 11:21:16 -0700 Subject: [PATCH] Record tombstoned_java_trace_socket in compat record. Commit: 11bfcc1e96d9ede3d5aaa586630d154e73a7214a added policy for a new socket which was not present in O. This socket has a new type associated with it. Record the type as a new type so that compatibility testing will not complain. Bug: 62573845 Test: None, prebuilt change only. Change-Id: I375fc9ca0bd201e277a0302d9b34c0da0eb40fbd --- prebuilts/api/26.0/26.0.ignore.cil | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prebuilts/api/26.0/26.0.ignore.cil b/prebuilts/api/26.0/26.0.ignore.cil index 407798b01..9ab26a6a3 100644 --- a/prebuilts/api/26.0/26.0.ignore.cil +++ b/prebuilts/api/26.0/26.0.ignore.cil @@ -6,4 +6,5 @@ ( e2fs e2fs_exec kmsg_debug_device - sysfs_fs_ext4_features)) + sysfs_fs_ext4_features + tombstoned_java_trace_socket)) -- GitLab