Switch android.os.Debug to libdebuggerd_client.

Bug: http://b/30705528
Test: m
Change-Id: Iac3860d0e63660b91a4b08075fca8a4a222ac913
This commit is contained in:
Josh Gao
2017-01-05 18:28:24 -08:00
parent 92517e4c03
commit 3ce369601e
2 changed files with 2 additions and 1 deletions

View File

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

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>