commit | 675bad658b603adc8cb5fc9f7b2707c24dedda9f | [log] [tgz] |
---|---|---|
author | François Gaffie <francois.gaffie@renault.com> | Mon May 27 14:54:28 2024 +0200 |
committer | Shunkai Yao <yaoshunkai@google.com> | Fri Jul 12 05:32:32 2024 +0000 |
tree | 8b5ea3736e0ce32740edf6db8f4e294bbd51dfa1 | |
parent | 9b5cbdbecd516bdc76d8362e9da12ad6b0f6ae77 [diff] |
Fix device effect creation for AIDL Audio Effect HAL HIDL Effect Factory used to check the major (>=6) to allow Device effect. AIDL Effect Factory has only taken into account the case major < 6, thus preventing to create device effect. Flag: EXEMPT bugfix Bug: 329395147 Test: atest CtsMediaAudioTestCase Change-Id: Id30431404fb810ca8ff9be3700b14591b8e04214 Signed-off-by: François Gaffie <francois.gaffie@renault.com>