Android: disable warnings causing errors
authorRob Herring <robh@kernel.org>
Mon, 27 Nov 2017 19:32:19 +0000 (13:32 -0600)
committerRob Herring <robh@kernel.org>
Mon, 27 Nov 2017 23:26:45 +0000 (17:26 -0600)
commit46148be8e45db0587622535dab4e1064c3503705
tree8cf406930faeec73157a608c8635a9256937a3c1
parent3e789026cae21e56d07e21773bd6b34f32e31b4d
Android: disable warnings causing errors

AOSP master has changed the build default to -Werror making all the
warnings errors. Override that with -Wno-error.

Signed-off-by: Rob Herring <robh@kernel.org>
Android.common.mk