summaryrefslogtreecommitdiff
path: root/keystore/include
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2017-05-01 12:35:41 -0700
committerSteven Moreland <smoreland@google.com>2017-05-01 12:35:41 -0700
commit52868f226ec5e7bb02947c5647bc8b803c8bae83 (patch)
treeba254c91d86a475b5e8b9bdac3ff9ed9530c924d /keystore/include
parent584b8ea08fce10d68d91ec8bc8e8b723e41b365b (diff)
downloadsecurity-52868f226ec5e7bb02947c5647bc8b803c8bae83.tar.gz
Explicitly declare dependencies on libbase macros.
These were being included transitively through libhidl. Test: links Bug: 37791060 Change-Id: I6cbe3a64b1ae078b4625c5e4b905be50e04f7a55
Diffstat (limited to 'keystore/include')
-rw-r--r--keystore/include/keystore/keystore_client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keystore/include/keystore/keystore_client.h b/keystore/include/keystore/keystore_client.h
index a0593c16..2ba7fd49 100644
--- a/keystore/include/keystore/keystore_client.h
+++ b/keystore/include/keystore/keystore_client.h
@@ -19,6 +19,8 @@
#include <string>
#include <vector>
+#include <android-base/macros.h>
+
#include "authorization_set.h"
#include "keystore.h"
#include "keystore_return_types.h"