diff options
author | Mark Salyzyn <salyzyn@google.com> | 2016-09-30 22:12:45 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-09-30 22:12:45 +0000 |
commit | 9fd2eaf827ffd3cc600a2851b74a1bcc52d19c70 (patch) | |
tree | 54df91aa122bcd3fdc4a27ff10a8fe0f8a68361d /include | |
parent | c528ac0fe81d334324cffb43b3ec3183042bb1c3 (diff) | |
parent | f56fce02407b876338611c638d7f4b7fdc0f5d24 (diff) | |
download | system_core-9fd2eaf827ffd3cc600a2851b74a1bcc52d19c70.tar.gz system_core-9fd2eaf827ffd3cc600a2851b74a1bcc52d19c70.tar.bz2 system_core-9fd2eaf827ffd3cc600a2851b74a1bcc52d19c70.zip |
libcutils: Replace cutils/log.h with android/log.h am: 23ed4c242a
am: f56fce0240
Change-Id: I588c3a252594e1ecd4b34242217cf23c84e4af67
Diffstat (limited to 'include')
-rw-r--r-- | include/cutils/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cutils/log.h b/include/cutils/log.h index 0e0248e50..ffb826893 100644 --- a/include/cutils/log.h +++ b/include/cutils/log.h @@ -1 +1 @@ -#include <log/log.h> +#include <android/log.h> |