summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGurchetan Singh <gurchetansingh@google.com>2022-08-09 08:57:19 -0700
committerGurchetan Singh <gurchetansingh@google.com>2022-08-09 08:57:19 -0700
commit47f0880d919a92c3acad72f0cdf164202da67b1b (patch)
tree117a17fef94004f41a2ab2b3a2967c46e2779fec
parentaf76b8139492f36a8c8ed2c63369f586d8d6870c (diff)
downloadgfxstream-protocols-47f0880d919a92c3acad72f0cdf164202da67b1b.tar.gz
gfxstream-protocols: nuke aligned_buf_{alloc, free}
"goldfish-opengl: nuke aligned_buf_{alloc, free}" modified this by hand, but this is actually auto-generated. Modify autogen then. BUG=233803018 TEST=run autogen Change-Id: I21bbc7e44901d6fc68dbb1b07ef39b3e4e8e0108
-rw-r--r--registry/vulkan/scripts/cereal/encoder.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/registry/vulkan/scripts/cereal/encoder.py b/registry/vulkan/scripts/cereal/encoder.py
index 63923abe..4547723a 100644
--- a/registry/vulkan/scripts/cereal/encoder.py
+++ b/registry/vulkan/scripts/cereal/encoder.py
@@ -37,8 +37,6 @@ encoder_impl_preamble ="""
using namespace goldfish_vk;
-using android::aligned_buf_alloc;
-using android::aligned_buf_free;
using android::base::guest::AutoLock;
using android::base::guest::Lock;
using android::base::BumpPool;