aboutsummaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorLingfeng Yang <lfy@google.com>2019-10-15 13:32:20 -0700
committerLingfeng Yang <lfy@google.com>2019-10-15 13:32:20 -0700
commit06aa6e803d6eeb0c7619128627fc04e207e79570 (patch)
tree9b10fab7d9d711446d3dcfb38d9c89650479c86b /BUILD.gn
parente11fd044671482f0a60432384a8f630704f49f63 (diff)
downloadgoldfish-opengl-06aa6e803d6eeb0c7619128627fc04e207e79570.tar.gz
Add ring_buffer.c to BUILD.gn
Change-Id: I7971f09661e9f87a5dbd28e2657d50692c5bf4f7
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 52f46358..42fe2e02 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -4,6 +4,7 @@ shared_library("libvulkan_goldfish") {
"android-emu/android/base/AlignedBuf.h",
"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/files/MemStream.cpp",