aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2014-11-17 19:35:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-11-17 19:35:30 +0000
commitc2fadae1a518c1eb92c4d1910fba9809e45caf40 (patch)
treee49aaac92d14c80be04469a5723fbbd8e3d2aa5d
parentb17837a1495728c23c0bc51af247a8a1e927d1e3 (diff)
parentbcf8804b4e8f65203351bcc39ab313ce809fde2c (diff)
downloadplatform_libnativehelper-c2fadae1a518c1eb92c4d1910fba9809e45caf40.tar.gz
platform_libnativehelper-c2fadae1a518c1eb92c4d1910fba9809e45caf40.tar.bz2
platform_libnativehelper-c2fadae1a518c1eb92c4d1910fba9809e45caf40.zip
Merge "Move libnativehelper to libc++."android-wear-5.0.0_r1lollipop-wear-release
-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)