Keun Soo YIM
|
68ae05dd2d
|
pack VTS cc_test binaries as general-tests
Test: make general-tests
Bug: 120093339
Merged-In: I363450d205868f900e4925ccff1430e2a569f2a4
Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
|
2018-12-07 10:49:56 -08:00 |
|
Tri Vo
|
6c2bd86f70
|
VTS tests now static link to HAL def libs.
And use VtsHalTargetTestDefaults.
Bug: 64040096
Test: compiles
Change-Id: I3cfb1a64f6abcf3145337a736800b72d92a0b152
|
2017-08-03 18:04:00 +00:00 |
|
Yuexi Ma
|
6b8720110b
|
Change vts target base test class name
Test: make vts succeed, vts kernel tests and nfc hal tests passed
Change-Id: I38ae6cc940d0f17bb3352f360efdf9c70697c76b
|
2017-03-10 00:42:13 -08:00 |
|
Steven Moreland
|
691a455b9f
|
Add hidl_default and make modules use hidl_default.
find hardware/interfaces -type f -not -path "*/.git/*" \
-exec sed -i -e '/cc_[A-Za-z_]\+/ { N; s/$/\n defaults:
\["hidl_defaults"\],/ }' {} \;
./hardware/interfaces/update-makefiles.sh
Test: no warnings
Bug: 35840847
Change-Id: I468b76893bf3f4b62ad610d1d9603bcb8797a702
|
2017-03-08 16:22:00 -08:00 |
|
Yuexi Ma
|
178dfd5e29
|
change all vts hidl tests to use VtsHalHidlTargetBaseTest
Bug: 33385836
Test: mma
Change-Id: I660d6e0fce6422d87d4b227273a77c95d20ed3f2
|
2017-02-28 07:59:59 +00:00 |
|
Steven Moreland
|
d28a3dce40
|
Remove viral dependency on libhwbinder.
find hardware/interfaces -name Android.mk -exec sed -i -e '/libhwbinder
\\/d' {} \;
find hardware/interfaces -name Android.bp -exec sed -i -e
'/"libhwbinder"/d' {} \;
./hardware/interfaces/update-makefiles.sh
Test: everything links
Test: (sanity) booted marlin on internal master with these changes
Bug: 35710429
Change-Id: I6b0b5ae318422b7a9be17a19a79e039ffc0f9272
|
2017-02-24 12:01:06 -08:00 |
|
Zhuoyao Zhang
|
f7693eed97
|
Update the test binary and source file name.
* To confirm with Vts naming convention.
Bug: 35273456
Test: mma
Change-Id: Ide6d9d15618e65d8cb74363f3a8acd52609cd0dd
|
2017-02-17 10:34:33 -08:00 |
|
Dan Willemsen
|
84107a0630
|
Remove --coverage in Android.bp
It's no longer allowed now that Soong supports code coverage.
Bug: 32749731
Test: None
Change-Id: I09ef27983e0744543c3a6e1c0c73d69217dd582c
|
2017-02-10 09:29:36 -08:00 |
|
Connor O'Brien
|
c75771089a
|
IR HAL Target-side test
Test: make vts; vts-tradefed run -m HalIrHidlTargetTest
Change-Id: I6b750f66a0bc207056abcb493693baebc8af81a5
Signed-off-by: Connor O'Brien <connoro@google.com>
|
2017-01-19 18:45:52 -08:00 |
|