Merge "audio: Remove audio effects config from audio HAL VAPEX" into main
This commit is contained in:
commit
e00f10e0a5
2 changed files with 1 additions and 8 deletions
|
@ -245,7 +245,7 @@ cc_binary {
|
|||
"EffectFactory.cpp",
|
||||
"EffectMain.cpp",
|
||||
],
|
||||
installable: false, //installed in apex com.android.hardware.audio.effect
|
||||
installable: false, //installed in apex com.android.hardware.audio
|
||||
}
|
||||
|
||||
cc_library_headers {
|
||||
|
@ -267,9 +267,3 @@ prebuilt_etc {
|
|||
sub_dir: "vintf",
|
||||
installable: false,
|
||||
}
|
||||
|
||||
prebuilt_etc {
|
||||
name: "audio_effects_config.xml",
|
||||
src: "audio_effects_config.xml",
|
||||
installable: false,
|
||||
}
|
||||
|
|
|
@ -46,6 +46,5 @@ apex {
|
|||
prebuilts: [
|
||||
"android.hardware.audio.service-aidl.example.rc",
|
||||
"android.hardware.audio.service-aidl.xml",
|
||||
"audio_effects_config.xml",
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue