History log of /system/libvintf/TransportArch.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7c0e39a8b00a179dc724f431dc611419f06a5d83 31-Mar-2017 Steven Moreland <smoreland@google.com> Remove toggle from possible transports.

Bug: 34274385
Test: works on internal marlin
Change-Id: I09535ea71646511d9050e89f9954426d76c06212
/system/libvintf/TransportArch.cpp
c54d32cb0b20308a0ecea7864016a2a5dc512f71 08-Mar-2017 Yifan Hong <elsk@google.com> Add bitness info to <transport>.

Only valid for transport == passthrough or toggled.
Example:
<transport>hwbinder</transport>
<transport arch="64">passthrough</transport>
<transport arch="32+64">passthrough</transport>
<transport arch="32">passthrough</transport>

Allow transport tag to be missing (for native HALs like GLES).

Bug: 35966597
Test: libvintf_test
Change-Id: I80928a5d46f3097ed18f2894e46762127b29bd4c
/system/libvintf/TransportArch.cpp