Replace libchrome macros.h with android base ones
Replaces <base/macros.h> with <android-base/macros.h>
This change is very mechanical, no change in program behavior.
Test: build
Bug: 360917504
Change-Id: I770a7dab047672dad9d764985bcc5d8ee3f39544
diff --git a/aosp/hardware_android.h b/aosp/hardware_android.h
index d20e8df..cb655c9 100644
--- a/aosp/hardware_android.h
+++ b/aosp/hardware_android.h
@@ -20,7 +20,7 @@
#include <string>
#include <string_view>
-#include <base/macros.h>
+#include <android-base/macros.h>
#include <base/time/time.h>
#include "update_engine/common/error_code.h"