commit | 1d71acc129331cca3bedbfd6c1b350682f0d2fae | [log] [tgz] |
---|---|---|
author | Anthony Stange <stange@google.com> | Wed Feb 05 19:27:16 2020 -0500 |
committer | Anthony Stange <stange@google.com> | Tue Feb 18 15:24:35 2020 -0500 |
tree | 09a8a67ea06d43401c2c9a671b0ba599ecda9571 | |
parent | c002dd9ecaa5f2dc29e1f488ed6d0b14adbdedb7 [diff] [blame] |
Add default impl of Sensors HAL 2.1 Create a default implementation of HAL 2.1 that shares 90% of the underlying code with HAL 2.0 since the interfaces are very similar. Bug: 144139857 Test: compile Change-Id: Ic6b139df98ddb1f92833b1f2d65e1cecc297fd41
diff --git a/sensors/2.1/default/OWNERS b/sensors/2.1/default/OWNERS new file mode 100644 index 0000000..90c2330 --- /dev/null +++ b/sensors/2.1/default/OWNERS
@@ -0,0 +1,3 @@ +arthuri@google.com +bduddie@google.com +stange@google.com