diff options
author | Rob Herring <[email protected]> | 2017-05-03 14:35:15 -0500 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-05-11 13:52:20 +0100 |
commit | 4eec1cfa8ef250609699c8fc658e8fe58d6fab61 (patch) | |
tree | ff740b904b90d80903cbe5cf746565c90838d292 /src/gallium/Android.common.mk | |
parent | f21454eaa57fb930dcd9e602a11385bcb39b58cf (diff) |
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 <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/Android.common.mk')
-rw-r--r-- | src/gallium/Android.common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/Android.common.mk b/src/gallium/Android.common.mk index 8559b5bce79..ff4c30dabd6 100644 --- a/src/gallium/Android.common.mk +++ b/src/gallium/Android.common.mk @@ -33,7 +33,6 @@ ifeq ($(MESA_ENABLE_LLVM),true) LOCAL_C_INCLUDES += \ external/llvm/include \ external/llvm/device/include \ - external/libcxx/include \ $(ELF_INCLUDES) endif |