selftests: android: ion: Fix ionmap_test compile error
authorShuah Khan <skhan@linuxfoundation.org>
Mon, 2 Mar 2020 21:44:21 +0000 (14:44 -0700)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 13 Mar 2020 19:46:39 +0000 (13:46 -0600)
commit1dc74544edc6753d628fcd1059559fb0ddc1b422
treeff5ce56a2e4eac40fb6a0e60e337ddbae539e4b6
parent29e911ef7b706215caf02a82b0d3076611d6abe8
selftests: android: ion: Fix ionmap_test compile error

ionmap_test compile rule is missing ipcsocket.c dependency. Add it to
fix the following compile errors:

..android/ion/ionutils.c:221: undefined reference to `sendtosocket'
..android/ion/ionutils.c:243: undefined reference to `receivefromsocket'

Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/android/ion/Makefile