aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:13:46 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:13:46 +0000
commit2ca21bf9f39cecadb922faa668498d00e9896aed (patch)
tree1ad3c7880ce82a72931fdf8214508d48db662c19
parent2f917559febc0d6e94209f20f5400cb1372bc5cc (diff)
parent569980a32405b9d8f6bb8c0aea73b5ab256645de (diff)
downloadpuffin-android14-mainline-uwb-release.tar.gz
Change-Id: I97048778cc5961143c7257fd1309fc8144ee9903
-rw-r--r--PRESUBMIT.cfg3
-rw-r--r--TEST_MAPPING2
-rw-r--r--src/unittest_common.cc2
-rw-r--r--src/unittest_common.h2
4 files changed, 6 insertions, 3 deletions
diff --git a/PRESUBMIT.cfg b/PRESUBMIT.cfg
index 9993474..e037261 100644
--- a/PRESUBMIT.cfg
+++ b/PRESUBMIT.cfg
@@ -1,6 +1,5 @@
[Hook Scripts]
-hook0=../../../../chromite/bin/cros lint ${PRESUBMIT_FILES}
-hook1=../../../platform2/common-mk/gnlint.py ${PRESUBMIT_FILES}
+cros lint = cros lint --commit ${PRESUBMIT_COMMIT} ${PRESUBMIT_FILES}
[Hook Overrides]
clang_format_check: true
diff --git a/TEST_MAPPING b/TEST_MAPPING
index d78c7bd..f4e1ad5 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -4,7 +4,7 @@
"name": "puffin_unittest"
}
],
- "hwasan-postsubmit": [
+ "hwasan-presubmit": [
{
"name": "puffin_unittest"
}
diff --git a/src/unittest_common.cc b/src/unittest_common.cc
index ad3a85f..ac050dd 100644
--- a/src/unittest_common.cc
+++ b/src/unittest_common.cc
@@ -4,6 +4,8 @@
#include "puffin/src/unittest_common.h"
+#include <unistd.h>
+
using std::string;
using std::vector;
diff --git a/src/unittest_common.h b/src/unittest_common.h
index eac61e6..8727986 100644
--- a/src/unittest_common.h
+++ b/src/unittest_common.h
@@ -5,6 +5,8 @@
#ifndef SRC_UNITTEST_COMMON_H_
#define SRC_UNITTEST_COMMON_H_
+#include <unistd.h>
+
#include <string>
#include <vector>