diff options
author | Brian Carlstrom <bdc@google.com> | 2013-05-11 03:16:37 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2013-05-11 03:16:37 +0000 |
commit | 30518b16d0c68f346b4b2f6b90808ad6e11626c5 (patch) | |
tree | 157045a5a770cf3d36b029d84158a08686223dbc | |
parent | a0e2b56a9b69559f01b1e759429aaab036c68a93 (diff) | |
parent | 992bc97a7c13d2b7d99b6811bc796fd93412fe0c (diff) | |
download | libcore-30518b16d0c68f346b4b2f6b90808ad6e11626c5.zip libcore-30518b16d0c68f346b4b2f6b90808ad6e11626c5.tar.gz libcore-30518b16d0c68f346b4b2f6b90808ad6e11626c5.tar.bz2 |
Merge "Tracking libnativehelper dependencies"
-rw-r--r-- | NativeCode.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NativeCode.mk b/NativeCode.mk index 2ba56fe..e50e25b 100644 --- a/NativeCode.mk +++ b/NativeCode.mk @@ -121,6 +121,7 @@ LOCAL_SHARED_LIBRARIES := libcrypto LOCAL_MODULE_TAGS := optional LOCAL_MODULE := libjavacoretests LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/NativeCode.mk +include external/stlport/libstlport.mk include $(BUILD_SHARED_LIBRARY) endif # LIBCORE_SKIP_TESTS |