From 255a4a726575c87bab0f0611ba2fc3ee84861b46 Mon Sep 17 00:00:00 2001
From: Dan Cashman <dcashman@google.com>
Date: Thu, 6 Jul 2017 12:32:31 -0700
Subject: [PATCH] Record new broadcast_service type.

Commit: 38f0928fb05793b91651ba9787e4da8c2cd5afd3 added a type for a
new system service.  This service did not exist previously, so mark
the type as not needing any compat entry.

Bug: 62573845
Test: None. Prebuilt change only.
Change-Id: I52d8e144c614b27f5c52fa99be6cfac87159bbcd
---
 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 57644cbc7..b00e04986 100644
--- a/prebuilts/api/26.0/26.0.ignore.cil
+++ b/prebuilts/api/26.0/26.0.ignore.cil
@@ -3,7 +3,8 @@
 ;;   previous ones.  Add here to pass checkapi tests.
 (typeattribute new_objects)
 (typeattributeset new_objects
-  ( e2fs
+  ( broadcastradio_service
+    e2fs
     e2fs_exec
     hal_cas_hwservice
     kmsg_debug_device
-- 
GitLab