Merge "Remove <log/logd.h> and <log/logger.h>"

am: 1d69860960

Change-Id: I56ee11d2e7e2c6b1be77310afcaa40df52563493
This commit is contained in:
Tom Cherry 2019-01-16 12:06:38 -08:00 committed by android-build-merger
commit 211bb2a39c
2 changed files with 0 additions and 10 deletions

View file

@ -1,5 +0,0 @@
#ifndef _LIBS_LOG_LOGD_H
#define _LIBS_LOG_LOGD_H
#include <log/log.h>
#warning "Deprecated: do not include log/logd.h, use log/log.h instead"
#endif /*_LIBS_LOG_LOGD_H*/

View file

@ -1,5 +0,0 @@
#ifndef _LIBS_LOG_LOGGER_H
#define _LIBS_LOG_LOGGER_H
#include <log/log.h>
#warning "Deprecated: do not include log/logger.h, use log/log.h instead"
#endif /*_LIBS_LOG_LOGGER_H*/