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

Commit 4b1823ea authored by Shubhankar Mishra's avatar Shubhankar Mishra Committed by Android (Google) Code Review
Browse files

Merge "[AOA FFS Implementation] USB device aconfig flag for enabling userspace...

Merge "[AOA FFS Implementation] USB device aconfig flag for enabling userspace AOA based on device" into main
parents 36a0d3c0 1e26636d
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -57,3 +57,17 @@ flag {
    description: "Enables AOA userspace implementation"
    bug: "407985367"
}

flag {
    name: "enable_uaoa_p8"
    namespace: "system_sw_usb"
    description: "Enables AOA userspace implementation only for pixel 8 series devices"
    bug: "440091110"
}

flag {
    name: "enable_uaoa_all_pixels_except_p8"
    namespace: "system_sw_usb"
    description: "Enables AOA userspace implementation all pixel devices except pixel 8 series"
    bug: "440091110"
}