diff options
author | Ying Wang <wangying@google.com> | 2014-04-17 13:38:04 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2014-04-18 16:36:19 -0700 |
commit | 695e826a0cc1da05a0d7bedf73c031cb8ead97c0 (patch) | |
tree | 2a7de9f5328305fd76a17d8dad82ed82019a2abb /core/help.mk | |
parent | 67c209281ff0454213bc117691214bc67ad5a7f2 (diff) | |
download | build-695e826a0cc1da05a0d7bedf73c031cb8ead97c0.zip build-695e826a0cc1da05a0d7bedf73c031cb8ead97c0.tar.gz build-695e826a0cc1da05a0d7bedf73c031cb8ead97c0.tar.bz2 |
Update rules to install JNI libraries.
Previously we have to use LOCAL_REQUIRED_MODULES to install jni
libraries for an apk in bundled build.
With this change, we'll use LOCAL_JNI_SHARED_LIBRARIES alone to
install jni shared libraries.
The new rules are:
- If we are doing unbundled build, or the apk isn't going to be
installed to system partitions, we'll embed the jni libs in the
built apk.
- Otherwise, the jni libraries will be installed to the system
lib path, and symlinks created in the app specific lib path.
Change-Id: Id6bd5301eb632bda3593664acee580f0d8b1d5d4
Diffstat (limited to 'core/help.mk')
0 files changed, 0 insertions, 0 deletions