summaryrefslogtreecommitdiffstats
path: root/target/product
diff options
context:
space:
mode:
authorAlex Light <allight@google.com>2014-07-24 16:26:13 -0700
committerAlex Light <allight@google.com>2014-08-05 10:22:09 -0700
commitce090d3f4508cb9130ab700833ae51a7fff8b373 (patch)
tree32316f50e8479b33bb6cd66718e91c5d1aac033d /target/product
parent430ec575cd40672aab8394c31c7e45294ee302e5 (diff)
downloadbuild-ce090d3f4508cb9130ab700833ae51a7fff8b373.zip
build-ce090d3f4508cb9130ab700833ae51a7fff8b373.tar.gz
build-ce090d3f4508cb9130ab700833ae51a7fff8b373.tar.bz2
Make system use patchoat to relocate during runtime.
Change DexPreOpt to include patch information of all compiled files so we can relocate at runtime. Bug: 15358152 Change-Id: Ibe92d8b55a24bbf718b0416a21b76e5df7a2de26
Diffstat (limited to 'target/product')
-rw-r--r--target/product/runtime_libart.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/product/runtime_libart.mk b/target/product/runtime_libart.mk
index 6cb8818..8f5f24d 100644
--- a/target/product/runtime_libart.mk
+++ b/target/product/runtime_libart.mk
@@ -20,7 +20,8 @@ PRODUCT_PACKAGES += \
core-libart \
libart \
dex2oat \
- oatdump
+ oatdump \
+ patchoat
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
dalvik.vm.image-dex2oat-Xms=64m \