From b82fde103fb9c9df92afa00c00e9b1fcd0731b28 Mon Sep 17 00:00:00 2001
From: Victor Chang <vfcc@google.com>
Date: Fri, 13 Oct 2017 16:49:26 -0700
Subject: [PATCH] Get LoWPAN to not error during build.

Test: Builds and runs.
Change-Id: I6b8a73b8add2a402da2e7508606c41ee316f7539
---
 private/compat/26.0/26.0.ignore.cil | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/private/compat/26.0/26.0.ignore.cil b/private/compat/26.0/26.0.ignore.cil
index 9e1eb9775..d8f95b214 100644
--- a/private/compat/26.0/26.0.ignore.cil
+++ b/private/compat/26.0/26.0.ignore.cil
@@ -9,10 +9,14 @@
     e2fs_exec
     hal_broadcastradio_hwservice
     hal_cas_hwservice
+    hal_lowpan_hwservice
     hal_neuralnetworks_hwservice
     hal_tetheroffload_hwservice
     hal_wifi_offload_hwservice
     kmsg_debug_device
+    lowpan_device
+    lowpan_prop
+    lowpan_service
     mediaprovider_tmpfs
     netd_stable_secret_prop
     package_native_service
@@ -24,7 +28,11 @@
     thermalserviced_exec
     thermalserviced_tmpfs
     timezone_service
-    tombstoned_java_trace_socket))
+    tombstoned_java_trace_socket
+    wpantund
+    wpantund_exec
+    wpantund_service
+    wpantund_tmpfs))
 
 ;; private_objects - a collection of types that were labeled differently in
 ;;     older policy, but that should not remain accessible to vendor policy.
-- 
GitLab