summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-01-08 23:31:19 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-01-08 23:31:19 +0000
commitd0acb7a43e953a1c525bb495f711d833fe8f9898 (patch)
treeaaa487c321c2c8ccefa256a85acffe6552de954a
parentc78cdc6a7493c1436e41bf533cffe61ac0c3f26d (diff)
parent0fab56c64b24482b26737eb0eea83c2c6cc91a33 (diff)
downloadndk-d0acb7a43e953a1c525bb495f711d833fe8f9898.tar.gz
Merge "Remove stlport modules."
am: 0fab56c64b Change-Id: I734e5224be38d001ed834fd2baa9bf2525a75406
-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",