Fix transitive include. am: 4cb6f38017
am: 657f5d10c8
Change-Id: I5f6f66bf9cb9cc7e7ee814e20a9dee4a32ae7b87
diff --git a/keystore-engine/keystore_backend_hidl.cpp b/keystore-engine/keystore_backend_hidl.cpp
index b00cf4e..9a84e67 100644
--- a/keystore-engine/keystore_backend_hidl.cpp
+++ b/keystore-engine/keystore_backend_hidl.cpp
@@ -23,6 +23,7 @@
#include "keystore_backend_hidl.h"
#include <android/system/wifi/keystore/1.0/IKeystore.h>
+#include <log/log.h>
using android::hardware::hidl_vec;
using android::hardware::Return;
diff --git a/keystore/keystore_get_wifi_hidl.cpp b/keystore/keystore_get_wifi_hidl.cpp
index 7dbf20c..79639b6 100644
--- a/keystore/keystore_get_wifi_hidl.cpp
+++ b/keystore/keystore_get_wifi_hidl.cpp
@@ -20,8 +20,8 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
-#include <android-base/logging.h>
#include <android/system/wifi/keystore/1.0/IKeystore.h>
+#include <log/log.h>
#include <keystore/keystore_get.h>