aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMu-Le Lee <mulelee@google.com>2023-11-27 15:12:38 +0800
committerMu-Le Lee <mulelee@google.com>2023-11-27 15:12:38 +0800
commitbb355b0637eff316f162612e097c583fc0fdeeb4 (patch)
tree5cec8a2e4129c77330b15b2cb996b60b6cd917bf
parentf9c637f141868f76354a9e3c8fd114467bac5c8f (diff)
downloadcuttlefish-android14-gsi.tar.gz
Fix cf arm64 buildandroid14-gsi
arm64 build has warnings as errors enabled and one of the changes recently added has a reference to android-base/file.h. Test: local build of aosp_cf_arm64_phone-userdebug Bug: 312914623 Change-Id: I9074b1635698d4d20eb4054b857f7b1f6fea29f5
-rw-r--r--host/libs/config/config_flag.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/libs/config/config_flag.cpp b/host/libs/config/config_flag.cpp
index d1b9f191d..63afd2315 100644
--- a/host/libs/config/config_flag.cpp
+++ b/host/libs/config/config_flag.cpp
@@ -16,6 +16,7 @@
#include "host/libs/config/config_flag.h"
+#include <android-base/file.h>
#include <android-base/logging.h>
#include <android-base/strings.h>
#include <gflags/gflags.h>