summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2020-10-23 14:20:11 +0000
committerBaligh Uddin <baligh@google.com>2020-10-23 15:53:30 +0000
commit1ad91e8feb102b0897cd19dd0cdaa305f8313acf (patch)
treeb949bdee8857794d9f2c4c289640e75474491b01
parenta6374e359b6c89776539ba3f6959438f2267ec49 (diff)
downloadml-1ad91e8feb102b0897cd19dd0cdaa305f8313acf.tar.gz
Cleanup references to system/core/base -> system/libbase
BUG: 157656545 Test: TH Exempt-From-Owner-Approval: Trivial cleanup in comments. Change-Id: Ib20132248df9ee543a6d317b5af15c85350f41ee
-rw-r--r--nn/common/Validation.cpp2
-rw-r--r--nn/common/include/Utils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/nn/common/Validation.cpp b/nn/common/Validation.cpp
index 17ba63be9..9127bec7c 100644
--- a/nn/common/Validation.cpp
+++ b/nn/common/Validation.cpp
@@ -41,7 +41,7 @@
#include "Types.h"
// The NN_VALIDATE family of macros defined below is similar to the CHECK family defined in
-// system/core/base/include/android-base/logging.h
+// system/libbase/include/android-base/logging.h
//
// The difference is that NN_VALIDATE macros use LOG(ERROR) instead of LOG(FATAL)
// and return false instead of aborting.
diff --git a/nn/common/include/Utils.h b/nn/common/include/Utils.h
index 045aa8ea4..a2919091a 100644
--- a/nn/common/include/Utils.h
+++ b/nn/common/include/Utils.h
@@ -85,7 +85,7 @@ void initVLogMask();
} while (0)
// The NN_RET_CHECK family of macros defined below is similar to the CHECK family defined in
-// system/core/base/include/android-base/logging.h
+// system/libbase/include/android-base/logging.h
//
// The difference is that NN_RET_CHECK macros use LOG(ERROR) instead of LOG(FATAL)
// and return false instead of aborting.