Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 661600dd authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Android Git Automerger
Browse files

am 110f705e: resolved conflicts for 832a0d1c to mnc-dev

* commit '110f705e':
  libutils: Fix integer overflows in VectorImpl.
parents 93807d47 110f705e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@

#define LOG_TAG "Vector_test"

#define __STDC_LIMIT_MACROS
#include <stdint.h>
#include <utils/Vector.h>
#include <cutils/log.h>
#include <gtest/gtest.h>