summaryrefslogtreecommitdiffstats
path: root/core/prebuilt_internal.mk
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2015-04-18 01:33:09 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-18 01:33:09 +0000
commite128152c4cd83f1fb7457c0769b84cea36b57567 (patch)
treea2fd92300cf785f3227107daa74faf050fff38fd /core/prebuilt_internal.mk
parentf33b404cb699d24ef70ca094b0f02e6cb57e242c (diff)
parentebe3f7a59878d797f8f0de234f251958fee1c5af (diff)
downloadbuild-e128152c4cd83f1fb7457c0769b84cea36b57567.zip
build-e128152c4cd83f1fb7457c0769b84cea36b57567.tar.gz
build-e128152c4cd83f1fb7457c0769b84cea36b57567.tar.bz2
am ebe3f7a5: am 700265ce: am 69b20474: Merge "Support LOCAL_PAGE_ALIGN_JNI_SHARED_LIBRARIES for prebuilt APKs"
* commit 'ebe3f7a59878d797f8f0de234f251958fee1c5af': Support LOCAL_PAGE_ALIGN_JNI_SHARED_LIBRARIES for prebuilt APKs
Diffstat (limited to 'core/prebuilt_internal.mk')
-rw-r--r--core/prebuilt_internal.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/prebuilt_internal.mk b/core/prebuilt_internal.mk
index 40474de..c047d31 100644
--- a/core/prebuilt_internal.mk
+++ b/core/prebuilt_internal.mk
@@ -205,6 +205,9 @@ endif
endif
$(sign-package)
endif
+ifeq ($(LOCAL_PAGE_ALIGN_JNI_SHARED_LIBRARIES),true)
+ $(uncompress-shared-libs)
+endif
$(align-package)
###############################