aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-11-17 19:52:50 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-17 19:52:50 +0000
commit66d0df71353ee07e0b53258c72053d19f769eddb (patch)
treee49aaac92d14c80be04469a5723fbbd8e3d2aa5d
parent71ac019125eef696af2a28f305636bcd99ad5ee9 (diff)
parentc2fadae1a518c1eb92c4d1910fba9809e45caf40 (diff)
downloadlibnativehelper-66d0df71353ee07e0b53258c72053d19f769eddb.tar.gz
am c2fadae1: Merge "Move libnativehelper to libc++."
* commit 'c2fadae1a518c1eb92c4d1910fba9809e45caf40': Move libnativehelper to libc++.
-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)