aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLingfeng Yang <lfy@google.com>2019-10-18 06:14:18 -0700
committerLingfeng Yang <lfy@google.com>2019-10-18 07:49:56 -0700
commitd5be14db58aa98d30335e1bc2f3f64e1dcbb5a34 (patch)
tree110eb61b08b8b822da604b7953ea9f34f69c5d9a /BUILD.gn
parent858a972d1ce2eb048066c8a136e28f24bda5dc24 (diff)
downloadgoldfish-opengl-d5be14db58aa98d30335e1bc2f3f64e1dcbb5a34.tar.gz
Sync guest SubAllocator with host version
+ make it a different class to avoid odr violation Change-Id: I81079ee5aee9e5066acd9f797c49c094dc5df196
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c6e02014..b02c0122 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -5,8 +5,8 @@ shared_library("libvulkan_goldfish") {
"android-emu/android/base/Pool.cpp",
"android-emu/android/base/Pool.h",
"android-emu/android/base/ring_buffer.c",
- "android-emu/android/base/SubAllocator.cpp",
- "android-emu/android/base/SubAllocator.h",
+ "android-emu/android/base/AndroidSubAllocator.cpp",
+ "android-emu/android/base/AndroidSubAllocator.h",
"android-emu/android/base/files/MemStream.cpp",
"android-emu/android/base/files/MemStream.h",
"android-emu/android/base/files/Stream.cpp",