Skip to content
Snippets Groups Projects
Commit 6b8088ba authored by Jeff Vander Stoep's avatar Jeff Vander Stoep
Browse files

Preserve hal_cas_server attribute

It's used in CTS neverallow tests.

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

Bug: 66910049
Test: build
Change-Id: Ia185f266fc1e3cb87c39939fdd45d02efa6c2c94
Merged-In: I1092aff40da9dcf09bd044400bedd1f549eb7e38
parent 5d8b059f
No related branches found
No related tags found
No related merge requests found
...@@ -249,7 +249,7 @@ expandattribute hal_cas false; ...@@ -249,7 +249,7 @@ expandattribute hal_cas false;
attribute hal_cas_client; attribute hal_cas_client;
expandattribute hal_cas_client true; expandattribute hal_cas_client true;
attribute hal_cas_server; attribute hal_cas_server;
expandattribute hal_cas_server true; expandattribute hal_cas_server false;
attribute hal_dumpstate; attribute hal_dumpstate;
expandattribute hal_dumpstate true; expandattribute hal_dumpstate true;
attribute hal_dumpstate_client; attribute hal_dumpstate_client;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment