commit | 7d7f5e58db76fb2c437e6a6fb0f196004be604a8 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Wed May 07 16:56:42 2014 -0700 |
committer | Nick Kralevich <nnk@google.com> | Wed May 07 23:59:11 2014 +0000 |
tree | 97a954835f87fc2f3446bb01b7473a9e65f07b47 | |
parent | be6b3ad1f00ef0741b534dcc26bd46d124cd222a [diff] |
Make lmkd dynamically linked Statically linked binaries cannot take advantage of ASLR, making them less secure. In addition, statically linked binaries consume more ram, because shared libraries cannot be reused. executable size before: 87728 executable size after: 13656 Change-Id: I9d02d865f9beeaaaadcd5009f64ac015931d4b11