Merge "Include correct authorization_set.h header" am: b99ace4af1
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1992925 Change-Id: I259e564d82ec1a8202faa771e6b3af01b0f2b87c
This commit is contained in:
commit
bdeef4b0ed
2 changed files with 4 additions and 2 deletions
|
|
@ -17,9 +17,10 @@
|
|||
|
||||
#define LOG_TAG "android.hardware.keymaster@3.0-impl.trusty"
|
||||
|
||||
#include <authorization_set.h>
|
||||
#include <cutils/log.h>
|
||||
#include <keymaster/android_keymaster_messages.h>
|
||||
#include <keymaster/authorization_set.h>
|
||||
#include <keymaster_tags.h>
|
||||
#include <trusty_keymaster/TrustyKeymaster3Device.h>
|
||||
#include <trusty_keymaster/ipc/trusty_keymaster_ipc.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,9 +18,10 @@
|
|||
#define LOG_TAG "android.hardware.keymaster@4.0-impl.trusty"
|
||||
|
||||
#include <android/hardware/keymaster/3.0/IKeymasterDevice.h>
|
||||
#include <authorization_set.h>
|
||||
#include <cutils/log.h>
|
||||
#include <keymaster/android_keymaster_messages.h>
|
||||
#include <keymaster/authorization_set.h>
|
||||
#include <keymaster_tags.h>
|
||||
#include <trusty_keymaster/TrustyKeymaster4Device.h>
|
||||
#include <trusty_keymaster/ipc/trusty_keymaster_ipc.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue