Skip to content
Snippets Groups Projects
Commit 65dff4c9 authored by Alex Klyubin's avatar Alex Klyubin Committed by android-build-merger
Browse files

Remove hal_impl_domain deprecation warning am: 205ec044 am: 0ccb8836

am: 23336671

Change-Id: Iab1f760ea7abeffebb8675d981e74faf465e439f
parents 66989abf 23336671
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