summaryrefslogtreecommitdiff
path: root/extract-files.sh
AgeCommit message (Collapse)Author
2021-09-20sdm660-common: Import IR HALsSebastiano Barezzi
Change-Id: Iffd8855f0971997792cb9b0d6db818772c339e24
2020-12-29sdm660-common: Switch to standalone extract utilsMichael Bestas
Align with templates while we are at it Change-Id: I3cd279191c7bd3582f1c1f80c588eb26cf9da933
2020-12-20sdm660-common: Move telephony related packages to /system_extMichael Bestas
Change-Id: I6819c2af9f0f6e0e3823b853277287fc5aa8d504
2020-12-20sdm660-common: Add a shim for dpmframeworkArian
* libdpmframework depends on strndup16to8 and strdup8to16 methods. Change-Id: I39d252b5830b752728a0c8607d32d8a279524ce1 Co-authored-by: Demon000 <demonsingur@gmail.com>
2020-12-20sdm660-common: Switch to patchelf from tools-lineageMichael Bestas
Change-Id: If1a7328804fb9bc39ccec70690f1090f2d0509b3
2020-04-30sdm660-common: Make FM radio opt-indianlujitao
Change-Id: Idaebe34e18d16d042e247f0f2b06c8012fe4d287
2020-04-30sdm660-common: Opt-in camera shimsdianlujitao
Change-Id: I6542195dba95ffbd8eda151efee70201f144dee4
2020-04-30sdm660-common: Update blobs from jasmine V11.0.8.0.QDIMIXMdianlujitao
Change-Id: I52bcc65d512aab7600ad761d30f9021b880b1a8c
2020-04-30sdm660-common: Hex edit qti_libpermissionsDavide Garberi
* Prevents crashing of qcrilmsgtunnel Change-Id: Ica4e997f998d8cd078670b9e24a82b4b69380818
2020-04-30sdm660-common: Make shim for libcamera.sdm660.soErfan Abdi
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
2020-04-30sdm660-common: Nuke libMiWatermarkDavide Garberi
* 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 Change-Id: Ia844e973299d3e1be0a37473e76325be1828415d
2020-04-30sdm660-common: Add triple inherit support for extractorIsaac Chen
Change-Id: I76f428b1761abb19025a5194e494481e30c53d59 Signed-off-by: Isaac Chen <tingyi364@gmail.com>
2019-11-05sdm660-common: extract-files: Implement blob_fixupDavide Garberi
Change-Id: Iad42a93bd024caa70d5c21a2cc2747f89aba2450
2019-11-05sdm660-common: Rework extract-files with --kang supportVladimir Oltean
* Implementation from lineage vendor extract-files Change-Id: I1170fcfa1ec237c9c0b322e9f268bdeb685b473a Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
2019-11-05sdm660-common: extract-files: Fix CLEAN_VENDORDavide Garberi
* Due to the caps difference the vendor was being cleaned everytime that the extractor was run, even just with section Change-Id: I2ba8f67bf1fa045f3059df660f36111d970592b4
2019-09-18sdm660-common: Convert to 660 common treeDavide Garberi
Change-Id: I903039730f4181f6a326f28e0ea212db68bdabcc
2019-09-01wayne-common: Uprev mlipay to 1.1Isaac Chen
Signed-off-by: Isaac Chen <tingyi364@gmail.com> Change-Id: Iaa1d210c55e1b67d256a1aa45d670749cc2d1a88
2018-12-29wayne-common: Support Alipay fingerprint paymentdianlujitao
* IFAA manager is based on OnePlusOSS, but adapted for Xiaomi's mlipay interface.Also hardcode model detection to pass Alipay check. * vendor.xiaomi.hardware.mtdservice@1.0.so is not actually used, thus patchelf to drop it rather than shipping a blob. * Modify libmlipay.so to allow load firmware from vendor Change-Id: Idf3d3a8d40245984767f4ef5f60f9fe584e69f21
2018-12-02wayne-common: Convert into common treeIsaac Chen
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
2018-07-03wayne: Add blob extractorsIsaac Chen
Change-Id: Ifee4d4a2e8db3ca3afed7b39de7284408407de30 Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>