libshim: add missing symbol for GraphicBufferAllocEEE

required by libmmsdk.feature.so and libgui_ext.so
This commit is contained in:
sandstranger 2017-12-05 13:09:12 +04:00 committed by Mister Oyster
parent e686121346
commit 1dc36c68cc
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
#include <ui/Rect.h>
extern "C" {
void _ZN7android11BufferQueue17createBufferQueueEPNS_2spINS_22IGraphicBufferProducerEEEPNS1_INS_22IGraphicBufferConsumerEEERKNS1_INS_19IGraphicBufferAllocEEE() {
}
void _ZN7android19GraphicBufferMapper9lockYCbCrEPK13native_handlejRKNS_4RectEP13android_ycbcr(buffer_handle_t, uint32_t, const android::Rect&, android_ycbcr*);
void _ZN7android19GraphicBufferMapper9lockYCbCrEPK13native_handleiRKNS_4RectEP13android_ycbcr(buffer_handle_t handle, int usage, const android::Rect& bounds, android_ycbcr *ycbcr) {