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

Commit e37259ec authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

Mark libsuspend vendor_available.

libsuspend belongs to vndk-cap. Mark it vendor_available to enable vndk
abi stability checks on it.

Details: https://android-review.googlesource.com/368372

Test: mm -j64

Bug: 38244611

Change-Id: I2243c6d8710b6b2f80375849e82afba28a735507
parent efb30b0c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@

cc_library {
    name: "libsuspend",
    vendor_available: true,

    srcs: [
        "autosuspend.c",
        "autosuspend_autosleep.c",