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

Commit 5cc42af3 authored by Henri Chataing's avatar Henri Chataing
Browse files

Change libPlatformProperties from shared_lib to static_lib

This library is causing ldd failures when executing
gdcert_host tests in presubmits

Bug: 329497794
Test: m bluetooth_stack_with_facade
Flag: EXEMPT, build change
Change-Id: I9f324374b779df80118dc3ad964dc5bf27c7a79d
parent 15d10d2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -306,6 +306,7 @@ cc_binary {
    ],
    static_libs: [
        "breakpad_client",
        "libPlatformProperties",
        "libbluetooth-dumpsys",
        "libbluetooth-gdx",
        "libbluetooth-protos",
@@ -325,7 +326,6 @@ cc_binary {
        "libosi",
    ],
    shared_libs: [
        "libPlatformProperties",
        "libbase",
        "libcrypto",
        "libgrpc++",