mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "audio: Remove audio effects config from audio HAL VAPEX" into main am: e00f10e0a5 am: ca403bcd92
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2972254 Change-Id: I2293d35a285d965839af5836c00eefba5474286b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -249,7 +249,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 {
|
||||
@@ -271,9 +271,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",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user