OSDN Git Service

Add TICK constant to vibrator HAL.
authorMichael Wright <michaelwr@google.com>
Tue, 23 May 2017 19:46:45 +0000 (20:46 +0100)
committerMichael Wright <michaelwr@google.com>
Fri, 2 Jun 2017 17:20:46 +0000 (18:20 +0100)
commit36a78590841de554f02d77bbe8e7866b92e37808
tree1d6cb090b819bd3686be63dd9f1c0d6a862d1214
parentabefabdb2bc36a269cff0d2adc18cebafa3106f2
Add TICK constant to vibrator HAL.

Because we're extending an existing enum, we need to bump the minor
version of the HAL as well.

Bug: 38417655
Test: vts
Change-Id: I4d402efa8bf29517452cc3e259c2ddee146b15c7
vibrator/1.1/Android.bp [new file with mode: 0644]
vibrator/1.1/Android.mk [new file with mode: 0644]
vibrator/1.1/IVibrator.hal [new file with mode: 0644]
vibrator/1.1/types.hal [new file with mode: 0644]
vibrator/1.1/vts/functional/Android.bp [new file with mode: 0644]
vibrator/1.1/vts/functional/VtsHalVibratorV1_1TargetTest.cpp [new file with mode: 0644]
vibrator/Android.bp