From 6f7e8609f9f79877f818b231b8b0b8b906483780 Mon Sep 17 00:00:00 2001
From: Jeff Vander Stoep <jeffv@google.com>
Date: Mon, 2 Oct 2017 12:25:52 -0700
Subject: [PATCH] Retain hal_drm_server attribute for neverallow tests

Addresses:
Warning!  Type or attribute hal_drm_server used in neverallow
undefined in policy being checked.

Bug: 67296580
Test: Build
Merged-In: I1092aff40da9dcf09bd044400bedd1f549eb7e38
Change-Id: I07f9825536637a21a91c77e87366861503f6ebac
---
 public/attributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/attributes b/public/attributes
index 4dddf496c..fa8a6a693 100644
--- a/public/attributes
+++ b/public/attributes
@@ -243,7 +243,7 @@ expandattribute hal_drm false;
 attribute hal_drm_client;
 expandattribute hal_drm_client true;
 attribute hal_drm_server;
-expandattribute hal_drm_server true;
+expandattribute hal_drm_server false;
 attribute hal_cas;
 expandattribute hal_cas false;
 attribute hal_cas_client;
-- 
GitLab