diff options
author | Elliott Hughes <enh@google.com> | 2014-01-27 15:43:19 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-01-27 15:45:17 -0800 |
commit | 2f8dcdd96114274d9c689caebd546d01176e3c6b (patch) | |
tree | f7d7004e0627a2390f06cd88fb8e6ad6fd9c26c2 /target | |
parent | 1acb1b64b9be43503fa2a9949858b8bb36417e32 (diff) | |
download | build-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 'target')
-rw-r--r-- | target/product/embedded.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/product/embedded.mk b/target/product/embedded.mk index ac5bac3..d370af9 100644 --- a/target/product/embedded.mk +++ b/target/product/embedded.mk @@ -55,7 +55,6 @@ PRODUCT_PACKAGES += \ libsurfaceflinger \ libsurfaceflinger_ddmconnection \ libsysutils \ - libthread_db \ libui \ libutils \ linker \ |