aboutsummaryrefslogtreecommitdiff
path: root/msm8996.mk (follow)
Commit message (Collapse)AuthorAge
...
* msm8996-common: Remove privapp-permissions-oem.xml and move qti's xml to /systemCosme Domínguez Díaz2018-05-27
| | | | | | | | | * privapp-permissions-qti.xml does the same and more. * Move back qti_whitelist.xml and privapp-permissions-qti.xml to /system as it's the right place: https://source.android.com/devices/tech/config/perms-whitelist#adding-whitelists
* Enable Wi-Fi Aware feature.Cosme Domínguez Díaz2018-05-27
| | | | * https://source.android.com/devices/tech/connect/wifi-aware
* msm8996-common: Switch to Power HAL 1.1 and enable WiFi stats.Cosme Domínguez Díaz2018-05-26
| | | | | | | * We need to set TARGET_WLAN_POWER_STAT to work with the QCACLD2 driver. The default value is for QCACLD3.
* msm8996: Properly copy vulkan permission xmldianlujitao2018-05-03
| | | | Change-Id: Ib787f195ebc6ce0a9e29ed8878fb14076642e365
* msm8996-common: sepolicy: CleanupCosme Domínguez Díaz2018-05-02
|
* msm8996: update gps from LA.UM.6.5.r1-07400-8x96.0codeworkx2018-05-02
| | | | Change-Id: Ic9d4ea1e69f0f9e4ccf56917fe96696876a83a42
* msm8996-common: List additional native libraries to expose to appsBruno Martins2018-05-02
| | | | | | | | | | | | | | | | | | | | | | * Example bellow of a failure before one lib was made accessible to a camera app. Before exposing: I CAM_HexagonEnv: Will attempt to load libadsprpc.so from the system partition I CAM_HexagonEnv: Loading libhalide_hexagon_host.so from the app I CAM_CamBoxHelper: Computing layout for window: 1080x1920, and preview: 3000x4000, orientation: PORTRAIT, isMultiWindow: false I CAM_CamBoxHelper: placing extra widgets above the bottom bar I CAM_CamBoxHelper: Computed layout: CameraLayoutBoxes{window=1080x1920, preview=Rect(0, 106 - 1080, 1546), uncoveredPreview=Rect(0, 173 - 1080, 1546), topBar=Rect(0, 0 - 1080, 106), optionsBar=Rect(0, 0 - 1080, 173), bottomBar=Rect(0, 1546 - 1080, 1920), extraBottomWidgets=Rect(0, 1488 - 1080, 1546)} W CAM_HexagonEnv: Failed to load Hexagon library: java.lang.UnsatisfiedLinkError: dlopen failed: library "libadsprpc.so" not found After exposing: I CAM_HexagonEnv: Will attempt to load libadsprpc.so from the system partition I CAM_HexagonEnv: Loading libhalide_hexagon_host.so from the app I CAM_CamBoxHelper: Computed layout: CameraLayoutBoxes{window=1078x1860, preview=Rect(0, 0 - 1078, 808), uncoveredPreview=Rect(0, 173 - 1078, 1437), topBar=Rect(0, 0 - 1078, 106), optionsBar=Rect(0, 0 - 1078, 173), bottomBar=Rect(0, 1437 - 1078, 1860), extraBottomWidgets=Rect(0, 1437 - 1078, 1495)} I CAM_HexagonEnv: Writing libhalide_hexagon_remote_skel.so to /data/user/0/<package_name_removed>/libhalide_hexagon_remote_skel.so I CAM_HexagonEnv: ADSP_LIBRARY_PATH=/data/user/0/<package_name_removed>;/dsp Change-Id: I552dc44a32221d2d3cec48e1c64ed72c470d412e
* msm8996-common: Don't build vendor.lineage.livedisplay-V1.0-javaLuK13372018-04-23
| | | | | | * The static version is in use now. Change-Id: Ib684fd390eb9aced0aa08508129f4fd7dcbdb055
* msm8996-common: Decommonize thermal-engine.conf.Cosme Domínguez Díaz2018-04-22
| | | | * z2_row and z2_plus have different thresholds.
* msm8996-common: Build LiveDisplay HALdianlujitao2018-04-22
| | | | Change-Id: I4bfac85c64599ced45983a86d98cfd810a97db99
* msm8996: Build libqdMetaData.systemRashed Abdel-Tawab2018-04-22
| | | | Change-Id: I29fb36cfc1c1298f31947bdd2d3cd8d07c22209a
* msm8996-common: Add init.qcom.sh.Cosme Domínguez Díaz2018-04-15
| | | | * And I was wondering why I couldn't find it anywhere... ಠ_ಠ
* netmgrd: use netutils_wrappersSandeep Patil2018-04-09
| | | | | | | | | | Add required permissions for netmgrd to use the new netutils wrappers Bug: 36463595 Test: boot sailfish, test LTE, wifi, wifi calling and phone calls work Change-Id: I5894ee2659f97fce4f4f2b16c54c10f42484b454 Signed-off-by: Sandeep Patil <sspatil@google.com>
* msm8996: Build HVX neuralnetworks HALRashed Abdel-Tawab2018-04-07
| | | | Change-Id: I6dfc2f82393f23e3f11bc813057c9446985d1968
* msm8996-common: Move Qualcomm configs and permissions to vendor.Cosme Domínguez Díaz2018-04-07
| | | | * And fix the path of android.hardware.audio.pro.xml.
* msm8996-common: Add more binderized camera HALs.Cosme Domínguez Díaz2018-03-26
|
* msm8996-common: Remove libsdm-disp-apis package.Cosme Domínguez Díaz2018-03-14
| | | | * It's now deprecated
* msm8996-common: Remove unused WiFi packages and add libwpa_client.Cosme Domínguez Díaz2018-03-11
|
* msm8996-common: Move thermal-engine.conf to vendor.Cosme Domínguez Díaz2018-03-11
|
* msm8996-common: Add missing audio binderized HALs and regenerate manifests.xmlCosme Domínguez Díaz2018-03-10
|
* msm8996-common: Remove init.qcom.bt.shCosme Domínguez Díaz2018-03-10
| | | | * We don't execute it.
* msm8996-common: rootdir: Kang init.qcom.usb.rc from geminiÁlvaro Brey2018-03-09
| | | | | | | | * Cleaner, and includes stuff from init.qcom.usb.sh without needing the script msm8996-common: rootdir: Import back USB compositions from the old .rc * Fixes ADB and MTP on z2_plus
* Merge branch 'staging/treble' into lineage-15.1Cosme Domínguez Díaz2018-03-06
|\
| * msm8996-common: init.qcom.sensors.sh no longer exists.Cosme Domínguez Díaz2018-03-05
| |
| * msm8996-common: gps.conf is a file. Not a package.Cosme Domínguez Díaz2018-03-05
| |
| * wifi: Build readmacdavidevinavil2018-03-05
| |
| * msm8996-common: Add missing backslashes in msm8996.mk.Cosme Domínguez Díaz2018-03-03
| |
| * msm8996-common: Use TARGET_COPY_OUT_VENDOR for all input/keylayout kl files.Cosme Domínguez Díaz2018-03-03
| |
| * msm8996-common: Remove unneeded TOPDIR variable.Cosme Domínguez Díaz2018-03-03
| |
| * msm8996-common: Declare Vulkan compute level 0 system featureJesse Hall2018-03-03
| | | | | | | | | | | | | | Bug: 38396207 (VK_KHR_variable_pointers) Bug: 64982680 (maxPerStageDescriptorStorageBuffers >= 16) Test: CtsGraphicsTestCases:.VulkanFeaturesTest (ag/2810565) Change-Id: I61cde61f53f0e9a1c657e6bd6658a4393360b0a6
| * msm8996-common: Use TARGET_COPY_OUT_VENDOR for all permissions xml files.Cosme Domínguez Díaz2018-03-03
| |
| * msm8996-common: Add powerhint.xmldianlujitao2018-03-03
| | | | | | | | | | | | | | * Based on LA.UM.6.5.r1-05300-8x96.0, adapted for the new format. * Required by perf_hint in libqti-perfd-client.so. Change-Id: Ibcd7eb642622d91a5634b6abd3bae3a386c96bc6
| * msm8996-common: Build RCS (Rich Communications Services)Rashed Abdel-Tawab2018-03-03
| | | | | | | | Change-Id: I456aa2db554647f4f6303964f7fb071f98b923ac
| * msm8996-common: Move thermal HAL to the end.Cosme Domínguez Díaz2018-03-03
| |
| * msm8996-common: Ship additional textclassifier's smart selection modelsBruno Martins2018-03-03
| | | | | | | | Change-Id: I2a89dd8fe9918d00e02e06313b6e9087d9e5b07a
| * msm8996-common: Enforce RRO on framework-resJaekyun Seok2018-03-03
| | | | | | | | | | | | | | | | | | | | Overlays only for framework-res will be converted into RROs. Other overlays can't be converted due to some known issues on app RRO. Bug: 36231603 Change-Id: Idca30fdbbcc990fd124de16a06a112a346612a61 (cherry picked from commit db1b6058200fc5255f519cf6609fca7619d6743e)
| * msm8996-common: Merge hidl.ml in msm8996.mkCosme Domínguez Díaz2018-03-03
| | | | | | | | | | * No need to maintain two files and it helps to sync with LineageOS/android_device_xiaomi_msm8996-common.
| * msm8996-common: Drop audiodMichael Bestas2018-03-03
| | | | | | | | | | | | * It's now deprecated Change-Id: I00c8bdc09da4ba39508314ec8feba67d60e4fb04
| * msm8996-common: Reorganize msm8996.mkCosme Domínguez Díaz2018-03-03
| |
| * msm8996-common: Reorganize BoardConfigCommon.mkCosme Domínguez Díaz2018-03-03
| | | | | | | | * And move telephony-ext to msm8996.mk.
| * msm8996-common: Set shipping API level via inherited makefileRashed Abdel-Tawab2018-03-03
| | | | | | | | | | | | * PRODUCT_SHIPPING_API_LEVEL is set there Change-Id: I8adecfbaafb538277f6451a5dbc8abc279bf0c15
| * msm8996-common: Create media_profiles_V1_0.xmlPawin Vongmasa2018-03-02
| | | | | | | | | | | | | | | | media_profiles_V1_0.xml is created from media_profiles.xml by replacing the dtd schema inside media_profiles.xml with an external reference to /system/etc/media_profiles_V1_0.dtd. Change-Id: I0fbb03603a72d0108a96bfa0f0a4ceb12ef3d430
| * msm8996-common: Remove wificond from device makefilesBruno Martins2018-02-24
| | | | | | | | | | | | * This package is being built globally Change-Id: I70aaf469acc29ded3cf5bb24ab112a76b36a7835
* | Revert "Enable boot from offline charging mode with the power button."Davide Garberi2018-02-22
|/ | | | | | * Breaks things with MIUI's charging screen This reverts commit 6686f6a83f0d00c79563846d836b3756b0858fd2.
* Enable boot from offline charging mode with the power button.Cosme Domínguez Díaz2018-02-19
|
* msm8996-common: Convert audio_effects.conf to audio_effects.xmlDavide Garberi2018-02-19
| | | | | | * https://github.com/luk1337/aeffects-conf2xml Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Remove safailnet completelyDavide Garberi2018-02-19
| | | | | | * It's useless and against LineageOS' requirements Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Use MIUI poweroff charging animationBruno Martins2018-02-19
| | | | | | | * It's cool, and more importantly... it actually works! Oh look, it even displays battery level. Wow. :-P Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996: move wifi configs to vendorcodeworkx2018-02-11
| | | | | Change-Id: Icff15c4fb5afd227c68c11a48f37d5cf8a765b8a Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996: Add OEM privileged app permissionsdianlujitao2018-02-11
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>