From 758d256138c6b2e20041b98bfd596416cc6358d2 Mon Sep 17 00:00:00 2001 From: Dan Cashman <dcashman@google.com> Date: Fri, 11 Aug 2017 09:43:15 -0700 Subject: [PATCH] Add missing attribute to compatibility file. untrusted_app_visible_hwservice was an attribute that was meant to give partners time to add their HALs to AOSP. It was removed from mr1 and so needs to be accounted for in the compatibility mapping. Bug: 64321916 Test: Builds with treble policy tests. Change-Id: I359a842083016f0cf6c9d7ffed2116feb9e159c6 --- prebuilts/api/26.0/26.0.cil | 1 + 1 file changed, 1 insertion(+) diff --git a/prebuilts/api/26.0/26.0.cil b/prebuilts/api/26.0/26.0.cil index 4a78695ff..95f208ea9 100644 --- a/prebuilts/api/26.0/26.0.cil +++ b/prebuilts/api/26.0/26.0.cil @@ -5,6 +5,7 @@ (typeattribute hal_wifi_keystore) (typeattribute hal_wifi_keystore_client) (typeattribute hal_wifi_keystore_server) +(typeattribute untrusted_app_visible_hwservice) ;; types removed from current policy (type asan_reboot_prop) -- GitLab