aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk (follow)
Commit message (Collapse)AuthorAge
...
* msm8996-common: Fix vendor partition size.Cosme Domínguez Díaz2018-03-11
| | | | * blockdev --getsize64 /dev/block/bootdevice/by-name/factory
* msm8996-common: Enable TARGET_PROVIDES_LIBLIGHT by default.Cosme 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: Get rid of recovery-only fstabMichael Bestas2018-03-02
| | | | | | | | | | * Mounting /system and /vendor partitions is handled in kernel now, however removing the entries from fstab caused issues building the OTA. The workaround was to have a separate fstab, but turns out that simply setting the recoveryonly flag does the trick because those are then ignored during a normal Android boot. Change-Id: I2944384d0a1c41bc9f9f51e2e29daff2bed0a0f4
* msm8996-common: Use ext4 for system image.Cosme Domínguez Díaz2018-03-02
| | | | * It's the only fs allowed for system.
* msm8996-common: Build a vendor imageBruno Martins2018-02-25
| | | | | | | * Turn the partition /factory into something more useful for us. Change-Id: I32a3088ef7803d3db691b9031dda2dbe55565ba3
* msm8996-common: Split vendor specific and system propsBruno Martins2018-02-25
| | | | Change-Id: Ib1a490d2d8f23ca832af915b6af783cad6dcdf17
* LOS charger animation is now opt-in.Cosme Domínguez Díaz2018-02-19
| | | | * See LineageOS/android_vendor_lineage@9f22e538780601bde3754b365ec9899e76f82af8
* Remove BOARD_CHARGING_CMDLINE_*Cosme Domínguez Díaz2018-02-19
| | | | * Not used anymore.
* msm8996-common: Fixup partitions sizesDavide Garberi2018-02-04
| | | | | | * Checked on a 64GB z2_plus, but it should be the same for the z2_row 64GB Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996: cryptfs: wait for qseecomdcodeworkx2018-02-03
| | | | | Change-Id: I5a56d08679b42055bea1ece57b5216dc331c6ed4 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Build telephony-extDavide Garberi2018-01-24
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Switch to CAF RILDavide Garberi2018-01-21
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Enable dexpreoptDavide Garberi2018-01-20
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: remove CPUSETS build flagsAlexander Martinz2018-01-20
| | | | | | | | They both got replaced by runtime checks, see system/core @ 795267d4c Change-Id: If6a5b5d93dd327475a1e6d3b80244381b1414f99 Signed-off-by: Alexander Martinz <alex@amartinz.at> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Build QTI HIDL power 1.0 HALRashed Abdel-Tawab2018-01-20
| | | | | | | | | | | * Despite zuk msm8996 devices have QCACLD2 WLAN card and the node that should return WiFi stats is available, it seems that the firmware doesn't fully supports it, causing freezes when trying to access the node. Just go with the HAL that provides no support for this feature. Change-Id: I929a2d3aedf3bfdca962dc34720019d83c7134e1 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Switch to OSS camera halDavide Garberi2018-01-19
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996: Switch to NOT Lineage chargercodeworkx2018-01-09
| | | | | Change-Id: Iae37cc9031481fb354bb96c03a3adbba1690af25 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: CleanupDavide Garberi2018-01-08
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: EnforceDavide Garberi2018-01-08
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Update copyright headers for the 2018!Davide Garberi2018-01-01
| | | | | | * Sorry halogen, but I've never been part of that lol Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Update charger configurationCosme Domínguez Díaz2018-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | msm8996-common: Attempt to fix offline charging DD3Boh: Adapt to Oreo Signed-off-by: Davide Garberi <dade.garberi@gmail.com> msm8996-common: rootdir: Drop qbcharger * Quickboot is no longer in 14.1, and even if it was we would still need proprietary blobs to make it work. Change-Id: I918d5b5e7a493251bce333c354ee2c1a69c62dee Signed-off-by: Michael Sky <electrydev@gmail.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com> msm8996-common: rootdir: Update charger configuration Signed-off-by: Davide Garberi <dade.garberi@gmail.com> msm8996-common: rootdir: Move charger to init.qcom.power.rc and fix its groups. * The same change it's already in several devices and it fixes issues with offline charging. Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Enable DTS system mount [2/2]Davide Garberi2017-12-25
| | | | | | * Add a fstab.full to make OTA assert not fail the compilation Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Set WITH_LINEAGE_CHARGER to falseDavide Garberi2017-12-16
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Add compatibility_matrixDavide Garberi2017-12-16
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Update GPS configuration for upstreamDavide Garberi2017-12-12
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Switch back to kryoDavide Garberi2017-12-06
| | | | | | * It's there by default on 8.1 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Re-enable the libinitDavide Garberi2017-12-02
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Cleanup after b8b870892b6f71ad9decf7cf38bf31412f540d46Davide Garberi2017-12-02
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Add back cmdline safetynet bypassDavide Garberi2017-11-25
| | | | | | * This should be helpful once the selinux enforcing will be working Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Nuke BOARD_USES_QC_TIME_SERVICES flagdianlujitao2017-11-24
| | | | | | | | * The framework did exact the same thing as TimeService.apk, so there's no reason to keep it, and it's not ported to O. Change-Id: I74abc65468e983732bccde571003235891379463 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Declare manifest.xml as DEVICE_MANIFEST_FILEDavide Garberi2017-11-18
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Reorder display propertiesdd3boh2017-11-14
| | | | | | * Also disable triple framebuffer Signed-off-by: dd3boh <dade.garberi@gmail.com>
* msm8996-common: Enable qcom common sepolicydd3boh2017-11-09
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* msm8996-common: Cleanup camera propertiesdavidevinavil2017-11-09
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* msm8996-common: Initial sepolicydd3boh2017-11-04
| | | | | | | * Lots of parts are from the old one so thanks to everyone who contributed to that one * Still it doesn't boot in enforcing though Signed-off-by: dd3boh <dade.garberi@gmail.com>
* msm8996-common: Commonize the device treedd3boh2017-10-31
Signed-off-by: dd3boh <dade.garberi@gmail.com>