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

Commit e010614a authored by Spandan Das's avatar Spandan Das Committed by Gerrit Code Review
Browse files

Merge "Make apex availability of libpropertyinfoparser and...

Merge "Make apex availability of libpropertyinfoparser and libpropertyinfoparser explicit" into main
parents 8880209a 2e5cfbc1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ cc_library_static {

    export_header_lib_headers: ["libdebuggerd_common_headers"],
    export_include_dirs: ["tombstoned/include"],
    apex_available: ["com.android.runtime"],
}

// Core implementation, linked into libdebuggerd_handler and the dynamic linker.
+4 −0
Original line number Diff line number Diff line
@@ -25,4 +25,8 @@ cc_library_static {
        },
    },
    export_include_dirs: ["include"],
    apex_available: [
        "//apex_available:platform",
        "com.android.runtime",
    ],
}