From 23425c8ea69b00baebe8c4e0cd01074ae2c2cf07 Mon Sep 17 00:00:00 2001 From: Dan Cashman <dcashman@google.com> Date: Thu, 6 Jul 2017 09:45:21 -0700 Subject: [PATCH] Add compat changes for hal_wifi_keystore attribute removal. Commit: b8f7a408337bdf10cb096da2a2e15be82e289700 removed three attributes from public policy. These attributes could be assigned to vendor types, and so need to be kept in policy when combined with vendor policy of that version. Bug: 62573845 Test: None. Prebuilt change only. Change-Id: I7d71ef7795f8b82c214c2ef72478c3ca84d1869c --- prebuilts/api/26.0/26.0.cil | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/prebuilts/api/26.0/26.0.cil b/prebuilts/api/26.0/26.0.cil index 28aaa00de..99ceb7b55 100644 --- a/prebuilts/api/26.0/26.0.cil +++ b/prebuilts/api/26.0/26.0.cil @@ -1,6 +1,11 @@ ;; private attributes removed from public types (typeattributeset domain_deprecated (bluetooth_26_0)) +;; attributes removed from current policy +(typeattribute hal_wifi_keystore) +(typeattribute hal_wifi_keystore_client) +(typeattribute hal_wifi_keystore_server) + ;; types removed from current policy (type asan_reboot_prop) (type log_device) -- GitLab