commit | 3fedf5a7e28eec600a4223fb7a596d1f570abdb7 | [log] [tgz] |
---|---|---|
author | Derek Sollenberger <[email protected]> | Fri Feb 21 13:07:28 2020 -0500 |
committer | Derek Sollenberger <[email protected]> | Thu Apr 09 14:26:16 2020 -0400 |
tree | 2306ba95e96b294b5cb65d7f32f47aa1e9262dab | |
parent | 2c5d63439e653c2981841ca819957fbd8a414d54 [diff] [blame] |
Remove unecessary exported symbols from libhwui.so Test: compiles and links Bug: 150782769 Change-Id: Ib49c1bf914b6bfaad1fb29371115df7c9eec08d2
diff --git a/libs/hwui/Matrix.h b/libs/hwui/Matrix.h index 0c515a4..4c6e1a0a 100644 --- a/libs/hwui/Matrix.h +++ b/libs/hwui/Matrix.h
@@ -44,7 +44,7 @@ // Classes /////////////////////////////////////////////////////////////////////////////// -class ANDROID_API Matrix4 { +class Matrix4 { public: float data[16];