commit | c7f0d89684104921cae696f3272a8ab762a8d6c8 | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Mar 01 17:06:37 2012 -0800 |
committer | Nick Kralevich <nnk@google.com> | Thu Mar 01 17:06:37 2012 -0800 |
tree | 25f3c52c013b7a86f4a40538a4cf6b2cc3e7ccc7 | |
parent | ee93a5bce0cded056cea17a52be3362040064229 [diff] |
remove HAL_MODULE_INFO_SYM const HAL_MODULE_INFO_SYM was declared as read-only, but the struct is written to by libhardware. This causes a segfault when -Wl,-z,relro is enabled. Fixed. Change-Id: I3a3e8366bc2468aef75a3480edd0b3e8fcfeafa5