Fix camera shim
This commit is contained in:
parent
6f5538e6c9
commit
bad1bc6cc2
2 changed files with 1 additions and 5 deletions
|
@ -132,7 +132,3 @@ namespace android
|
|||
|
||||
int CameraParameters::getInt64(const char *key) const { return -1; }
|
||||
};
|
||||
|
||||
extern "C" void _ZN7android20DisplayEventReceiverC1Ev()
|
||||
{
|
||||
}
|
||||
|
|
|
@ -135,4 +135,4 @@ public:
|
|||
int getInt64(const char *key) const;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue