summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp16
1 files changed, 0 insertions, 16 deletions
diff --git a/Android.bp b/Android.bp
index 61ccdd4cb..9b8550ee3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -37,22 +37,6 @@ libcxx_includes = [
]
ndk_prebuilt_static_stl {
- name: "ndk_libandroid_support",
- min_sdk_version: "33",
- export_include_dirs: [
- "current/sources/android/support/include",
- ],
- arch: {
- arm64: {
- enabled: false,
- },
- x86_64: {
- enabled: false,
- },
- },
-}
-
-ndk_prebuilt_static_stl {
name: "ndk_libc++abi",
min_sdk_version: "16",
}