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/amd/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/amd/Android.common.mk')
-rw-r--r-- | src/amd/Android.common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/Android.common.mk b/src/amd/Android.common.mk index 8be38dd3f41..aa0b1742b6b 100644 --- a/src/amd/Android.common.mk +++ b/src/amd/Android.common.mk @@ -56,7 +56,6 @@ LOCAL_C_INCLUDES := \ $(intermediates)/common \ external/llvm/include \ external/llvm/device/include \ - external/libcxx/include \ $(ELF_INCLUDES) LOCAL_STATIC_LIBRARIES := libLLVMCore |