Replace base/logging.h with android-base/logging.h

As part of the effort to uprev libchrome in Android, we are
removing Android dependencies to libchrome utility functions
that are not strictly required.

This is an incremental step toward removing base/logging.h entirely.

Bug: 360917504
Change-Id: I580f6c29c2cda9543ef5c4553ad28f1e9bab6ea9
Test: build
diff --git a/snxxx/1.0/NxpEseService.cpp b/snxxx/1.0/NxpEseService.cpp
index 52b47a7..1383eeb 100644
--- a/snxxx/1.0/NxpEseService.cpp
+++ b/snxxx/1.0/NxpEseService.cpp
@@ -16,9 +16,9 @@
  *
  ******************************************************************************/
 #define LOG_TAG "[email protected]"
+#include <android-base/logging.h>
 #include <android-base/stringprintf.h>
 #include <android/hardware/secure_element/1.0/ISecureElement.h>
-#include <base/logging.h>
 #include <hidl/LegacySupport.h>
 #include <string.h>
 #include <vendor/nxp/nxpese/1.0/INxpEse.h>