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

Commit 02a06abb authored by David Duarte's avatar David Duarte
Browse files

Remove libPlatformProperties from fluoride_basic_defaults

Test: mma
Bug: 279502784
Change-Id: Ia61c0e2d3c9f7ba1c8c2354011ae26ef617ae3fd
parent 1c83cff8
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -126,13 +126,6 @@ cc_defaults {
        "libflatbuffers-cpp",
        "libprotobuf-cpp-lite",
    ],
    target: {
        android: {
            shared_libs: [
                "libPlatformProperties",
            ],
        },
    },
}

cc_defaults {
+3 −0
Original line number Diff line number Diff line
@@ -285,6 +285,9 @@ cc_library_static {
        "libbluetooth_core_rs",
        "libbt-hci",
    ],
    shared_libs: [
        "libPlatformProperties",
    ],
    host_supported: true,
    min_sdk_version: "Tiramisu",
}