Fix camera shim

This commit is contained in:
ivanmeler 2023-04-30 20:37:52 +00:00
parent 6f5538e6c9
commit bad1bc6cc2
2 changed files with 1 additions and 5 deletions

View file

@ -132,7 +132,3 @@ namespace android
int CameraParameters::getInt64(const char *key) const { return -1; }
};
extern "C" void _ZN7android20DisplayEventReceiverC1Ev()
{
}

View file

@ -135,4 +135,4 @@ public:
int getInt64(const char *key) const;
};
};
};