aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk (follow)
Commit message (Collapse)AuthorAge
* Revert "msm8996: cryptfs: wait for qseecomd"kubersharma0012020-01-25
| | | | | | This reverts commit 807a47e9d1934449c272ab933df6772e7987ae5e. Change-Id: I97b73679928aabb227be536165ab412b91a67dd7
* msm8996-common: Convert remaining configstore settings to propsLuK13372020-01-25
| | | | Change-Id: Iadefa31bc863b7ab70239874bed82bef240cbba5
* msm8996-common: Add system properties for surfaceflingerSundong Ahn2020-01-25
| | | | | | | | | | The configstore will be not used in surfaceflinger. So surfaceflinger will use the system properties instead of configstore. For this, the system properties are added. Bug: 112386364 Test: m -j && boot test Change-Id: Ie3d2adccca06702217984cf2c9db986d852b7014
* msm8996-common: Enable AUDIO_FEATURE_ENABLED_EXTENDED_COMPRESS_FORMATMichael Bestas2020-01-25
| | | | | | * Enables tinycompress extensions for QCOM audio HAL features. Change-Id: If7a691a554015de40f237058d98171a0cd0d7cc3
* msm8996-common: Correct define libinit variablejhenrique092019-11-16
| | | | | | | | Fixes: 15:55:35 error: system/core/init/Android.bp:95:1: "libinit" depends on undefined module "//device/zuk/msm8996-common/init/libinit_msm8996" Change-Id: Ia1a58bea3df625fd76c060370dc7f9fa2a597765
* msm8996-common: Switch to device/qcom/sepolicy-legacy-um policyMichael Bestas2019-11-05
| | | | Change-Id: I09ee12755ab0a1f54a9dca4b92313ef1127db3d6
* msm8996-common: Switch to aosp rilDavide Garberi2019-11-05
| | | | | | * ril-caf is being deprecated Change-Id: I9e170dfceaa4ec9597886c4c6a53a799bc367385
* msm8996-common: Use msm8996 media halDavide Garberi2019-11-05
| | | | Change-Id: I4a64a0a4546f93e6a7df68c46a87a6ed3e7a90dc
* msm8996-common: Turn off SoftAP MAC randomizationRoshan Pius2019-11-05
| | | | | | | | Device does not seem to support MAC reconfiguration. Bug: 127559063 Test: Manual verification of toggling softap on/off. Change-Id: I9ae25b4d14a0c207188fae2c52ac7791b2061a40
* msm8996-common: Generate the apex image.Nicolas Geoffray2019-11-05
| | | | Change-Id: I18a76766590db27a4c32534dc948f55f78da166c
* msm8996-common: build have overriding commandsDan Willemsen2019-09-23
| | | | | | | | | | | These products have warnings about overriding build commands, which means that there are multiple instructions on how to build a file, and we've just picked one of them. Which one we pick is usually stable, but it can change. Bug: 77611511 Test: turn default to false, walleye still uses a warning Change-Id: I11d194863b313f64b19291f65219682b169d9ced
* msm8996-common: Remove ANT+dianlujitao2019-05-15
| | | | | | | | * ANT+ HIDL implementation was removed from stock Pie BT stack * The previous qualcomm-uart implementation is not compatible with QTI BT HAL so there's no way to keep it Change-Id: I33547eb7de5e77120f4acfc174ab10566070810d
* msm8996-common: Build kernel with clangArtem Borisov2019-04-20
| | | | | Change-Id: I5fb6278902ca25b0d8baaa4287d2b804cc1004fb Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Enable workaround for old MCC/MNC formatdianlujitao2019-03-15
| | | | * Fixes manual network selection
* msm8996-common: Bump up vendor security dateDavide Garberi2019-03-09
| | | | | | * Having most vendor blobs from daisy the vendor security patch should be updated to their platform security date Change-Id: Ic802153051ea49482e371945de1fb63cc57249fa
* msm8996-common: Remove soundtriggerDavide Garberi2019-03-03
| | | | | | | * Changed needed to make wired headset working with Audio FX enabled * Still https://review.lineageos.org/c/LineageOS/android_frameworks_av/+/242705 is needed for that Change-Id: If6a4e34814a140b757786a9f430b3d3ccfb4ed33
* msm8996-common: Replace KeyDisabler class with Touch HALBruno Martins2019-02-11
| | | | | Change-Id: I7b87ae0ad834ba02a78696afe393d9d4f8920fbd Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* 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: 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
* msm8996-common: Use BOARD_VNDK_VERSION := currentdavidevinavil2019-01-27
| | | | | Change-Id: Iaf796d8002f958451ecfc7aa842efee1cc2c717a Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Use build system to create mount point symlinksBruno Martins2019-01-26
| | | | | Change-Id: I2672d6cd1b644c7ba9068a563755de6fde27bc57 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Mount dsp and firmware in vendorVinay Verma2019-01-26
| | | | | | | | | | | Change fstab to mount dsp and firmware to /vendor/dsp and /vendor/firmware_mnt. Add classpath for firmware loading /vendor/firmware_mnt/image in kernel command line. Change-Id: I2dd2e7ea6334fb979ad8ff8c755648748de93ab4 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Don't specify that we provide a liblightIvvanVG2019-01-26
| | | | | | | | * Not required when using a native binderized HAL Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: I51628223fc5c4b2569bb9f9606a44c848bf2a207 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Move AtFwd hal from device to framework manifest.Ruthwar Ambeer2019-01-26
| | | | | | | | | | | | | | | AtFwd hal is implemented as an android service and it stars from system partition, that is, it's not a traditional vendor hal and hence it should be declared in the framework manifest and not in the device manifest. This commit introduces new device specific framework manifest (framework_manifest.xml) and moves AtFwd hal from device to framework manifest. Change-Id: Iacdb5604a682b8462d16297f4b543928bb100282 CRs-Fixed: 2287149 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Exclude serif fonts from system.imgSeigo Nonaka2019-01-19
| | | | | | | Reduces final image size by about 25MB. Change-Id: I68b321db67b0c4a4376f1c4f0917b2dc2913635b Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Enable 64 bit DRM plugins compilationUdaya Bhaskara Reddy Mallavarapu2018-11-20
| | | | | | | | Enable 64 bit compilation for DRM plugins. This will generate DRM plugins, HALs & oemcrypto_test in 64 bit. Change-Id: I451db39edea3446d9816fcaba77caa8d3b097afb Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Remove selinux permissive shortcutDavide Garberi2018-11-02
| | | | | | | * Cmon are we even serious? Change-Id: If93083ece45c3a69868f4bb345bbd7d244d9701c Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Use only the media hal from msm8998Davide Garberi2018-10-31
| | | | | | | * Enough to get vidc to work fine Change-Id: Iaafd11d2511ab4fb56821ae09262d9a1ddf916f9 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Use 8998 halsDavide Garberi2018-10-31
| | | | | | | * Needed to make vidc working on 4.4 Change-Id: I09fff9cf107c2da003e5c5efa64bdf6210b3539b Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Enable configfs in cmdlineDavide Garberi2018-10-31
| | | | | Change-Id: I3cac51780a7620039ad7091e85a282888cd3f088 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Add paths for DEVICE_SPECIFIC halsDavide Garberi2018-10-25
| | | | | | | | * Needed after https://review.lineageos.org/#/q/topic:pie-recovery-pathmap * Without this the PRODUCT_SOONG_NAMESPACES would endup being device/zuk/z2_plus/gps and device/zuk/z2_plus/camera Change-Id: I42afeadc243d47f56dbc8306d8a06f4ce6b38718 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Add vendor security patch level from ZUI 4.0.191Cosme Domínguez Díaz2018-09-30
|
* msm8996-common: TARGET_HAS_NO_WIFI_STATS -> TARGET_HAS_NO_WLAN_STATS.Cosme Domínguez Díaz2018-09-27
|
* msm8996-common: Don't use marlin wifi firmwareDavide Garberi2018-09-25
| | | | | | | | * Partially reverts commit 597bd261c9ba59b23857807a4ffa65e563cf1d9e. * To work fine needs https://review.lineageos.org/#/c/LineageOS/android_hardware_qcom_power/+/229339/ Change-Id: Ia9f9e12d1362132144faef3b6076317cf8032cd6 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Adapt for local LineageHW java overlaysBruno Martins2018-09-13
| | | | | Change-Id: Icb2b9810217f4b4d442ab83a16f455bd2ed82071 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Switch to HIDL ANT+ HALBruno Martins2018-09-13
| | | | | Change-Id: I0e0252b6e2c7e3e7da1e8508f010b7e6c2bfd128 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* Revert "msm8996-common: Use BOARD_VNDK_VERSION := current"davidevinavil2018-08-31
| | | | | | | This reverts commit e35c10e57b9df6454437d2d3b914771da79e5a46. Change-Id: Iec0cf241399ac609a131f3b298ad5ca1722ce715 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Kick PRODUCT_FULL_TREBLE_OVERRIDE for nowdavidevinavil2018-08-31
| | | | | | | This make working surfaceflinger and camera without VNDK Change-Id: I770854233fb7cb63c2da5c6d0ee9262bd92ab88f Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Enable TARGET_PROVIDES_LIBLIGHT by default.Cosme Domínguez Díaz2018-08-26
|
* msm8996-common: Fix TARGET_2ND_ARCH_VARIANT warning.Cosme Domínguez Díaz2018-08-26
| | | | | build/make/core/combo/TARGET_linux-arm.mk:43: warning: kryo is armv8-a. build/make/core/combo/TARGET_linux-arm.mk:45: warning: TARGET_2ND_ARCH_VARIANT, armv7-a-neon, ignored! Use armv8-a instead.
* msm8996-common: Set vendor props via PRODUCT_PROPERTY_OVERRIDESBruno Martins2018-08-16
| | | | | | * Support for vendor.prop was abandoned Change-Id: I3554bfc57c27555f8c605e8555ea5f386bce0c5d
* msm8996-common: Add ANT+ supportcrancocco2018-08-02
|
* msm8996-common: Set cache partition filesystem formatRashed Abdel-Tawab2018-08-02
| | | | | | | | Without this, the build system generates a symlink to /data/cache instead of using the actual partition, which will break OTAs on encrypted devices or devices using Lineage recovery Change-Id: Ie72fd1a6b2535292e042b73bcdc1fec93dfe9ed9
* msm8996-common: Re-enable Power HAL 1.1 and WiFi statsCosme Domínguez Díaz2018-07-29
| | | | | * Using marlin WiFi firmware, which is newer than ours, we can get a fully functional Power HAL.
* msm8996-common: Enable interaction boosthertz12018-07-25
|
* msm8996-common: Set TARGET_PROVIDES_QTI_TELEPHONY_JARMichael Bestas2018-07-20
| | | | | | | | | | * Avoids the following warnings on every single rebuild of anything: build/core/Makefile:34: warning: overriding commands for target `/out/lineage-15.1/target/product/[...]/system/framework/qti-telephony-common.jar' build/core/base_rules.mk:391: warning: ignoring old commands for target `/out/lineage-15.1/target/product/[...]/system/framework/qti-telephony-common.jar' Change-Id: Idffe1a95d5ddac0ef3d6c74e3d55293b553e51ba
* msm8996-common: Use BOARD_VNDK_VERSION := currentRashed Abdel-Tawab2018-07-12
| | | | | | | | However, set BOARD_VNDK_RUNTIME_DISABLE := true as well since camera HAL is a hot mess if attempting to enforce runtime linker namsespace isolation Change-Id: I8f2237a0760d9d5feb0a51c9aed0c18119a5863f
* msm8996-common: Remove unused or deprecated board flagsBruno Martins2018-07-12
| | | | Change-Id: I919f7303c3289fd91d06fa5ece02f8eb6f4f973d
* msm8996-common: Use mke2fs to create ext4 imagesWei Wang2018-07-08
| | | | | | | Set TARGET_USES_MKE2FS := true to use new EXT4 tool chain Bug: 62421233 Change-Id: Id6e5c68b2d7854e5330ad87443b974361a4bff9d
* Revert "msm8996-common: Switch to Power HAL 1.1 and enable WiFi stats."davidevinavil2018-06-10
| | | | | | | This commit make lag in battery settings. Thank to @kenny3fcb for the tip This reverts commit b53e00d1d443ad324182f932a3d2508c29aa8a56.