Deprecate <cutils/log.h> and <utils/Log.h>

This commit replaces <cutils/log.h> and <utils/Log.h> with <log/log.h>.

Background:
<cutils/log.h> has been moved to <log/log.h> for a while.  Both
<cutils/log.h> and <utils/Log.h> simply includes <log/log.h> for
backward compatibility.  This commit is a part of the effort to remove
<cutils/log.h> and <utils/Log.h> from the source tree eventually.

Bug: 78370064
Test: lunch aosp_walleye-userdebug && cd system/nfc && mma
Change-Id: I5398fc264a95455f57cbf7b471c1665a19b8f6c5
diff --git a/src/adaptation/android_logmsg.cc b/src/adaptation/android_logmsg.cc
index bdfe3b9..117fb06 100644
--- a/src/adaptation/android_logmsg.cc
+++ b/src/adaptation/android_logmsg.cc
@@ -17,7 +17,7 @@
  ******************************************************************************/
 #include <android-base/stringprintf.h>
 #include <base/logging.h>
-#include <cutils/log.h>
+#include <log/log.h>
 
 #include "android_logmsg.h"
 #include "buildcfg.h"