Android: fix xmlconfig build
authorRob Herring <robh@kernel.org>
Mon, 31 Jul 2017 15:42:10 +0000 (10:42 -0500)
committerRob Herring <robh@kernel.org>
Mon, 31 Jul 2017 20:48:33 +0000 (15:48 -0500)
commitd0540d5b8528215d77e6a43d70bfc5e0239c430e
tree237fe72ec880932caf437065d95ee8746bd68f6b
parentd4ca66a15972ceb50ec6cc8630e52e59e407f215
Android: fix xmlconfig build

Commit 601093f95ddf ("xmlconfig: move into src/util") broke the Android
build due to missing libexpat dependency:

external/mesa3d/src/util/xmlconfig.c:34:10: fatal error: 'expat.h' file not found

Fixes: 601093f95ddf ("xmlconfig: move into src/util")
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Rob Herring <robh@kernel.org>
src/util/Android.mk