Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43e36864 authored by Febin Thattil's avatar Febin Thattil
Browse files

[AOA FFS Implementation] Add enable_aoa_userspace_implementation flag.

This flag would enable use of AOA userspace implementation, replacing
the kernel driver, and it would be used to refactor any calls to
accessory in UsbDeviceManager.

Bug: 407985367
Bug: 416210310
Flag: android.hardware.usb.flags.enable_aoa_userspace_implementation
Test: Tested flag is available
Change-Id: Ifb7563eb12a5caf5b9cc9125a7bc5f0a1414d336
parent 34449d5d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -50,3 +50,10 @@ flag {
    description: "Enables signal API with staking for internal local service callers"
    bug: "369382558"
}

flag {
    name: "enable_aoa_userspace_implementation"
    namespace: "system_sw_usb"
    description: "Enables AOA userspace implementation"
    bug: "407985367"
}
 No newline at end of file