aboutsummaryrefslogtreecommitdiff
path: root/extract-files.sh (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: Add libutils_shim to vendor/bin/pm-serviceRaghuram Subramani2024-12-21
|
* msm8996-common: Migrate to common libcutils shimNanhumly2023-08-12
| | | | | Change-Id: I0efa9f044056d16418bc08d53390f9b3ea4ac20e Signed-off-by: Nanhumly <admin@warbler.cc>
* msm8996-common: remove libfui (was libgui) depsmosimchah2023-08-12
| | | | Change-Id: Ie4143c300287575a18d5da038aa6b4d13ec85b42
* msm8996-common: Remove protobuf haxBruno Martins2023-08-12
| | | | | | | The protobuf vendorcompat libs are built now. Change-Id: I8eeec1203b05341bfd4b808f72e55e4f90e33f1e Signed-off-by: Nanhumly <admin@warbler.cc>
* msm8996-common: Switch to patchelf from tools-lineageMichael Bestas2021-10-19
| | | | Change-Id: If1a7328804fb9bc39ccec70690f1090f2d0509b3
* msm8996-common: Also allow extracting target device blobs onlyBruno Martins2021-10-19
| | | | Change-Id: Ib5157b1e182ac6faf212793871ddff28fc32063d
* msm8996-common: Add ability to extract common proprietary files onlyBruno Martins2021-10-19
| | | | Change-Id: Id4303ba662f60cb794aac65ebde652b643ea2345
* msm8996-common: extract-utils: Initialize empty variables SECTION and KANGDavide Garberi2021-10-19
| | | | Change-Id: I4a80ce2de44081395fdc5e661c33c52f0c7e4c73
* msm8996-common: Move telephony packages to /system_extBruno Martins2021-10-19
| | | | Change-Id: I38329f6d4ebb7b1a0b0f01e40918fdb73ccbcba9
* msm8996-common: extract-files: Add fixup for daisy qti_libpermissionsDavide Garberi2021-10-19
| | | | Change-Id: I5a1c58dfe025c098f0262da0ca0713df6f4ec7d4
* msm8996-common: Use libcutils-v29.so for libdpmframework.soLuK13372021-10-19
| | | | | | * v30 one doesn't have `strdup8to16` symbol in it. Change-Id: Id2b4bb3017bc24c817dbe4b03834960aa1a4b444
* msm8996-common: Add prebuilt protobuf from sdk28dianlujitao2021-10-19
| | | | Change-Id: I980a9e66cc0f99b5292210428c6ae9737e5b3969
* msm8996-common: Switch to standalone extract utilsMichael Bestas2021-10-19
| | | | Change-Id: Ife50623a3d1b8733f5cc76995c982d8950d39ad4
* msm8996-common: Update vulkan blobs from LA.UM.8.6.r1-01900-89xx.0Davide Garberi2020-01-25
| | | | | | * Older 8x96 blobs break vulkan with updated graphics Change-Id: I0556b1adf6a62720602f6a4c4994423adb789b1c
* msm8996-common: extract-files: Don't use source to start setup-makefilesDavide Garberi2019-11-05
| | | | | | | | | * This caused: ./../../zuk/msm8996-common/../../../vendor/lineage/build/tools/extract_utils.sh: line 1944: VENDOR_SKIP_FILES: readonly variable * Fixes makefiles not being regenerated when extracting blobs Change-Id: I0f1d0739f0240769830c3d8e582d77c48ebe81d9
* msm8996-common: Update blobs to LA.UM.7.5.r1-04800-8x96.0Davide Garberi2019-05-15
| | | | Change-Id: I21c1c4a0f6e071cd82803f9fff8f0cce7cd16d94
* msm8996-common: Fall back to ZUI IMS-QMI-RIL stackSubhajeet Muhuri2019-04-07
| | | | | | | | | | | | | * From ZUI 4.0.247DEV * This fixes VoLTE not coming back after mobile data has been switched to 2nd SIM and back to VoLTE capable 1st SIM * Probably also fixes random IMS restarts as they can't be noticed in logs anymore * ZUI ims_rtp_daemon cannot link libmedia.so, probably because we have switched to full VNDK According to DD3Boh: lib-dplmedia.so is a dependency of lib-rtpcore.so which is a dependency of ims_rtp_daemon So add a blob_fixup to remove libmedia.so dependency from lib-dplmedia.so Change-Id: I5402f0ef93d03661d611d6775b1b331cf35afc06
* msm8996-common: Update encryption blobs from daisyDavide Garberi2019-03-09
| | | | | | * Extracted from PKQ1.180917.001/V10.0.1.0PDLMIFJ Change-Id: Ifdfcc9f52111534e1b03825c9459c8ebda71cdca
* msm8996-common: extract-files: Add blob_fixup for hex editingDavide Garberi2019-02-18
| | | | Change-Id: I3752fa2a9b1eeebb9c7c145738a48d136a0b7874
* msm8996-common: introduce fixup scripts and kang modeVladimir Oltean2019-02-18
| | | | | | | | | | | | | Also do the following: * Fix passing of arguments longer than one word, such as --section "Hello world" * Update the hashes and fixups for blobs kanged from bardock Wight554: * Small cosmetic changes * Fix some shellcheck warnings Change-Id: I917ed382a8c0e33ba7709151f2743a723dc50617 Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
* msm8996-common: Hex edit camera blobs to use /data/vendor/qcamMichael Bestas2019-02-06
| | | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: I0ca268ec4cf71f80a5e341f0131c239ae0dd66fd
* msm8996-common: Remove rootdir symlinksDavide Garberi2019-02-06
| | | | | | | | | | * It's better to do it this way so that we can remove all the rootdir symlinks, which could be useful in future for system-as-root * Hex edit the blobs to search for the new paths (or either update them from Pie) and symlink them to make the length equal to the old path * Update the two adsp libs from daisy Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: I9c9f89d37f3767f55346dccdfb9362025d478028 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Hax libaudcal.so to store acdbdata in new pathdianlujitao2019-02-06
| | | | | | Signed-off-by: Subhajeet Muhuri <kenny3fcb@gmail.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: Ib8a826b51ab4b28356cb04e03bb894f267e9bdf7
* msm8996-common: Enable actual VNDK supportDavide Garberi2019-02-06
| | | | | | | | | | | | * Basically: - Copy vndk 28 libgui.so to vendor renaming it to libfui.so and hex edit libmmcamera2_stats_modules and libmmcamera_ppeiscore to search for it This is needed as with BOARD_VNDK_RUNTIME_DISABLE disabled only some files are allowed to access the /system/lib directory - Patchelf libmpbase and libmmcamera2_stats_modules to remove libandroid.so which was being searched, it isn't actually necessary * Thanks erfanoabdi for all the help with this Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: Ib1797104c3cdf1b4205616a127d4a99cbc70d67b
* Revert "msm8996-common: Treble sucks"Davide Garberi2018-10-19
| | | | This reverts commit a8b14014fbf72aeb6b5c8e8240d26802d503843b.
* msm8996-common: Treble sucksLuK13372018-08-31
| | | | | Change-Id: I304cbfbfba8c7a4c403a8e865bf0d940cac1bea2 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Clean up extract-files.shCosme Domínguez Díaz2018-02-24
|
* msm8996-common: Commonize the vendordd3boh2017-11-01
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* msm8996-common: Commonize the device treedd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Update extractors to use Lineage vendorBruno Martins2017-10-31
| | | | | | | * Match the branding change as well Change-Id: Ie39f8f52f3a7d552c82c0da643732af447aeb91e Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Setup proprietary-files and the setup makefile script as they should bedd3boh2017-10-31
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* Fix extract-files.sh and setup-makefiles.shdavide2017-08-24
|
* extract-files: fix device/vendor (wrong way round)Álvaro Brey2017-07-13
| | | | Change-Id: I531add96f3d54051775b7269bc2bf3eccbd2f194
* extract-files: Import the latest templateontherunvaro2017-07-13
|
* z2_plus: Remove extract-files.shdavidevinavil2017-04-07
|
* Change device name and small editsFedor9172016-11-10
|
* Initialising brunch based on davidevinavil device tree (CM14.0 branch)Fedor9172016-11-10
|
* Initial commitFedor9172016-10-26