History log of /development/tools/emulator/system/sensors/sensors_qemu.c
Revision Date Author Comments
c7f0d89684104921cae696f3272a8ab762a8d6c8 02-Mar-2012 Nick Kralevich <nnk@google.com> 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
5a622cba8c5287d5e6577f940a22343a7cae977f 06-Jan-2012 Steve Block <steveblock@google.com> Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/#/c/157220

Bug: 5449033
Change-Id: Ic6cac56d137f705dfa7266f21e9b0269219bd5d1
112bc5e57e206ec3e0bc5a335b62eae2eb8892e8 20-Dec-2011 Steve Block <steveblock@google.com> Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE

See https://android-git.corp.google.com/g/156016

Bug: 5449033
Change-Id: Ia14c98936bb1dc74e681bf2de342ad6861646778
50ab613ece2984edcedccad7ece8f82c48f56430 10-Nov-2011 Vladimir Chtchetkine <vchtchetkine@google.com> Fix temperature sensor

Change-Id: I4cc1264f4437172e78b38ce394e4dd005ad1a59f
e59bd8705605d2040f0be536e0f3126f165bc79b 11-Mar-2011 David 'Digit' Turner <digit@android.com> emulator: Move platform-specific modules to development.git

This copies the platform-specific emulator modules from sdk.git into
development.git/tools/emulator/system/. Note the use of guard variables
to prevent clashes when the original modules are still in the tree.

The goal is to submit this and https://review.source.android.com/#change,21737,
then later remove the modules from sdk.git when we move the internal sdk branch
to the appropriate tools_rXXX branch.

Change-Id: I762d0efb72d93a935d96c4549f36029c258c3ef9