OSDN Git Service

android: libdrm_platform: add liblog shared dependency
authorMauro Rossi <issor.oruam@gmail.com>
Sat, 16 Mar 2019 19:54:15 +0000 (20:54 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Thu, 17 Oct 2019 18:11:23 +0000 (20:11 +0200)
commit7b98c6bd95ba2283f4374b97eea13dbb0b146263
treecef4df672aec1b01199a0a3457a4c6f2a51a11f5
parent4ee3818ff172776e96f29213e66e98c2735704c6
android: libdrm_platform: add liblog shared dependency

Fixes the following building error:

FAILED: $(OUT)/obj/SHARED_LIBRARIES/libdrm_platform_intermediates/LINKED/libdrm_platform.so
...
external/libdrm/xf86drm.c:146: error: undefined reference to '__android_log_vprint'
clang.real: error: linker command failed with exit code 1 (use -v to see invocation)

Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Android.mk