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

Commit 8354b75d authored by Spandan Das's avatar Spandan Das Committed by Automerger Merge Worker
Browse files

Merge "Make apex availability of libpropertyinfoparser and...

Merge "Make apex availability of libpropertyinfoparser and libpropertyinfoparser explicit" into main am: e010614a

Original change: https://android-review.googlesource.com/c/platform/system/core/+/2896122



Change-Id: I254ed160ce88d3e97d228d9c9fc23477173f3e04
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 74f3d82c e010614a
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",
    ],
}