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

Commit 25f2e5e8 authored by Josh Gao's avatar Josh Gao Committed by Automerger Merge Worker
Browse files

Merge "Move libadbd_auth, libadbd_fs to adbd_system_binaries." into rvc-dev am: b1df146a

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

Change-Id: Id98cb7dd8df78d30cf76760a7d82ac79fc2b81a6
parents 63e84427 b1df146a
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -605,16 +605,14 @@ cc_binary {
            ],
        }
    },

    required: [
        "libadbd_auth",
        "libadbd_fs",
    ],
}

phony {
    name: "adbd_system_binaries",
    // Interface between adbd in a module and the system.
    name: "adbd_system_api",
    required: [
        "libadbd_auth",
        "libadbd_fs",
        "abb",
        "reboot",
        "set-verity-state",
@@ -622,8 +620,10 @@ phony {
}

phony {
    name: "adbd_system_binaries_recovery",
    name: "adbd_system_api_recovery",
    required: [
        "libadbd_auth",
        "libadbd_fs",
        "reboot.recovery",
    ],
}