summaryrefslogtreecommitdiffstats
path: root/core/pathmap.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-01-27 15:43:19 -0800
committerElliott Hughes <enh@google.com>2014-01-27 15:45:17 -0800
commit2f8dcdd96114274d9c689caebd546d01176e3c6b (patch)
treef7d7004e0627a2390f06cd88fb8e6ad6fd9c26c2 /core/pathmap.mk
parent1acb1b64b9be43503fa2a9949858b8bb36417e32 (diff)
downloadbuild-2f8dcdd96114274d9c689caebd546d01176e3c6b.zip
build-2f8dcdd96114274d9c689caebd546d01176e3c6b.tar.gz
build-2f8dcdd96114274d9c689caebd546d01176e3c6b.tar.bz2
Remove libthread_db from the default include path.
This should never have been on the default include path. The NDK statically links its own libthread_db, so I'm removing bionic's unused copy from devices. Bug: 11882807 Change-Id: I49a67fe0902cc4bc178360f6c993959774d74e3a
Diffstat (limited to 'core/pathmap.mk')
-rw-r--r--core/pathmap.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pathmap.mk b/core/pathmap.mk
index 5dfc543..feecfbf 100644
--- a/core/pathmap.mk
+++ b/core/pathmap.mk
@@ -42,7 +42,6 @@ pathmap_INCL := \
libpagemap:system/extras/libpagemap/include \
libril:hardware/ril/include \
libstdc++:bionic/libstdc++/include \
- libthread_db:bionic/libthread_db/include \
mkbootimg:system/core/mkbootimg \
opengl-tests-includes:frameworks/native/opengl/tests/include \
recovery:bootable/recovery \