• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1type aidl_lazy_test_server, domain;
2type aidl_lazy_test_server_exec, exec_type, file_type, system_file_type;
3
4userdebug_or_eng(`
5  binder_use(aidl_lazy_test_server)
6  binder_call(aidl_lazy_test_server, binderservicedomain)
7
8  add_service(aidl_lazy_test_server, aidl_lazy_test_service)
9')
10