Use frameworks/native copy of UniquePtr.h
Change-Id: Idfe46c057699b5f019f84e588bb8a9697e48236c
This commit is contained in:
parent
daacbf4016
commit
caf62bd7fb
2 changed files with 1 additions and 2 deletions
|
@ -9,7 +9,6 @@ LOCAL_SRC_FILES:= \
|
|||
# Note that "bionic" is needed because of stlport
|
||||
LOCAL_C_INCLUDES := \
|
||||
bionic \
|
||||
libcore/include \
|
||||
external/gtest/include \
|
||||
external/stlport/stlport
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#define LOG_TAG "keymaster_test"
|
||||
#include <utils/Log.h>
|
||||
#include <utils/UniquePtr.h>
|
||||
|
||||
#include <hardware/keymaster.h>
|
||||
|
||||
|
@ -23,7 +24,6 @@
|
|||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <UniquePtr.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
|
|
Loading…
Reference in a new issue