Commit graph

5 commits

Author SHA1 Message Date
Stylogey
8376ecf831
sdm660-common: switch to blueprints where it's possible
Change-Id: I7d691f054b3744e52cb6d30b236e0a11de9923d3
2020-08-12 02:02:39 +06:00
Max Weffers
970e87ee2b
sdm660: Add back MiWatermark lib and remove shim
Change-Id: I7611b322b2f2935fc9079f9a76f9f5d9096aec00
2020-01-13 14:35:55 +01:00
Davide Garberi
90ab2176ea
sdm660-common: Nuke libMiWatermark and replace it with a shim
* This lib is creating troubles on android 10 requiring old libs in vendor
* Other than that, it's the only culprit for vndk runtime being kept disabled
* Nuke this lib via a empty shim providing the symbols to the camera hal
2019-09-27 17:13:44 +02:00
Max Weffers
017ca61bf3
sdm660: add missing libgui symbol for camera hal 2019-09-27 17:13:44 +02:00
Erfan Abdi
cc53ae1eb7
sdm660: Make shim for camera.sdm660
P: GraphicBuffer::lock(uint32_t inUsage, void** vaddr);
Q: GraphicBuffer::lock(uint32_t inUsage, void** vaddr, int32_t* outBytesPerPixel, int32_t* outBytesPerStride);
Error: cannot locate symbol "_ZN7android13GraphicBuffer4lockEjPPv" referenced by "/vendor/lib/hw/camera.sdm660.so"

Change-Id: I1c1fe66f3f73149ced601eae87b970ce392d50ee
2019-09-16 10:39:53 +02:00