Switch android.os.Debug to libdebuggerd_client. am: 3ce369601e am: 18e852e9aa am: e84a027259

am: 6f2436873a

Change-Id: I20b09418489286153146a34a2c01ef04beae5686
This commit is contained in:
Josh Gao
2017-01-19 00:44:45 +00:00
committed by android-build-merger
2 changed files with 2 additions and 1 deletions

View File

@ -238,6 +238,7 @@ LOCAL_SHARED_LIBRARIES := \
libnativehelper \
liblog \
libcutils \
libdebuggerd_client \
libutils \
libbinder \
libui \

View File

@ -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>