Skip to content
Snippets Groups Projects
Commit 23336671 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

Change-Id: I416995e57663912c8383206416184bccdd0f8a20
parents 2e30dec2 0ccb8836
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,6 @@ typeattribute $1 bluetoothdomain; ...@@ -164,7 +164,6 @@ typeattribute $1 bluetoothdomain;
# hal_impl_domain(hal_foo_default, hal_foo) # hal_impl_domain(hal_foo_default, hal_foo)
# #
define(`hal_impl_domain', ` define(`hal_impl_domain', `
print(`deprecated: hal_impl_domain($1, $2) Please use hal_server_domain($1, $2) instead.');
typeattribute $1 halserverdomain; typeattribute $1 halserverdomain;
ifelse($2, `', `', `typeattribute $1 $2;') 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