[binder-list] Use /dev/hwbinder by default. JB#42956
It's become far more common use case recently.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2019 Jolla Ltd.
|
||||
* Copyright (C) 2018-2019 Slava Monich <slava.monich@jolla.com>
|
||||
* Copyright (C) 2018-2020 Jolla Ltd.
|
||||
* Copyright (C) 2018-2020 Slava Monich <slava.monich@jolla.com>
|
||||
*
|
||||
* 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;
|
||||
|
||||
Reference in New Issue
Block a user