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

Commit e1d9b28a authored by Arthur Eubanks's avatar Arthur Eubanks Committed by Andreas Gampe
Browse files

Change log libraries in tests to be statically linked

32-bit versions of the log libraries aren't flashed on the phone, so we
need to statically link them.

(cherry picked from commit d438af0a)

Test: build and run the 3 installd tests (32-bit and 64-bit)
Test: on walleye/bullhead
Merged-In: I06bea24c6c52ffdb34045449e0b40eb2ac146410
Change-Id: I06bea24c6c52ffdb34045449e0b40eb2ac146410
parent 4f7be172
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@ cc_test {
    cflags: ["-Wall", "-Werror"],
    shared_libs: [
        "libbase",
        "liblog",
        "libutils",
        "libcutils",
    ],
    static_libs: [
        "libinstalld",
        "libdiskusage",
        "libinstalld",
        "liblog",
    ],
}

@@ -25,14 +25,14 @@ cc_test {
        "libbase",
        "libbinder",
        "libcutils",
        "liblog",
        "liblogwrap",
        "libselinux",
        "libutils",
    ],
    static_libs: [
        "libinstalld",
        "libdiskusage",
        "libinstalld",
        "liblog",
        "liblogwrap",
    ],
}

@@ -45,13 +45,13 @@ cc_test {
        "libbase",
        "libbinder",
        "libcutils",
        "liblog",
        "liblogwrap",
        "libselinux",
        "libutils",
    ],
    static_libs: [
        "libinstalld",
        "libdiskusage",
        "libinstalld",
        "liblog",
        "liblogwrap",
    ],
}