replicant-frameworks_native/cmds/installd
neo.chae 14e084d39a Installd: Disallow relocation for decryption
When decrypting a device, a tmpfs is temporarily mounted as /data,
the size of which is usually small. When the zygote, system server
and necessary apps are brought up, they will be compiled into the
tmpfs.

If the system image contains prebuilts, they will be relocated instead
of compiled. This is unnecessary. In this special situation it is
acceptable to run out of the prebuilt oat files without relocation,
which can save space in the tmpfs.

This patch ensures that apps are not being relocated.

Change-Id: I42bfb7e3039574b7e4f2772e0d395f093d59ed1b
Signed-off-by: Hyangseok Chae <neo.chae@lge.com>
2015-01-07 22:03:07 +00:00
..
tests Clean cruft out of makefiles. 2014-09-11 18:49:47 -07:00
Android.mk Make dex2oat heap size product configurable [frameworks/native] 2014-07-08 15:12:07 -07:00
commands.c Installd: Disallow relocation for decryption 2015-01-07 22:03:07 +00:00
installd.c Mark 2 unused paramters as such 2014-11-23 22:28:26 +01:00
installd.h Merge "Kill INCLUDE_SYS_MOUNT_FOR_STATFS." 2014-11-20 20:58:53 +00:00
utils.c am 60fd3fee: Migrate CA certificates to all users 2014-10-15 19:26:36 +00:00