Merge "system/core: use proper nativehelper headers" am: 4f59afe9fa am: 6208cd1322

am: 106c355688

Change-Id: I8ddfceec58ab69b6c0952ea39f3ad78802f5d7bc
This commit is contained in:
Steven Moreland 2017-07-19 15:36:37 +00:00 committed by android-build-merger
commit 57db1511bd
5 changed files with 5 additions and 5 deletions

View file

@ -26,8 +26,8 @@ extern "C" {
}
#include <android-base/memory.h>
#include <UniquePtr.h>
#include <gatekeeper/gatekeeper.h>
#include <nativehelper/UniquePtr.h>
#include <iostream>
#include <unordered_map>

View file

@ -19,7 +19,7 @@
#include "SoftGateKeeper.h"
#include <UniquePtr.h>
#include <nativehelper/UniquePtr.h>
using namespace gatekeeper;

View file

@ -19,7 +19,7 @@
#include <gtest/gtest.h>
#include <hardware/hw_auth_token.h>
#include <UniquePtr.h>
#include <nativehelper/UniquePtr.h>
#include "../SoftGateKeeper.h"

View file

@ -15,7 +15,7 @@
*/
#include "nativeloader/native_loader.h"
#include "ScopedUtfChars.h"
#include <nativehelper/ScopedUtfChars.h>
#include <dlfcn.h>
#ifdef __ANDROID__

View file

@ -16,8 +16,8 @@
#include <algorithm>
#include <fstream>
#include <UniquePtr.h>
#include <gtest/gtest.h>
#include <nativehelper/UniquePtr.h>
#include <openssl/engine.h>
#include <hardware/keymaster0.h>