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

Commit 18e852e9 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Switch android.os.Debug to libdebuggerd_client.

am: 3ce36960

Change-Id: Ife04ddf4f6d0d6311a3c2c857b12fd792c3269f8
parents b6025a2b 3ce36960
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -223,6 +223,7 @@ LOCAL_SHARED_LIBRARIES := \
    libnativehelper \
    liblog \
    libcutils \
    libdebuggerd_client \
    libutils \
    libbinder \
    libnetutils \
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@
#include <string>

#include <android-base/stringprintf.h>
#include <cutils/debugger.h>
#include <debuggerd/client.h>
#include <log/log.h>
#include <utils/misc.h>
#include <utils/String8.h>