diff --git a/test/binder-list/binder-list.c b/test/binder-list/binder-list.c index 9c9e69e..a651c28 100644 --- a/test/binder-list/binder-list.c +++ b/test/binder-list/binder-list.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2018-2019 Jolla Ltd. - * Copyright (C) 2018-2019 Slava Monich + * Copyright (C) 2018-2020 Jolla Ltd. + * Copyright (C) 2018-2020 Slava Monich * * You may use this file under the terms of BSD license as follows: * @@ -39,7 +39,7 @@ #define RET_INVARG (2) #define RET_ERR (3) -#define DEV_DEFAULT "/dev/binder" +#define DEV_DEFAULT GBINDER_DEFAULT_HWBINDER typedef struct app_options { char* dev;