Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Use LOCAL_JNI_SHARED_LIBRARIES to install JNI libs.
Browse files Browse the repository at this point in the history
Change-Id: I817acffef108ef4cb2cb02eb665a16c2e024d8e5
  • Loading branch information
Ying Wang committed Apr 18, 2014
1 parent 9d05aab commit 1aa386e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -7,7 +7,7 @@ LOCAL_SRC_FILES := $(call all-java-files-under, src) \

LOCAL_PACKAGE_NAME := VoiceDialer

LOCAL_REQUIRED_MODULES := libsrec_jni
LOCAL_JNI_SHARED_LIBRARIES := libsrec_jni

LOCAL_PRIVILEGED_MODULE := true

Expand Down

0 comments on commit 1aa386e

Please sign in to comment.