kitakami-common: libshim: Add missing symbols for imsvt shim

This commit is contained in:
TARKZiM 2020-08-19 11:30:47 +08:00
parent ed4e11b3cf
commit 27d3e852ab

View File

@ -23,4 +23,6 @@ int _ZNK7android11MediaBuffer8refcountEv(android::MediaBuffer *thisptr) {
return thisptr->refcount();
}
void _ZN7android13GraphicBuffer4lockEjPPv() {}
void _ZNK7android11MediaBuffer13graphicBufferEv() {}
}