sdm660: add missing libgui symbol for camera hal

This commit is contained in:
Max Weffers 2019-09-10 08:52:07 +02:00
parent 32f1b62062
commit 017ca61bf3
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -6,4 +6,7 @@ namespace android {
extern "C" void _ZN7android13GraphicBuffer4lockEjPPv(uint32_t inUsage, void** vaddr) {
_ZN7android13GraphicBuffer4lockEjPPvPiS3_(inUsage, vaddr, nullptr, nullptr);
}
extern "C" void _ZN7android6Parcel17writeUint64VectorERKNSt3__16vectorIyNS1_9allocatorIyEEEE() { };
extern "C" void _ZNK7android6Parcel16readUint64VectorEPNSt3__16vectorIyNS1_9allocatorIyEEEE() { };
}