Which branch are you using? Newer branches (Marshmallow+) use LOCAL_CXX_STL
to chose a STL for non-NDK modules (LOCAL_NDK_STL_VARIANT for NDK modules).

In Lollipop, you could include external/libcxx/libcxx.mk for libc++

- Dan

On Fri, Jun 3, 2016 at 8:27 AM Michael Robbeloth <mrobbel...@gmail.com>
wrote:

> Anyone,
>
> I was wondering what is the proper way to include the STL in the
> Android.mk file when building under the AOSP build system and not in the
> NDK.  I know about libstlport in external, but it does not include all the
> classes needed in some cases (such as vector or chrono). Thanks.
>
> Michael
>
> --
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to android-building@googlegroups.com
> To unsubscribe from this group, send email to
> android-building+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Building" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-building+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to android-building@googlegroups.com
To unsubscribe from this group, send email to
android-building+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-building+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to