Skip to content
Snippets Groups Projects
Commit 205ec044 authored by Alex Klyubin's avatar Alex Klyubin
Browse files

Remove hal_impl_domain deprecation warning

This removes the compile-time deprecation warning about
hal_impl_domain macro. The warning was introduced in
86e87806f5777a7fc09ea962e694442297e4f8d6. We don't want to spam all
Android platform developers about something internal to the ongoing
SELinux policy restructuring.

Test: Policy compiles without any warnings
Test: Google Play Movies plays back movies (i.e., DRM HAL works)
Bug: 34170079
Change-Id: Icbd4d1283196f7ccc84c2a041c5601113d3c9f21
parent 6b28742a
No related branches found
No related tags found
No related merge requests found
......@@ -164,7 +164,6 @@ typeattribute $1 bluetoothdomain;
# hal_impl_domain(hal_foo_default, hal_foo)
#
define(`hal_impl_domain', `
print(`deprecated: hal_impl_domain($1, $2) Please use hal_server_domain($1, $2) instead.');
typeattribute $1 halserverdomain;
ifelse($2, `', `', `typeattribute $1 $2;')
')
......
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