aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-11-15 15:53:07 -0800
committerDan Albert <danalbert@google.com>2014-11-15 15:53:07 -0800
commitbcf8804b4e8f65203351bcc39ab313ce809fde2c (patch)
treee49aaac92d14c80be04469a5723fbbd8e3d2aa5d
parentb17837a1495728c23c0bc51af247a8a1e927d1e3 (diff)
downloadlibnativehelper-bcf8804b4e8f65203351bcc39ab313ce809fde2c.tar.gz
Move libnativehelper to libc++.
Bug: 15193147 Change-Id: I344d37dcb3d64d19abf56d6345a856635f950eeb
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 59839d4..a5ead4a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -36,7 +36,6 @@ LOCAL_CLANG := true
LOCAL_CFLAGS := -Werror -fvisibility=protected
LOCAL_C_INCLUDES := libcore/include
LOCAL_SHARED_LIBRARIES += libcutils libdl
-LOCAL_CXX_STL := stlport
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
include $(BUILD_SHARED_LIBRARY)