安卓编译模块时报错: fatal error: vector: No such file or directory

安卓编译模块时报错: fatal error: vector: No such file or directory,第1张

安卓编译模块时报错: fatal error: vector: No such file or directory

Android.mk中加上include external/stlport/libstlport.mk 问题解决

linguanyu@stellamore-PowerEdge-R740:~/am/AML-T920L$ cat external/stlport/libstlport.mk -n
1 # To use stlport, “include external/stlport/libstlport.mk” in your target.
2
3 # We put the STL libraries in front of any user libraries, but we need to
4 # keep the RTTI stuff in abi/cpp/include in front of our STL headers.
5 LOCAL_C_INCLUDES :=
6 ( f i l t e r a b i / c p p / i n c l u d e , (filter abi/cpp/include, (filterabi/cpp/include,(LOCAL_C_INCLUDES))
7 external/stlport/stlport
8 bionic
9 bionic/libstdc++/include
10 ( f i l t e r − o u t a b i / c p p / i n c l u d e , (filter-out abi/cpp/include, (filter−outabi/cpp/include,(LOCAL_C_INCLUDES))
11
12 LOCAL_SHARED_LIBRARIES += libstlport

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/5684437.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-12-17
下一篇 2022-12-17

发表评论

登录后才能评论

评论列表(0条)

保存