diff options
| author | Simon Shields <simon@lineageos.org> | 2019-07-04 18:46:47 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-02-02 13:29:11 +0100 |
| commit | 7b58fc01338e7ecde37b9fe6257fe2c06377bd02 (patch) | |
| tree | 90b9548765d9988825c81d57e5606ea253bee108 /Android.mk | |
| parent | f46ccb92ad104e5c16d370db08ac7c20c38697af (diff) | |
| download | hardware_replicant_libsamsung-ipc-7b58fc01338e7ecde37b9fe6257fe2c06377bd02.tar.gz hardware_replicant_libsamsung-ipc-7b58fc01338e7ecde37b9fe6257fe2c06377bd02.tar.bz2 hardware_replicant_libsamsung-ipc-7b58fc01338e7ecde37b9fe6257fe2c06377bd02.zip | |
Add generic device
TODO:
- Add more debug about /dev/xmm6262_boot0
The log should tell why it's failing
- Trying to open /dev/block/... but doesn't print any success
- Move verbose errors with permissions issues on /dev/umts
(.open())
Signed-off-by: Simon Shields <simon@lineageos.org>
GNUtoo@cyberdimension.org: [rebase, fixes and cleanups]
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ libsamsung_ipc_local_src_files := \ samsung-ipc/devices/aries/aries.c \ samsung-ipc/devices/crespo/crespo.c \ samsung-ipc/devices/galaxys2/galaxys2.c \ + samsung-ipc/devices/generic/generic.c \ samsung-ipc/devices/herolte/herolte.c \ samsung-ipc/devices/i9300/i9300.c \ samsung-ipc/devices/maguro/maguro.c \ |
