Add missing Fence destructor
[GitHub/mt8127/android_device_alcatel_ttab.git] / libmtk_symbols / mtk_fence.cpp
index abdb7b32eabf6267a7d55a0c6e7e77b9281ab289..719dfa92d3d421fd90903582cf314afc70f76718 100644 (file)
@@ -1,3 +1,4 @@
 extern "C" {
     void _ZN7android5Fence4waitEi(int);
+    void _ZN7android5FenceD1Ev() { }
 }