summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-01-09 21:47:01 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-09 21:47:01 +0000
commit3756b4859dca6d60bf2ed75d9cabbdffade9fe82 (patch)
treeaaa487c321c2c8ccefa256a85acffe6552de954a
parentb2c0f2b3158998299fc95bb027094b291d52c882 (diff)
parentbceee40f3e678285afe807cd4399a5431752730c (diff)
downloadndk-3756b4859dca6d60bf2ed75d9cabbdffade9fe82.tar.gz
Merge "Remove stlport modules." am: 0fab56c64b am: d0acb7a43e
am: bceee40f3e Change-Id: I48491e36dcd95f83dfe4f93ccff5fb1581ac6202
-rw-r--r--stl.bp12
1 files changed, 0 insertions, 12 deletions
diff --git a/stl.bp b/stl.bp
index 571a10f10..0abba1ef4 100644
--- a/stl.bp
+++ b/stl.bp
@@ -1,15 +1,3 @@
-stlport_includes = ["current/sources/cxx-stl/stlport/stlport"]
-
-ndk_prebuilt_static_stl {
- name: "ndk_libstlport_static",
- export_include_dirs: stlport_includes,
-}
-
-ndk_prebuilt_shared_stl {
- name: "ndk_libstlport_shared",
- export_include_dirs: stlport_includes,
-}
-
libcxx_includes = [
"current/sources/cxx-stl/llvm-libc++/include",
"current/sources/cxx-stl/llvm-libc++abi/include",