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

Commit c10af398 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." am: b99f194d

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

Change-Id: Icb7cd0eabf954f998213142fd3ad319379ae418d
parents 99d1b562 b99f194d
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -640,16 +640,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",
@@ -657,8 +655,10 @@ phony {
}

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