Skip to content

Commit

Permalink
conscrypt: Replace cutils/log.h with android/log.h
Browse files Browse the repository at this point in the history
Test: compile
Bug: 26552300
Bug: 31289077
Change-Id: Ic2e2d84c2e70ee79f6ee0a8acd7d0b3f08f0b0d8
  • Loading branch information
Mark Salyzyn authored and kruton committed Oct 3, 2016
1 parent 2f1f5f9 commit 60dc8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/native/org_conscrypt_NativeCrypto.cpp
Expand Up @@ -65,7 +65,7 @@
#endif

#ifndef CONSCRYPT_UNBUNDLED
#include "cutils/log.h"
#include "android/log.h"
#else
#include "log_compat.h"
#endif
Expand Down

0 comments on commit 60dc8f0

Please sign in to comment.