Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5131093 authored by Chris Weir's avatar Chris Weir
Browse files

Fix VtsHalNetlinkInterceptorV1_0Test

Move library dependencies to static_libs to fix linker error when
running with ABI=armeabi-v7a

Bug: 222019884
Test: atest VtsHalNetlinkInterceptorV1_0Test -- --abi armeabi-v7a
Change-Id: I3566f1898b3b3fe89fcb69563b1dbd93789135dd
parent 7044a51c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,13 +34,13 @@ cc_test {
        "interceptor_aidl_test.cpp",
    ],
    shared_libs: [
        "android.hardware.net.nlinterceptor-V1-ndk",
        "libbase",
        "libbinder_ndk",
    ],
    static_libs: [
        "libgmock",
        "android.hardware.net.nlinterceptor-V1-ndk",
        "android.hardware.automotive.can@libnetdevice",
        "libgmock",
        "libnl++",
    ],
    test_suites: [