summaryrefslogtreecommitdiffstats
path: root/libnativehelper
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2010-11-08 16:54:57 -0800
committerElliott Hughes <enh@google.com>2010-11-08 16:54:57 -0800
commitf2a66947cbb40361ca7aea83a7a4df553c23d9b5 (patch)
tree61180b3bc83ebd99dd6a66006330ea83e93ea3ce /libnativehelper
parent25f7980a51488db2ebcd7822c83c3f4b25a2a730 (diff)
downloadandroid_dalvik-f2a66947cbb40361ca7aea83a7a4df553c23d9b5.tar.gz
android_dalvik-f2a66947cbb40361ca7aea83a7a4df553c23d9b5.tar.bz2
android_dalvik-f2a66947cbb40361ca7aea83a7a4df553c23d9b5.zip
Track change in libcore/NativeCode.mk.
Bug: 2281992 Change-Id: Ibfb877bc78396bc0e947ae2f8f86e484843f07de
Diffstat (limited to 'libnativehelper')
-rw-r--r--libnativehelper/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnativehelper/Android.mk b/libnativehelper/Android.mk
index 630eec3e0..088de1018 100644
--- a/libnativehelper/Android.mk
+++ b/libnativehelper/Android.mk
@@ -52,7 +52,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(src_files)
LOCAL_C_INCLUDES := $(c_includes)
LOCAL_STATIC_LIBRARIES := $(static_libraries)
-LOCAL_SHARED_LIBRARIES := $(shared_libraries) libcutils libexpat liblog libutils libz
+LOCAL_SHARED_LIBRARIES := $(shared_libraries) libcutils libexpat liblog libstlport libutils libz
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE := libnativehelper