diff --git a/OWNERS b/OWNERS new file mode 100644 index 0000000..1451bd8 --- /dev/null +++ b/OWNERS @@ -0,0 +1 @@ +per-file powerhint.json = jychen@google.com,jenhaochen@google.com,wvw@google.com,joaodias@google.com diff --git a/audio/felix/config/audio_platform_configuration.xml b/audio/felix/config/audio_platform_configuration.xml index 91700dd..88a64f7 100644 --- a/audio/felix/config/audio_platform_configuration.xml +++ b/audio/felix/config/audio_platform_configuration.xml @@ -287,7 +287,7 @@ - + diff --git a/device-felix.mk b/device-felix.mk index 9c9c1b3..ef8cb1b 100644 --- a/device-felix.mk +++ b/device-felix.mk @@ -252,6 +252,10 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \ persist.camera.redact_exif=1 +##Audio Vendor property +PRODUCT_PROPERTY_OVERRIDES += \ + persist.vendor.audio.cca.enabled=true + # Camera PRODUCT_PROPERTY_OVERRIDES += \ persist.vendor.camera.extended_launch_boost=1 \