From c10e0e552fea0ef726377db805d78171649fc7e2 Mon Sep 17 00:00:00 2001 From: Dan Cashman <dcashman@google.com> Date: Tue, 27 Jun 2017 11:42:40 -0700 Subject: [PATCH] Add domain_deprecated to bluetooth domains in 26.0. domain_deprecated is a private attribute, which means that none of its rules will be copied to vendor policy. Unfortunately, this means that any public type that used the attribute now loses policy rules on which a vendor may have been relying unknowingly. Add the domain back in the compatiblity file so that O vendor policy remains sufficient. Bug: 62573845 Test: None, prebuilt change and prebuilt tests not in yet. Change-Id: I2c4ce00ecb102f087472e183fa52d072fe6eb398 --- prebuilts/api/26.0/26.0.cil | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prebuilts/api/26.0/26.0.cil b/prebuilts/api/26.0/26.0.cil index ec2ee2eb8..3ebaa040e 100644 --- a/prebuilts/api/26.0/26.0.cil +++ b/prebuilts/api/26.0/26.0.cil @@ -1,3 +1,6 @@ +;; private attributes removed from public types +(typeattributeset domain_deprecated (bluetooth_26_0)) + ;; types removed from current policy (type log_device) -- GitLab