Reorganize system/keymaster.
This CL moves the includes that should be exported to include/ and
removes the trusty-specific code (some of which is moving to
hardware/google and some of which is moving to the trusty tree.)
Change-Id: Ie4fabf6b5c5f36b50c2f5ff356548ca2e9140fcb
diff --git a/authorization_set.cpp b/authorization_set.cpp
index f6a38ee..88c1a5e 100644
--- a/authorization_set.cpp
+++ b/authorization_set.cpp
@@ -20,8 +20,8 @@
#include <assert.h>
-#include "authorization_set.h"
-#include "google_keymaster_utils.h"
+#include <keymaster/authorization_set.h>
+#include <keymaster/google_keymaster_utils.h>
namespace keymaster {