mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Provide defaults for android.hardware.audio@7.0-impl" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6ae93f7c51
@@ -140,8 +140,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",
|
||||
@@ -157,3 +157,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