add missing stopwatch symbol
authorJan Altensen <info@stricted.net>
Sun, 24 Feb 2019 12:32:53 +0000 (13:32 +0100)
committerJan Altensen <info@stricted.net>
Sun, 24 Feb 2019 12:32:53 +0000 (13:32 +0100)
Change-Id: I5e2ab136dcf50fecc085c7ef8597af8fd79d10f7

libmtk_symbols/mtk_gui.cpp

index eef0caaac8f948f74371125c03f7985c72f09e1b..5427aabfc29fa67936d6aa9c837bde59c0303919 100644 (file)
@@ -5,6 +5,11 @@
 #include <stdint.h>
 
 extern "C" {
+    void _ZN7android9StopWatchC1EPKci(const char* name, int clock);
+    void _ZN7android9StopWatchC1EPKcij(const char* name, int clock, uint32_t flags) {
+        _ZN7android9StopWatchC1EPKci(name, clock);
+    }
+    
     void _ZN7android13SensorManager16getDefaultSensorEi() {}
     void _ZN7android13GraphicBufferC1EjjijNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEE(
             void *(pthis), uint32_t inWidth, uint32_t inHeight, int inFormat,