From 66825305150928f8348abd816562d5d62070446b Mon Sep 17 00:00:00 2001
From: Todd Poynor <toddpoynor@google.com>
Date: Tue, 26 Jun 2018 16:25:51 -0700
Subject: [PATCH] reorder api 27 compat entries for removed types to match AOSP

Avoids subsequent merge conflicts in this section of the file.

Test: manual: compile
Change-Id: I9af723dccff54039031dc4d8f3e5ee34be5960d1
---
 private/compat/27.0/27.0.cil | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/private/compat/27.0/27.0.cil b/private/compat/27.0/27.0.cil
index 24bcc806d..8eedf56a6 100644
--- a/private/compat/27.0/27.0.cil
+++ b/private/compat/27.0/27.0.cil
@@ -4,9 +4,9 @@
 (type mediacodec)
 (type mediacodec_exec)
 (type reboot_data_file)
-(type vold_socket)
 (type rild)
 (type webview_zygote_socket)
+(type vold_socket)
 
 (expandtypeattribute (accessibility_service_27_0) true)
 (expandtypeattribute (account_service_27_0) true)
-- 
GitLab