Build audio.primary.default, audio.stub.default, audio_policy.stub with BOARD_VNDK_VERSION
Bug: 37342627 Test: BOARD_VNDK_VERSION=current m -j64 audio.primary.default.vendor Test: BOARD_VNDK_VERSION=current m -j64 audio.stub.default.vendor Test: BOARD_VNDK_VERSION=current m -j64 audio_policy.stub.vendor Change-Id: If3a8668429e20e75fc43aefe3b5a56ff0efc7135 Merged-In: If3a8668429e20e75fc43aefe3b5a56ff0efc7135
This commit is contained in:
parent
510c9377cd
commit
407bff7224
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@ cc_library_shared {
|
|||
relative_install_path: "hw",
|
||||
proprietary: true,
|
||||
srcs: ["audio_hw.c"],
|
||||
header_libs: ["libhardware_headers"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
],
|
||||
|
@ -40,6 +41,7 @@ cc_library_shared {
|
|||
relative_install_path: "hw",
|
||||
proprietary: true,
|
||||
srcs: ["audio_hw.c"],
|
||||
header_libs: ["libhardware_headers"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
],
|
||||
|
@ -53,6 +55,7 @@ cc_library_shared {
|
|||
relative_install_path: "hw",
|
||||
proprietary: true,
|
||||
srcs: ["audio_policy.c"],
|
||||
header_libs: ["libhardware_headers"],
|
||||
shared_libs: [
|
||||
"liblog",
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue