mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-02 20:24:19 +00:00
Audio VTS: Change test utility from dyn to static lib
am: 0718333765
Change-Id: Iecf775a77cfb75f08f532e4d65db670ddabfea49
This commit is contained in:
@@ -29,9 +29,11 @@ cc_test {
|
||||
"libxml2",
|
||||
"android.hardware.audio@2.0",
|
||||
"android.hardware.audio.common@2.0",
|
||||
],
|
||||
static_libs: [
|
||||
"VtsHalHidlTargetTestBase",
|
||||
"android.hardware.audio.common.test.utility",
|
||||
],
|
||||
static_libs: ["VtsHalHidlTargetTestBase"],
|
||||
cflags: [
|
||||
"-O0",
|
||||
"-g",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
cc_library_shared {
|
||||
cc_library_static {
|
||||
name: "android.hardware.audio.common.test.utility",
|
||||
defaults : ["hidl_defaults"],
|
||||
srcs: ["src/ValidateXml.cpp"],
|
||||
|
||||
Reference in New Issue
Block a user