mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 05:49:27 +00:00
Use shared variant of VNDK libmedia_helper
Vendor modules should use shared VNDK. Bug: 137178339 Test: m && boot blueline Change-Id: I56ad69125811ff768d8064af34acf5603b575b4b Merged-In: I56ad69125811ff768d8064af34acf5603b575b4b
This commit is contained in:
committed by
Roman Kiryanov
parent
b278ae0c1e
commit
e396a3d004
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user