History log of /hardware/invensense/6515/libsensors_iio/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
822ea53e105f41ec8b861f03ae9ea7f0111cef2b 26-Oct-2015 Nick Vaccaro <nvaccaro@google.com> Sensors: Invensense: 6515: Merge timestamp fixes

Merged in timestamp related changes (rev 15145) from Invensense to
address CTS Verifier test failures related to sensor event timestamps.

Bug: 25290258
Change-Id: I6af3a04bd3de5e2f9a4dcbc5ad81f22b45d90940
/hardware/invensense/6515/libsensors_iio/Android.mk
a03869ce9a355d3606fccdbab41edc7bb1d32024 19-May-2015 Nick Vaccaro <nvaccaro@google.com> Merge commit '9b7ebb51' into manualmerge

Change-Id: I22ed7a1963ca6a9f599c5e73a83af66cd4de8267
9b7ebb5143dd692c20fc9348ae999450133dad57 20-Mar-2015 Nick Vaccaro <nvaccaro@google.com> Invensense: 6515: Update HAL to v5_2_0_L_RC26-2015-02-27

Merged in the latest upgrade from Invensense, that purports to fix
some cts sensor test failures and includes a better pedometer
algorithm.

Bug: 19575833
Bug: 16778026
Bug: 16702488
Change-Id: Iaf8eba248bb9aa97f7b6a5394e939370a4812776
/hardware/invensense/6515/libsensors_iio/Android.mk
8050fe4cf1c4819071163f9f00093f9802e5b7fd 16-Dec-2014 Ying Wang <wangying@google.com> am f8c01e46: Merge "Cleanup Obsolete LOCAL_PRELINK_MODULE."

* commit 'f8c01e46ab99e08b7d866836c8cb72f8c4239dbe':
Cleanup Obsolete LOCAL_PRELINK_MODULE.
f7ff62a6bccddc99b832aab2a5a55013af4ec477 16-Dec-2014 Ying Wang <wangying@google.com> Cleanup Obsolete LOCAL_PRELINK_MODULE.

Bug: 18675947
Change-Id: I703fe42513b15755378d652077f8f7d070f6aad3
/hardware/invensense/6515/libsensors_iio/Android.mk
e94f7bf5af19eb83311358eb9db4fd16b5cc50ff 10-Dec-2014 Dmitriy Ivanov <dimitry@google.com> am e3804bc5: Merge "Remove checks for TARGET_SIMULATOR"

* commit 'e3804bc5d0187112d9760e36b9a1e23a9a63bf9f':
Remove checks for TARGET_SIMULATOR
b59d86bbc3a759d729a7e6598784ece30ad35435 10-Dec-2014 Dmitriy Ivanov <dimitry@google.com> Remove checks for TARGET_SIMULATOR

Change-Id: I75bc0121233aa5577958dd32435dd8dcfced3a93
/hardware/invensense/6515/libsensors_iio/Android.mk
20cf3da88ca1e7846dd9ba41321be8aab20a2708 21-Nov-2014 Dan Albert <danalbert@google.com> am 10de2beb: Merge "Fix some bugs caught by warnings."

* commit '10de2bebb7bc9793483858824143cfe21a5dff85':
Fix some bugs caught by warnings.
48bd29287a3b22fd1803e10b39c1ec2c55c445df 21-Nov-2014 Dan Albert <danalbert@google.com> Fix some bugs caught by warnings.

This code had several cases of trying to use memset(3) to zero out an
array, but was using sizeof(char*) instead of the real size of the
buffer, so I've fixed it up to just use calloc(3) instead.

There were very obvious warnings for this. Along the lines of
"warning: this doesn't do what you think it does". To avoid this kind
of thing going unnoticed in the future, I've turned on -Werror and
-Wall in the project.

Change-Id: I06057976f1f4721dcf9acdd37f2cb8a64b7865a7
/hardware/invensense/6515/libsensors_iio/Android.mk
e7bd2580e55c618e98fd95619f2e4e44a9d6a332 18-Oct-2014 Nick Vaccaro <nvaccaro@google.com> sensors: mpu6515: grab wakelock on significant motion event

The kernel sensor driver grabs a half second wakelock to allow time
for this HAL to read the significant motion event from the kernel and
grab its own wakelock. The HAL holds the wakelock until Sensor
Services calls poll() again, assuring that Sensor Services has
read the SMD event and will have grabbed its own wakelock.

Bug: 16540661
Change-Id: I1c88cd9386a9f711e6cba81a14539b835f4e7414
/hardware/invensense/6515/libsensors_iio/Android.mk
fa5f5ac98d6a03f488cf42e2bc4c7c8e75faf388 21-Aug-2014 Mark Salyzyn <salyzyn@google.com> strip invensense prebuilt libraries

Bug: 17162352
Change-Id: I032958a20c5782f8f548cf377c25d8e0fae00aa9
/hardware/invensense/6515/libsensors_iio/Android.mk
1b7f982c6d10c33fd60fb01878ca25df141f3adf 23-May-2014 Nick Vaccaro <nvaccaro@google.com> Invensense: 6515: fix build break for user builds

Building for target PRODUCT_NAME-user broke due to makefile
not having proper support for a "user" lunch target.

Change-Id: I25e7e9dccbed30b516bbb9473af9625c8386e396
/hardware/invensense/6515/libsensors_iio/Android.mk
a73d574dda77810ae10046c68e7a9aa38ad77603 27-Mar-2014 Nick Vaccaro <nvaccaro@google.com> Invensense: 6515: Import of Motion Apps 5.2.0 HAL RC20 Release

Import latest Invensense HAL for use by devices using the 6515.

Change-Id: I1b585df6882ea007ffafba44261283784d667c2a
/hardware/invensense/6515/libsensors_iio/Android.mk
77b0e981cdab44d3f9ab945fed56920f3538f50e 13-Feb-2014 Griff Hazen <griff@google.com> Match dory/platina/guppy device instead of product.

This seems to match what another location does:
android/hardware/invensense/Android.mk

And it will let the platina_google product variety also match.

Change-Id: I5157176b0609541ad85a2a2b1cf5a57b790e23f6
/hardware/invensense/6515/libsensors_iio/Android.mk
3ccf67822ec88d7e25b2c1b75242bf1a572e67f2 04-Feb-2014 Nick Vaccaro <nvaccaro@google.com> Fix makefile's Android version check logic

Makefile's logic to determine if Android version was KitKat or
Jellybean would only work when PLATFORM_VERSION was defined as
a number, but PLATFORM_VERSION "can be an arbitrary string".
This broke the Invensense build when PLATFORM_VERSION changed
to KKWT.

Changed makefile to no longer check Android version, effectively
removing Jellybean support.

Change-Id: Ibbec6130cce4d91435d3a33b374aff871284100c
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
/hardware/invensense/6515/libsensors_iio/Android.mk
c3d4ca9f2df5ddf9894b36d1554fdfc95d625d3f 06-Dec-2013 Nick Vaccaro <nvaccaro@google.com> Motion Apps 5.2.0 HAL Release

Add latest 5.2.0 version of InvenSense HAL for the mpu9250 into it's own
unique folder named 6515 so that Hammerhead still uses it's original 65xx HAL.

Change-Id: I90f1bbbc1de2283a8d337495b6af59261cd63f88
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
/hardware/invensense/6515/libsensors_iio/Android.mk