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

Commit 5e32d2f8 authored by Joshua Duong's avatar Joshua Duong
Browse files

Remove host_supported from libadb_pairing_server.

To fix mac build error. Shouldn't be building this for the host.

Bug: N/A

Test: mma in system/core/adb on mac.
Change-Id: I8b86d265ef9b91eeaf7a4e5d6623a5399403ecaf
parent 8b4ed5f6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -133,7 +133,6 @@ cc_defaults {
        "//frameworks/base/services:__subpackages__",
    ],

    host_supported: true,
    recovery_available: false,

    stl: "libc++_static",