diff options
| author | Elliott Hughes <enh@google.com> | 2010-11-08 16:54:57 -0800 |
|---|---|---|
| committer | Elliott Hughes <enh@google.com> | 2010-11-08 16:54:57 -0800 |
| commit | f2a66947cbb40361ca7aea83a7a4df553c23d9b5 (patch) | |
| tree | 61180b3bc83ebd99dd6a66006330ea83e93ea3ce /libnativehelper | |
| parent | 25f7980a51488db2ebcd7822c83c3f4b25a2a730 (diff) | |
| download | android_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.mk | 2 |
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 |
