mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
* Fastbootshim library which wraps HIDL implementation as AIDL * Change default implementation from library to binary Bug: 205760652 Test: Build Change-Id: If92d28d68f1d454b1a65f85e731a78a49b108635 Signed-off-by: Sandeep Dhavale <dhavale@google.com>
9 lines
206 B
XML
9 lines
206 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>android.hardware.fastboot</name>
|
|
<version>1</version>
|
|
<fqname>IFastboot/default</fqname>
|
|
</hal>
|
|
</manifest>
|
|
|