summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaligh Uddin <baligh@google.com>2020-10-24 01:40:48 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-10-24 01:40:48 +0000
commit02ccdd4436f849470458ed42114b2c19daabe55c (patch)
tree85ed050a363557c212ef6461a33877e09058b451
parent99ce2e3a0941baad1262243316f64fa4c072b703 (diff)
parent1ad91e8feb102b0897cd19dd0cdaa305f8313acf (diff)
downloadml-02ccdd4436f849470458ed42114b2c19daabe55c.tar.gz
Merge "Cleanup references to system/core/base -> system/libbase"
-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.