diff options
author | Tim Murray <timmurray@google.com> | 2020-02-04 22:23:16 -0800 |
---|---|---|
committer | Tim Murray <timmurray@google.com> | 2020-02-07 17:57:44 +0000 |
commit | 0865f2e7b22ceab8d1cc28092b8e361990882c78 (patch) | |
tree | ec1fd40145d83de9e55a9b2280d3f50180b864c8 /libs/hwui/tests | |
parent | 334eedc54994ca212588cb3baae02c6ff58cb591 (diff) |
hwui: remove FatVector
FatVector now lives in fw/native/libs/ui.
Test: builds, boots, works
Bug: 149096186
Change-Id: I09dc2fddd2a238ef47d7853b64b0bfbf74d3f71f
Diffstat (limited to 'libs/hwui/tests')
-rw-r--r-- | libs/hwui/tests/unit/FatVectorTests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/tests/unit/FatVectorTests.cpp b/libs/hwui/tests/unit/FatVectorTests.cpp index 8523e6c9e973..6585a6249b44 100644 --- a/libs/hwui/tests/unit/FatVectorTests.cpp +++ b/libs/hwui/tests/unit/FatVectorTests.cpp @@ -15,7 +15,7 @@ */ #include <gtest/gtest.h> -#include <utils/FatVector.h> +#include <ui/FatVector.h> #include <tests/common/TestUtils.h> |