diff options
author | Calin Juravle <calin@google.com> | 2014-08-27 13:27:53 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-08-27 13:27:53 +0000 |
commit | d9f31612f2af69abc7b56c154e48d4ac639eeac1 (patch) | |
tree | a7f73229f49030e8eec56fc754260793eb14151e /target/product | |
parent | 1df281a08a6d4bf93ea0d2df9c4a387126ab07c6 (diff) | |
parent | 4f703a7f9ffd9a0d0432401a3173533d695d2ae6 (diff) | |
download | build-d9f31612f2af69abc7b56c154e48d4ac639eeac1.zip build-d9f31612f2af69abc7b56c154e48d4ac639eeac1.tar.gz build-d9f31612f2af69abc7b56c154e48d4ac639eeac1.tar.bz2 |
am 4f703a7f: Make sure that ro.dalvik.vm.native.bridge is always set.
* commit '4f703a7f9ffd9a0d0432401a3173533d695d2ae6':
Make sure that ro.dalvik.vm.native.bridge is always set.
Diffstat (limited to 'target/product')
-rw-r--r-- | target/product/runtime_libart.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk index 8f5f24d..e4200b3 100644 --- a/target/product/runtime_libart.mk +++ b/target/product/runtime_libart.mk @@ -28,5 +28,6 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ dalvik.vm.image-dex2oat-Xmx=64m \ dalvik.vm.dex2oat-Xms=64m \ dalvik.vm.dex2oat-Xmx=512m \ + ro.dalvik.vm.native.bridge=0 \ include $(SRC_TARGET_DIR)/product/runtime_common.mk |