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
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)