Merge "Use shared variant of VNDK libmedia_helper" am: cd6d4fc277
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1367606 Change-Id: I9acfd2d948cda3d4db46cff370e475cd809effbf
This commit is contained in:
commit
c527a74f0b
1 changed files with 1 additions and 4 deletions
|
@ -29,6 +29,7 @@ cc_defaults {
|
|||
"libhardware",
|
||||
"libhidlbase",
|
||||
"liblog",
|
||||
"libmedia_helper",
|
||||
"libutils",
|
||||
"android.hardware.audio.common-util",
|
||||
],
|
||||
|
@ -40,10 +41,6 @@ cc_defaults {
|
|||
"libhardware_headers",
|
||||
"libmedia_headers",
|
||||
],
|
||||
|
||||
whole_static_libs: [
|
||||
"libmedia_helper",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library_shared {
|
||||
|
|
Loading…
Reference in a new issue