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

Commit 7cc6ec57 authored by S Vasudev Prasad's avatar S Vasudev Prasad Committed by Kris Alder
Browse files

libwatchdog: Add host support

Test: Build libwatchdog
Bug: 151789676

Change-Id: I6161e5ddb4e3883dfeda01828b768082610a5b57
parent 123e17d9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

cc_library {
    name: "libwatchdog",
    host_supported: true,
    srcs: [
        "Watchdog.cpp",
    ],
@@ -29,6 +30,11 @@ cc_library {
        darwin: {
            enabled: false,
        },
        linux_glibc: {
            cflags: [
                "-Dsigev_notify_thread_id=_sigev_un._tid",
            ],
        },
    },
    apex_available: ["com.android.media"],
    min_sdk_version: "29",