OSDN Git Service

Android: remove remaining explicit libcxx includes
authorRob Herring <robh@kernel.org>
Wed, 3 May 2017 19:35:15 +0000 (14:35 -0500)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 11 May 2017 12:52:20 +0000 (13:52 +0100)
commit4eec1cfa8ef250609699c8fc658e8fe58d6fab61
treeff740b904b90d80903cbe5cf746565c90838d292
parentf21454eaa57fb930dcd9e602a11385bcb39b58cf
Android: remove remaining explicit libcxx includes

Explicitly including libcxx includes is not necessary at least on
Android M and later. It appears that libc++ was made the default in
commit "Make libc++ the default STL." in Android build system post L.
However, if L support is still needed, using "LOCAL_CXX_STL=libc++" is
the preferred way.

Signed-off-by: Rob Herring <robh@kernel.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/amd/Android.common.mk
src/gallium/Android.common.mk
src/gallium/drivers/nouveau/Android.mk
src/gallium/drivers/r600/Android.mk