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

Commit e7b977d5 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

am: 6f243687

Change-Id: I20b09418489286153146a34a2c01ef04beae5686
parents ed5444ba 6f243687
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -238,6 +238,7 @@ LOCAL_SHARED_LIBRARIES := \
    libnativehelper \
    liblog \
    libcutils \
    libdebuggerd_client \
    libutils \
    libbinder \
    libui \
+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>