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

Commit 6f243687 authored by Josh Gao's avatar Josh Gao Committed by android-build-merger
Browse files

Switch android.os.Debug to libdebuggerd_client. am: 3ce36960 am: 18e852e9

am: e84a0272

Change-Id: Iffda01846d96d4ba6b4d13678d999c4cc8350e87
parents 19c0d60d e84a0272
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -224,6 +224,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>