android: st/mesa: fix building error due to sched_getcpu()
authorMauro Rossi <issor.oruam@gmail.com>
Fri, 30 Nov 2018 23:42:40 +0000 (00:42 +0100)
committerMauro Rossi <issor.oruam@gmail.com>
Sat, 1 Dec 2018 09:15:58 +0000 (10:15 +0100)
commit37a2072e97af8f7f3143f0dc130a4e11a85c621a
treedc090bad1776b9cb072a1a5793d922c12bf4e5ec
parent4f74580d3038eca1b751a71e0c098ea9eb9cdb05
android: st/mesa: fix building error due to sched_getcpu()

Android has cpufeatures library but pinning of threads is not supported
PIPE_OS_LINUX code path causes build error due to sched_getcpu() unavailable
thus we need to avoid setting HAVE_SCHED_GETCPU for Android

Fixes: 48f2160 ("st/mesa: regularly re-pin driver threads to the CCX where the app thread is")
Signed-off-by: Mauro Rossi <issor.oruam@gmail.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/state_tracker/st_draw.c