Lines Matching refs:STL
1575 # C++ STL support
1578 # The list of registered STL implementations we support
1581 # Used internally to register a given STL implementation, see below.
1583 # $1: STL name as it appears in APP_STL (e.g. system)
1584 # $2: STL module name (e.g. cxx-stl/system)
1588 ndk-stl-register = \
1596 # $1: STL name as it apperas in APP_STL (e.g. 'system')
1598 ndk-stl-check = \
1605 # select the STL implementation.
1606 # $1: STL name as it appears in APP_STL (e.g. system)
1608 ndk-stl-select = \
1612 # proper STL dependencies to every C++ module.
1613 # $1: STL name as it appears in APP_STL (e.g. system)
1615 ndk-stl-add-dependencies = \
1623 # Register the 'system' STL implementation
1625 $(call ndk-stl-register,\
1627 cxx-stl/system,\
1631 # Register the 'stlport_static' STL implementation
1633 $(call ndk-stl-register,\
1635 cxx-stl/stlport,\
1639 # Register the 'stlport_shared' STL implementation
1641 $(call ndk-stl-register,\
1643 cxx-stl/stlport,\
1648 # Register the 'gnustl_static' STL implementation
1650 $(call ndk-stl-register,\
1652 cxx-stl/gnu-libstdc++,\
1657 $(call ndk-stl-register,\
1659 cxx-stl/gnu-libstdc++,\
1666 $(call ndk-stl-register,\
1668 cxx-stl/gabi++,\
1674 $(call ndk-stl-register,\
1676 cxx-stl/gabi++,\
1683 $(call ndk-stl-register,\
1685 cxx-stl/system,\