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

Commit 5eb45678 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "libsnapshot clients: Add missing dep." am: 7b28054c

Change-Id: I1d9372806c6baec1fd34566b9af1a82c62f5ac7f
parents 1d17dee5 7b28054c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -145,6 +145,7 @@ cc_binary {
    static_libs: [
        "libhealthhalutils",
        "libsnapshot_nobinder",
        "update_metadata-protos",
    ],

    header_libs: [
+2 −0
Original line number Diff line number Diff line
@@ -209,6 +209,7 @@ cc_binary {
    static_libs: [
        "libfstab",
        "libsnapshot",
        "update_metadata-protos",
    ],
    shared_libs: [
        "android.hardware.boot@1.0",
@@ -234,6 +235,7 @@ cc_test {
    ],
    static_libs: [
        "libsnapshot",
        "update_metadata-protos",
    ],
    shared_libs: [
        "libbase",
+1 −0
Original line number Diff line number Diff line
@@ -131,6 +131,7 @@ cc_defaults {
        "libpropertyinfoparser",
        "libsnapshot_init",
        "lib_apex_manifest_proto_lite",
        "update_metadata-protos",
    ],
    shared_libs: [
        "libbacktrace",
+1 −0
Original line number Diff line number Diff line
@@ -113,6 +113,7 @@ LOCAL_STATIC_LIBRARIES := \
    libext2_uuid \
    libprotobuf-cpp-lite \
    libsnapshot_init \
    update_metadata-protos \

LOCAL_SANITIZE := signed-integer-overflow
# First stage init is weird: it may start without stdout/stderr, and no /proc.