History log of /packages/services/Car/tests/vehiclehal_test/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
99e1a7555a9521c33203b68c5ab5bd1c039ee712 25-Aug-2017 Pavel Maltsev <pavelm@google.com> Merge Vehicle HAL 2.1 iface to 2.0

Vehicle HAL is property based and all properties are considered
optional. It is quite a bit of pain to create new versions of VHAL only
to extend properties.

Bug: 64303350

Test: verified system works stable

Change-Id: I4c5c891236912651ca1341f7fd515e533a6b4506
/packages/services/Car/tests/vehiclehal_test/Android.mk
14f54c5d63c72ae99542cdfc13e8a6271f4780a2 02-Aug-2017 Steven Moreland <smoreland@google.com> Reland "Car: remove use of -static hidl java"

This reverts commit a8cc03920111dd3150f313269125849b01b01058.

Note, need to add base dependencies because they
aren't available by default in all branches and the
"java-static" libraries originally included them.

Test: no link errors
Bug: 36376126

Change-Id: I9423a53524e5b3d5f54d8ec7376774f6ab21eb0e
/packages/services/Car/tests/vehiclehal_test/Android.mk
a8cc03920111dd3150f313269125849b01b01058 02-Aug-2017 Steven Moreland <smoreland@google.com> Revert "Car: remove use of -static hidl java"

This reverts commit be4780ccce616f1ae9311eaf6967195360cb1e33.

Reason for revert: missing IBase dependency

Change-Id: I9146352c7aea1a5287d54f0fdc054a27db64bb40
/packages/services/Car/tests/vehiclehal_test/Android.mk
be4780ccce616f1ae9311eaf6967195360cb1e33 02-Aug-2017 Steven Moreland <smoreland@google.com> Car: remove use of -static hidl java

These libraries are being removed. Now, the regular java
library can be used as both a static and non-static library,
we are removing these duplicate libraries which cause
several types problems (such as undefined behavior when
both the static and non-static libs are loaded).

Bug: 36376126
Test: no build/runtime errors running test
Change-Id: I7efb5d12d080c4c2006264b6fc119cf4292a5494
/packages/services/Car/tests/vehiclehal_test/Android.mk
254ae28a6163962fc8cb1f49d390b93f199445bb 13-Apr-2017 Andreas Huber <andih@google.com> Changed the naming scheme for Treble java libraries (both static and dynamic)

android.hardware.foo@1.0-java => android.hardware.foo-V1.0-java

Bug: 37207894
Test: make
Change-Id: If611e6cc1f05320b8fc99d5244eb40f92be9aa71
Merged-In: Ie2a1af8bb38e0ef4f044ca5dbea9cf50b61a0c68
/packages/services/Car/tests/vehiclehal_test/Android.mk
14b5d561eade5964288da907a4cf21b17dfd1381 21-Feb-2017 Enrico Granata <egranata@google.com> Post-O. Move OBD2 support to Vehicle HAL 2.1.

Test: build
Change-Id: Ia1fd2e3057d3a4d35e6be00b7e5a11440027a575
/packages/services/Car/tests/vehiclehal_test/Android.mk
cfe93105f637c2822da113308f113ed418d0b319 02-Feb-2017 Pavel Maltsev <pavelm@google.com> Move Vehicle HAL under automotive package

Test: all existing tests passing

Bug: b/33200203
Change-Id: Id1ff815ae2af9c48ce8612b4cfb5327de13a5a1f
/packages/services/Car/tests/vehiclehal_test/Android.mk
7193753e07e4e5cc4f05e3f833209d3c05f59701 19-Jan-2017 Enrico Granata <egranata@google.com> This comment is inaccurate. Remove.

Test: .
Change-Id: Ic3d0f6cc172257cfdfa4d5aed5e97cd7cb15a7fb
/packages/services/Car/tests/vehiclehal_test/Android.mk
e190f57db08117902854e3934ac7956b3aaa3982 14-Jan-2017 Enrico Granata <egranata@google.com> Write a Java test case for Vehicle HAL functionality

For now, this only contains basic tests of the OBD2 support

Test: runtest -x packages/services/Car/tests/vehiclehal_test/ -j32 from the root of one's Android checkout
Change-Id: I22fb27dbf418379a7b485570841841bfdf6b247d
/packages/services/Car/tests/vehiclehal_test/Android.mk