summaryrefslogtreecommitdiffstats
path: root/vr
Commit message (Collapse)AuthorAgeFilesLines
* pack VTS cc_test binaries as general-testsKeun Soo YIM2018-11-271-0/+1
| | | | | | Test: make general-tests Bug: 120093339 Change-Id: I363450d205868f900e4925ccff1430e2a569f2a4
* Merge "Convert vr hal test to use VtsHalHidlTargetTestEnvBase" am: ↵Zhuoyao Zhang2018-02-091-12/+17
|\ | | | | | | | | | | | | | | f82e0825b6 am: a587d66b53 am: 92a1fbfe6e Change-Id: I9e81601fe9e5cce64e1f9c6a83b424a21e394385
| * Convert vr hal test to use VtsHalHidlTargetTestEnvBaseZhuoyao Zhang2018-02-091-12/+17
| | | | | | | | | | | | | | | | Bug: 64203181 Test: make vts vts-tradefed run vts -m VtsHalVrV1_0Target Change-Id: Ib4a48a2b6a32139472db3d9121b1041d151af961
| * Remove subdirsSteven Moreland2017-11-281-6/+0
| | | | | | | | | | | | | | | | Removing whenever I see these in code reviews. Test: none Merged-In: I4322f533a837d55618ec2ed2125e8966ace9d61d Change-Id: I4322f533a837d55618ec2ed2125e8966ace9d61d
| * Update makefiles for hidl_interface.Steven Moreland2017-11-101-152/+7
| | | | | | | | | | | | Bug: 35570956 Test: manual Change-Id: I7a220b78ee081240e1dc30ef5672ba39e3e98375
* | Remove subdirsSteven Moreland2017-11-281-6/+0
| | | | | | | | | | | | | | | | Removing whenever I see these in code reviews. Test: none Merged-In: I4322f533a837d55618ec2ed2125e8966ace9d61d Change-Id: I4322f533a837d55618ec2ed2125e8966ace9d61d
* | Updating makefiles for hidl_interface.Steven Moreland2017-11-131-152/+7
| | | | | | | | | | | | | | Bug: 64487114 Test: manual Merged-In: Ie13d9e014cf2b81c18c67f551b4644fb9f0ba812 Change-Id: Ie13d9e014cf2b81c18c67f551b4644fb9f0ba812
* | Update for Soong java makefiles. am: c3e80fa01e am: 0fff75dee1 am: 6c811964a1Steven Moreland2017-10-112-44/+26
|\| | | | | | | | | | | am: 116161d94e Change-Id: I33643636e2511de77fdf7de57777eb67edee2e52
| * Update for Soong java makefiles.Steven Moreland2017-10-102-44/+26
| | | | | | | | | | | | Test: pass Bug: 33420795 Change-Id: Id9b1919a19b8ff682738cfb0869a479b4dbb4293
* | Merge "Update for hidl adapter module defaults." am: 988c977079 am: ↵Steven Moreland2017-10-041-0/+1
|\| | | | | | | | | | | | | | | 861651985f am: b53e6ad535 am: 9a17f41f6f Change-Id: I78d9292068b372238554fd9d35128e69f5b5f9d2
| * Update for hidl adapter module defaults.Steven Moreland2017-10-041-0/+1
| | | | | | | | | | Test: pass Change-Id: Idc6a943149a279bf17cfcfd0f2571473e53bbbbf
* | Merge "Fix typo in update makefiles." am: 9960148420 am: f07e364ce3 am: ↵Steven Moreland2017-09-271-1/+2
|\| | | | | | | | | | | | | | | 71a193a425 am: 9fdd241905 Change-Id: I1c852fa6600fecc44d5afd1a65a5f51c43ecf71c
| * Fix typo in update makefiles.Steven Moreland2017-09-261-1/+2
| | | | | | | | | | | | Bug: 37518178 Test: pass Change-Id: Ic401b3a473f15ca4c01e58b3072e19db7c31b653
* | Update makefiles for hidl adapter. am: 26a0bb2762 am: 73949c1d7e am: b94d0c7290Steven Moreland2017-09-261-0/+73
|\| | | | | | | | | | | am: 97228c0b7d Change-Id: Ic4b459b7c1a4325453945b0b00db8f44e4e77c26
| * Update makefiles for hidl adapter.Steven Moreland2017-09-251-0/+73
| | | | | | | | | | | | Bug: 37518178 Test: manual Change-Id: I50e999907d3c64d2b039272b823971998da64d1b
| * VTS tests now static link to HAL def libs.Tri Vo2017-08-251-12/+2
| | | | | | | | | | | | | | | | | | | | And use VtsHalTargetTestDefaults. This is a partial cherry-pick of ag/2657080. Bug: 64040096 Test: compiles, works fine in internal master Merged-In: I8f6995e9536a9aefe283ee3effec9f5a7f03b620 Change-Id: I76d47d8546416b57055841851a9d343026cd3210
| * Updating all makefiles.Steven Moreland2017-08-142-36/+6
| | | | | | | | | | | | | | | | | | Bug: 64487114 Test: none Merged-In: I8608c8f636c35f21e4246a805a9eff6d14124e0a Merged-In: I2fa89b6661c39859ec4fb62c4bb0a05a35e645f0 Merged-In: Ifdc3c17cb2b85c18b37dac2d03bb5c8935c23180 Change-Id: I170fa1c4fe39f8109b1670db58ef99bb11afc0be
* | Add 'vendor.' prefix to a vendor HAL service nameJaekyun Seok2017-09-121-1/+1
| | | | | | | | | | | | | | | | | | | | To prevent property name collisions between properties of system and vendor, 'vendor.' prefix must be added to a vendor HAL service name. You can see the details in http://go/treble-sysprop-compatibility. Test: succeeded building and tested on a walleye device Bug: 36796459 Change-Id: I4e8fbee791ec917a8f627a1366f4d44ec7e6febc
* | Updating all makefiles.Steven Moreland2017-08-101-37/+0
| | | | | | | | | | | | Bug: 64487114 Test: none Change-Id: I8608c8f636c35f21e4246a805a9eff6d14124e0a
* | Merge "VTS tests now static link to HAL def libs. #2" into oc-mr1-dev am: ↵Tri Vo2017-08-101-12/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | 2883486706 am: a6969cdd68 Change-Id: Iecd7cfd4e02aea837647e2f12446e7375744f004
| * | VTS tests now static link to HAL def libs. #2Tri Vo2017-08-101-12/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And use VtsHalTargetTestDefaults. Bug: 64040096 Test: crop out all non-affected tests from vts-hal-hidl.xml and run vts-tradefed run commandAndExit vts-hal-hidl --skip-all-system-status-check --skip-preconditions 2 failures, same as without this change: GatekeeperHidlTest.DeleteAllUsersTest GatekeeperHidlTest.DeleteUserTest Change-Id: I8f6995e9536a9aefe283ee3effec9f5a7f03b620
* | | Update make file for vndk enabled. am: 608d773ef8Justin Yun2017-08-051-0/+3
|\| | | | | | | | | | | | | | | | | am: d66371512c Change-Id: I35b778c39c2349346278deb6dea56b8cd3701f7d
| * | Update make file for vndk enabled.Justin Yun2017-08-041-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Update the Android.bp generated with hidl-gen. Test: build with and without BOARD_VNDK_VERSION=current Bug: 63866913 Change-Id: I1a9db1df49e0f13c5790da2b118ae9ec63ba34a7
* | | Update makefiles (frameworks.jar).Steven Moreland2017-08-031-0/+4
|/ / | | | | | | | | | | Test: links at runtime and buildtime Bug: 35771640 Change-Id: Ic7a71653d659115205e5bdbb782f73b774af0b29
* / Update Android.bp HIDL makefilesTri Vo2017-08-031-1/+1
|/ | | | | | | | | Allow HAL definition libs to be static. Bug: 32920003 Bug: 64040096 Test: update-all-google-makefiles.sh Change-Id: I1483d572bea6799717d1614fb7d52fe225e31104
* Update makefiles. (2/2)Steven Moreland2017-05-221-0/+1
|\ | | | | | | | | | | am: 76cfb84140 Change-Id: I24d21438a5b2f447d2160929c6ff6e17b2b66820
| * Update makefiles. (2/2)Steven Moreland2017-05-191-0/+1
| | | | | | | | | | | | | | | | Adds default configuration for all hals. Bug: 38415912 Test: pass Change-Id: Idd1f3a2b7b16ad956d31784a513e93a066cdd02e
* | Update makefiles for c++-sources and c++-headers. (2/2)Steven Moreland2017-05-111-2/+2
|\| | | | | | | | | | | am: bc71124120 Change-Id: Icf36068a4d863a8520854c7a83e51f960c188e12
| * Update makefiles for c++-sources and c++-headers. (2/2)Steven Moreland2017-05-091-2/+2
| | | | | | | | | | | | Test: pass Bug: 38174080 Change-Id: Icad451f9f9ad5f46412356a4171a8a1222f8e545
* | Remove redundant dependenciesSteven Moreland2017-05-021-2/+0
|/ | | | | | | | | android.hidl.base@1.0 and android.hidl.manager@1.0 are built into libhidltransport. Test: links Bug: 33276472 Merged-In: I08aaad80f7e2fc262aa3a8b66fe932e8133a928d Change-Id: I08aaad80f7e2fc262aa3a8b66fe932e8133a928d
* Changed the naming scheme for Treble java libraries (both static and dynamic)Andreas Huber2017-04-131-4/+4
| | | | | | | | | android.hardware.foo@1.0-java => android.hardware.foo-V1.0-java Bug: 37207894 Test: make Change-Id: I177f4cfd42f635aaf096107af8309d1a82ed41c0 Merged-In: I8b91881dfaf507c0d852d56ebbb53ff0987e5a34
* Update makefiles (2/2).Steven Moreland2017-04-111-0/+1
| | | | | Test: pass Change-Id: Ic7e6289c7b69785491708ce0acbb657f4c704229
* Fix transitive includes.Steven Moreland2017-04-061-2/+2
| | | | | | | | | Files relying on transitive include of utils/Log.h (and things that it includes) from MQDescriptor.h Test: pass Merged-In: Iff316b21bef556bb026378b7f89e97ded3febef4 Change-Id: Iff316b21bef556bb026378b7f89e97ded3febef4
* Remove viral readproc group dependency.Steven Moreland2017-03-231-1/+1
| | | | | | | | | | | This has been copy pasted and isn't actually required. Test: all hals manually tested to work on internal marlin (which have them binderized). Note: tv hals not tested (and they never have been). Filed b/36562029 Note: for thermal hal, could only run VTS/check logs for errors. Test: lshal outputs proper stuff Fixes: 31928447 Change-Id: Id1be584dc0fa2d70e9189b922335146bf6d1382d
* Change vts target base test class nameYuexi Ma2017-03-102-4/+4
| | | | | Test: make vts succeed, vts kernel tests and nfc hal tests passed Change-Id: I95f10ad7a66f261c9030357edd411fe6d94150e8
* hidl_default to all targets.Steven Moreland2017-03-082-0/+3
| | | | | | | | | | | 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: pass Bug: 35840847 Change-Id: If10c464d2f000b85c8d698fe11a4f3fc4cfad282
* VR: remove unused variable from VTS testSteven Moreland2017-03-081-1/+0
| | | | | Test: pass Change-Id: I7c39a2272b8d138acb73014497d3240cb22711a7
* change all vts hidl tests to use VtsHalHidlTargetBaseTest (internal master)Yuexi Ma2017-02-282-5/+4
| | | | | | Bug: 33385836 Test: mma Change-Id: Ide3ebc4a9db76257f33bcfb0c1f13d2ee33eeaa8
* Merge "Vr HAL uses "default" service name"Yifan Hong2017-02-273-7/+5
|\
| * Vr HAL uses "default" service nameChris Phoenix2017-02-243-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | The getService() and registerAsService() methods of interface objects now have default parameters of "default" for the service name. HALs will not have to use any service name unless they want to register more than one service. Test: builds Bug: 33844934 Change-Id: I2bd735cff9674ec5955ae30efed27359041ed723
* | Remove viral dependency on libhwbinder. (2/2)Steven Moreland2017-02-241-2/+0
|/ | | | | | | | | | | | | | | | 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 Note, automotive has some actual dependencies on libhwbinder, filed b/35758626 for this. Test: everything links Test: (sanity) booted marlin on internal master with these changes Bug: 35710429 Change-Id: I6d0726c8130d00684b978efbdd48e3ae396f12e5
* Remove .vts spec filesTri Vo2017-02-221-37/+0
| | | | | Test: mmma hardware/interfaces Change-Id: Idae97ce60a6368cfa685ae6b2d71b9ad163e8605
* Update the test binary and source file name on master.Zhuoyao Zhang2017-02-212-2/+2
| | | | | | | | * To confirm with Vts naming convention. Bug: 35273456 Test: mma Change-Id: I845da64085253cd02480465479618308045a52ed
* Remove coverage flags from tests.Ryan Campbell2017-02-141-4/+0
| | | | | | | | Remove unnecessary coverage flags from HAL tests. Bug: 32749731 Test: none Change-Id: I7e4e3bce2d9d444bfa8475c140bce2ee7e3b0c0d
* Merge "Update .vts files on master based on the latest .hal file and hidl-gen"Zhuoyao Zhang2017-02-141-0/+1
|\
| * Update .vts files on master based on the latest .hal file and hidl-genZhuoyao Zhang2017-02-131-0/+1
| | | | | | | | | | Test: mma Change-Id: I9558f300505db83e26f7c241c5cf729cd005a07b
* | Move hidl shims to the vendor partition. (2/2)Steven Moreland2017-02-132-1/+3
|/ | | | | | | | | | | | We need google shims on the vendor partition because they are providing an implementation of a vendor defined interface. They were written by google just as a courtesy/to make the transition easier. They're basically a set for vendors to assemble their hal implementations from. Bug: 34135607 Test: marlin persist.hal.binderization on/off Change-Id: I2e2af5af39264cf290259755bb9b2eb9827a21f5
* Update makefiles to use filgroup syntax.Tri Vo2017-02-101-2/+2
| | | | | Test: mmma hardware/interfaces Change-Id: I9f4457c78b7820c242d46359f0debe05d1b3e482
* Updated makefilesAndreas Huber2017-02-091-2/+2
| | | | | | | | | Java intermediates are now created in the common rather than the device- specific generated sources subdirectory. Bug: 33842609 Test: make Change-Id: I16af4cd19bf0b24baa0ad9ebfdb86b4d959c8672
* Migrate driver/profiler to test/vts-testcase/hal.Tri Vo2017-02-071-95/+7
| | | | | | | Bug: 34893894 Test: mmma hardware/interfaces Change-Id: Ic72716577a5f93700c5056986aff55a76b170b5d