Dan Albert
b05f2ca150
Move selection of C++ STL into the build system.
...
Preparing for migration from stlport to libc++. STL selection is done
with LOCAL_CXX_STL (valid values are default, none, libc++,
libc++_static, stlport, stlport_static, bionic).
The selection of the STL is as follows:
if LOCAL_CXX_STL == 'default'
ifdef LOCAL_SDK_VERSION
Use whatever STL the other NDK options have selected.
else
Use bionic's libstdc++ for target, GNU libstdc++ for host. This
is compatible with the existing build options.
endif
else
if LOCAL_CXX_STL == 'stlport'
Use stlport.
else if LOCAL_CXX_STL == 'libc++'
Use libc++.
else if LOCAL_CXX_STL == ''
Don't use any STL.
endif
endif
Bug: 15193147
Change-Id: If712ba0ae7908d8147a69e29da5c453a183d6540
2014-09-18 16:38:20 -07:00
..
2014-09-03 16:02:09 +00:00
2014-09-18 16:38:20 -07:00
2014-06-19 11:26:54 +01:00
2011-04-08 15:03:48 -07:00
2009-03-03 19:28:42 -08:00
2014-07-07 17:15:38 -07:00
2014-09-18 16:38:20 -07:00
2014-06-13 18:02:44 -07:00
2014-01-27 14:45:44 -08:00
2009-03-03 19:28:42 -08:00
2014-06-18 14:17:13 -07:00
2013-07-11 19:08:06 -07:00
2014-09-18 16:38:20 -07:00
2014-06-18 17:42:32 -07:00
2014-05-20 18:03:21 -07:00
2013-10-23 13:18:39 -07:00
2014-09-03 15:39:50 -07:00
2009-03-03 19:28:42 -08:00
2014-08-28 18:10:42 -07:00
2014-08-28 18:10:42 -07:00
2013-12-17 17:37:16 -08:00
2014-09-15 12:12:36 -07:00
2014-07-01 23:04:36 -07:00
2013-03-01 16:51:26 -08:00
2014-07-07 16:50:39 -07:00
2014-05-14 19:16:25 -07:00
2014-05-20 18:03:21 -07:00
2014-09-02 16:04:31 -07:00
2014-09-05 15:47:59 -07:00
2014-06-27 17:23:03 -07:00
2014-05-14 16:55:04 -07:00
2009-03-03 19:28:42 -08:00
2014-07-15 01:22:50 +00:00
2013-08-09 10:08:30 -07:00
2014-06-18 17:42:32 -07:00
2014-06-18 17:42:32 -07:00
2014-05-14 16:55:04 -07:00
2014-09-03 15:39:50 -07:00
2013-11-25 10:17:53 +00:00
2013-11-25 10:17:53 +00:00
2014-02-05 16:36:42 -08:00
2009-03-03 19:28:42 -08:00
2014-05-14 16:55:04 -07:00
2014-06-11 01:12:18 +00:00
2014-02-05 16:36:42 -08:00
2014-05-14 16:55:04 -07:00
2014-06-11 01:12:18 +00:00
2014-02-05 16:36:42 -08:00
2014-05-16 14:55:50 -07:00
2014-07-01 18:56:31 -07:00
2014-06-30 11:20:41 -07:00
2014-05-18 22:04:58 -07:00
2014-07-16 12:38:22 +02:00
2013-07-24 15:15:55 -07:00
2014-08-26 18:47:44 +01:00
2014-09-10 15:58:20 -07:00
2014-06-17 21:35:44 -07:00
2013-07-31 16:26:01 -07:00
2014-05-16 10:49:57 -07:00
2014-06-10 17:52:20 -07:00
2012-10-03 10:27:08 -07:00
2014-01-24 13:35:09 -08:00
2014-09-15 12:12:18 -07:00
2014-05-16 10:49:57 -07:00
2014-07-24 17:24:30 +02:00
2013-09-24 16:57:28 -07:00
2013-07-15 16:44:26 -07:00
2012-06-04 18:02:55 -07:00
2014-06-25 09:07:01 -07:00
2014-05-16 10:49:57 -07:00
2009-03-03 19:28:42 -08:00
2009-03-03 19:28:42 -08:00
2009-03-03 19:28:42 -08:00
2014-06-26 17:27:36 -07:00
2014-08-11 16:40:23 +00:00
2013-08-13 17:40:24 -07:00
2013-08-22 17:12:38 -07:00
2012-08-27 16:10:28 -07:00
2013-08-22 17:12:38 -07:00
2010-07-13 16:29:18 -07:00
2014-01-24 13:36:30 -08:00
2009-03-03 19:28:42 -08:00
2014-09-15 12:12:18 -07:00
2014-05-29 11:40:46 -07:00
2014-05-21 16:40:35 -07:00
2014-02-05 16:36:42 -08:00
2014-06-25 14:25:14 -07:00
2014-05-14 16:55:04 -07:00
2014-05-14 16:55:04 -07:00
2014-02-05 16:36:42 -08:00
2014-09-18 16:38:20 -07:00
2014-06-19 00:22:38 -07:00