summaryrefslogtreecommitdiffstats
path: root/core/prebuilt_internal.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update rules to install JNI libraries.Ying Wang2014-04-181-0/+3
| | | | | | | | | | | | | | | | 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
* Select src arch for prebuilts.Ying Wang2014-02-271-2/+6
| | | | Change-Id: I2d08f923d28d59cfef93ff0bd9893352baaee60b
* Fix prebuilt library dependency for multilib buildYing Wang2014-02-251-4/+3
| | | | | | | Also we don't need to include module_arch_supported.mk again, if we are currently substituting the source build with LOCAL_PREBUILT_MODULE_FILE. Change-Id: I444b0397d74c3153b398a050b762e49418062a86
* support LOCAL_MODULE_TARGET_ARCH for prebuiltsColin Cross2014-02-131-0/+217
Prebuilts often support only a single architecture, allow them to use LOCAL_MODULE_TARGET_ARCH to specify it. Change-Id: I2514f66f682ef267bbf1a1ab78510faff0a18b64