mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Provide defaults for android.hardware.audio@7.0-impl
see aosp/1366502. Bug: 196868480 Bug: 161485545 Test: presubmit Signed-off-by: Roman Kiryanov <rkir@google.com> Change-Id: Ie582038f2212fbf881497ed3db62ef04bac286f3
This commit is contained in:
@@ -137,8 +137,8 @@ cc_library_shared {
|
||||
defaults: ["android.hardware.audio@6.0-impl_default"],
|
||||
}
|
||||
|
||||
cc_library_shared {
|
||||
name: "android.hardware.audio@7.0-impl",
|
||||
cc_defaults {
|
||||
name: "android.hardware.audio@7.0-impl_default",
|
||||
defaults: ["android.hardware.audio-impl_default"],
|
||||
shared_libs: [
|
||||
"android.hardware.audio@7.0",
|
||||
@@ -154,3 +154,8 @@ cc_library_shared {
|
||||
"-include common/all-versions/VersionMacro.h",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_shared {
|
||||
name: "android.hardware.audio@7.0-impl",
|
||||
defaults: ["android.hardware.audio@7.0-impl_default"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user