Add OWNERS to libhardware_legacy.
libhardware_legacy is the legacy deprecated version of the legacy and deprecated library libhardware. In it are defined vendor/system interfaces. One common pattern is for the following call flow to happen: <vendor code> -> legacy interface -> HIDL -> legacy interface -> <framework client code> Because of this, it's possible to circumvent the stable ABI provided in HIDL by accidentally passing through data which is not represented in the vendor interface. This causes coupling of system/vendor components by way of an undeclared ABI. This initial OWNERS file was created with the following groups: <HIDL specific players> <common committers> intersect <familiarity with this problem> Bug: 70526789 Bug: 37280010 Test: N/A Change-Id: Icebeb958b41cb505d76341f3d53a3e175a3c92bd
This commit is contained in:
parent
ccc1d81bbe
commit
cdd3222423
1 changed files with 3 additions and 0 deletions
3
OWNERS
Normal file
3
OWNERS
Normal file
|
@ -0,0 +1,3 @@
|
|||
malchev@google.com
|
||||
smoreland@google.com
|
||||
elaurent@google.com
|
Loading…
Reference in a new issue