aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: Inherit from legacy QTI FCMMichael Bestas2024-12-19
| | | | Change-Id: I0bde1c273d4abe689f61e7d4ebcf80965d785489
* msm8996-common: Include lineage FCMMichael Bestas2024-12-19
| | | | Change-Id: Ib4408e941d920a3a38132ba1c8360994f5534c0b
* msm8996-common: Inherit from QTI FCMBruno Martins2024-12-19
| | | | Change-Id: I0bdd4d63b60a1e29cdd69e71f7268932a105c16b
* msm8996-common: Use the common device compatibility matrix from QCOMBruno Martins2024-12-19
| | | | Change-Id: I0c0f3ecddbe6d7b232cc0d13c78ca58094e4e720
* msm8996-common: Ship full recovery imageJarl-Penguin2024-12-19
| | | | | | | * Ensure users are always on the latest recovery image Signed-off-by: Jarl-Penguin <jarlpenguin@outlook.com> Change-Id: I033ac4442622b737639d678993daf602a89f9bac
* msm8996-common: Make recovery fstab inclusion device specificDavide Garberi2023-11-13
| | | | Change-Id: I03d95a14b32eae71d668c6fec22fbaf0452a8038
* msm8996-common: Remove vendor RenderScript implementationAlexander Koskovich2023-08-12
| | | | | | | | | | | | | * RenderScript is deprecated on newer platforms and is being officially replaced. * On April 19, 2021, Google announced that RenderScript will be deprecated in Android 12, and recommended porting existing code to Vulkan. https://android-developers.googleblog.com/2021/04/android-gpu-compute-going-forward.html Change-Id: I19460ef266a646b046f1e7d2f0b4eab7c48ae536
* msm8996-common: Don't declare BOARD_VENDORNolen Johnson2023-08-03
| | | | | | * Only matters when it differs from the device OEM. Change-Id: Id9af8263cb42dc7a0e3a9ce8677385e224910302
* msm8996-common: Undefine BOARD_HAS_QCOM_WLAN.Alexander Koskovich2023-08-03
| | | | | | | * Not used anywhere relevant anymore, considering we're not using CAF's fork of WPA supplicant. Change-Id: I409e5897f1eec08209a747b0f7f2adbf9960b163
* msm8996-common: Unset BUILD_BROKEN_DUP_RULESNanhumly2023-08-03
| | | | | | | * Everything is working well Change-Id: Ie6aa9ca4559e452a0db645cbb4653b010f06518b Signed-off-by: Nanhumly <admin@warbler.cc>
* msm8996-common: Unset DEXPREOPT_GENERATE_APEX_IMAGEBruno Martins2023-08-03
| | | | | | This was missed in commit c3addf90f0193651e6e8ac9cf3698050ca421855. Change-Id: I8a130456021da1532279c3f0ac0ca0110e68b9b4
* msm8996-common: Kill deprecated/unneeded board flagsNolen Johnson2023-08-03
| | | | | | | | | | * BOARD_HAS_QCOM_WLAN_SDK - Deprecated. * MAX_EGL_CACHE_KEY_SIZE - Not used anywhere. * MAX_EGL_CACHE_SIZE - Not used anywhere. * USE_OPENGL_RENDERER - Not used in any repos we build (msm8960 display HAL leftover). Change-Id: I8d140fecdbbaac979bc8398745ffa95b911e4c89
* msm8996-common: Remove deprecated TARGET_USES_OVERLAYNolen Johnson2023-08-03
| | | | | | * This is defined nowhere in tree. Change-Id: Ib82c10b46489af30c06dbe26b4aa73fd1fb15fc6
* msm8996-common: Drop USE_DEVICE_SPECIFIC_* flags deprecated by soongNolen Johnson2023-08-03
| | | | Change-Id: Ia6f802a042f641d0b879f1939164f126269137ed
* msm8996-common: Remove useless TARGET_NO_RPC FlagMichael Bestas2023-08-03
| | | | Change-Id: Ia60c1a9fc560858e774fd7cd5379e821f4e1746f
* msm8996-common: Remove no-op TARGET_KERNEL_ARCH flagZhao Wei Liew2023-08-03
| | | | | | TARGET_KERNEL_ARCH is a no-op unless it is different from TARGET_ARCH. Change-Id: If36d5adc3296b76d5efb21da0e196f0b005ae784
* msm8996-common: Remove ineffective BOARD_KERNEL_TAGS_OFFSET variableDaniel Mentz2023-08-03
| | | | | | | | | | | | | | | | | | Remove various variables related to where kernel and ramdisk are loaded by the bootloader. There are two reasons for this: 1. The B1C1 bootloader ignores all the offset values for kernel, ramdisk and tags. The default B1C1 memory layout has been designed to accomodate a larger KASAN kernel. 2. The variables BOARD_KERNEL_TAGS_OFFSET and BOARD_RAMDISK_OFFSET are ignored by the Android build system (unless they are copied into the BOARD_MKBOOTIMG_ARGS variable). This is in contrast to the variables BOARD_KERNEL_BASE, BOARD_KERNEL_PAGESIZE and BOARD_MKBOOTIMG_ARGS which are referenced by build/make/core/Makefile Bug: 117832711 Change-Id: I3404a4e084ed063d51077a3a80229854362c768b
* msm8996-common: Remove TARGET_USES_64_BIT_BINDERKilian von Pflugk2023-08-03
| | | | | | The TARGET_USES_64_BIT_BINDER option is deprecated and can be removed Change-Id: I6b828da1fbcc8c054c5b35ff78c870a689f7ed9f
* msm8996-common: Nuke deprecated bluetooth flagErfan Abdi2023-08-03
| | | | | Change-Id: Ifb145fbeef8146bb7246d49792ce3419065b6c92 Signed-off-by: Nanhumly <admin@warbler.cc>
* msm8996-common: Remove obsolete TARGET_BOARD_PLATFORM_GPUArne Coucheron2023-08-03
| | | | | Change-Id: I40a14bce12ee4725af17a3e8fbc05143e5577f8e Signed-off-by: Nanhumly <admin@warbler.cc>
* msm8996-common: Replace BOARD_CHARGER_DISABLE_INIT_BLANK with ↵Yifan Hong2023-08-03
| | | | | | | | ro.charger.disable_init_blank Test: charger mode Bug: 124118169 Change-Id: I3825d08e38d677bd7154879609857de302348b6f
* msm8996-common: Remove deprecated FDE flagsDavide Garberi2023-08-03
| | | | Change-Id: I4ab9183c90cd5d294c7710c9c16d8109eecc827b
* msm8996-common: Explicitly disable AVBNolen Johnson2023-08-03
| | | | | | | | | | * This allows infra to sign successfully, I hate it, but it builds, boots, and works fine enough as a workaround. * The underlying issue is that this flag causes avbtool args and location to be set in `misc_info.txt` whereas before it was not. Change-Id: I7bdf237ec30d692c7d8b5c626a6e761e2c1a2593
* msm8996-common: Remove bdroid_buildcfg.hMichael Bestas2023-08-03
| | | | | | | As of I3c7aed1bdb45db728d319f7d757400e44d232283 the Bluetooth stack defaults to reasonable defaults that should work for all devices. Change-Id: I056d63c4c8a2727e384172e964dc0000b6773504
* msm8996-common: Drop default DRM serviceBruno Martins2023-08-03
| | | | | | | This is not needed, since Widevine DRM and Clearkey DRM services are available. Change-Id: I97023f1bab88ddb8fa4cb205df190c516a759951
* Revert "msm8996-common: sepolicy: Move /data/fpc context to private"Davide Garberi2022-08-16
| | | | | | | | * In twelve the context doesn't get set properly with this in private This reverts commit 43be610d8f65ce9edad4213fc88dbf4f61deb23d. Change-Id: I0f1d599cf44c3bac98126a674c0847bc170c515c
* msm8996-common: Allow ELF prebuilts in PRODUCT_COPY_FILES.Roger Ellis2022-08-07
| | | | | | | | * ELF prebuilts were banned in PRODUCT_COPY_FILES starting May 11th. See b/156534160 for long-term fix which should override this change. Change-Id: Icd25b40ca4e4285319775046a1b70de30572be07
* msm8996-common: Remove deprecated TARGET_USES_QTI_CAMERA_DEVICENolen Johnson2022-08-07
| | | | | | | * Dead as of https://review.lineageos.org/c/LineageOS/android_vendor_lineage/+/331507. * We never needed this. Change-Id: I8ec420d6264fee70a1602eecdbb4f34f2e5db3dc
* msm8996-common: Drop USE_DEVICE_SPECIFIC_CAMERAElektroschmock2022-08-07
| | | | Change-Id: I254a85b85380f53b105f01b33ff49a35d56214aa
* msm8996-common: Remove CLANG compile flagGeorg Veichtlbauer2022-08-07
| | | | | | Defaults to true now project-wide. Change-Id: I1e0ff5adadc889d81c90c816457a72d2621e4b5a
* msm8996-common: Workaround broken softAP with dynamic interface creationdianlujitao2021-10-28
| | | | | | | Remove deprecated WIFI_HIDL_FEATURE_DISABLE_AP_MAC_RANDOMIZATION as well while at it. Change-Id: Iec8b34326a542b2dcde4c49544771d8e90d138ad
* msm8996-common: sepolicy: Move /data/fpc context to privateDavide Garberi2021-10-19
| | | | Change-Id: I8c3d826c2fad645200d5375be935bdbb14a52e37
* msm8996-common: sepolicy: Move sepolicy to vendor sepolicyDavide Garberi2021-10-19
| | | | Change-Id: If6e24a7bfc3cc866e3d3f442990aec03f8827c35
* msm8996-common: Remove USE_XML_AUDIO_POLICY_CONFSebastiano Barezzi2021-10-19
| | | | | | * Dead since Q, where XML audio policies weren't enforced yet Change-Id: I302a0ed97964b052176dc3bb0141db1ba85e78c8
* msm8996-common: Remove obsolete dex settingsAnton Hansson2021-10-19
| | | | | | | | | | | This block is completely redundant because.. - WITH_DEXPREOPT := true is the default - WITH_DEXPREOPT_PIC is never read - DEX_PREOPT_DEFAULT := nostripping has no effect when the BOARD_USES_SYSTEM_OTHER_ODEX flag is set to true Test: make Change-Id: I618a1e395ca1a14555cd50eef1a4f1aa079b553d
* msm8996-common: Remove deprecated telephony flagBruno Martins2021-10-19
| | | | | | The custom jar is dead for good in Android 11. Change-Id: I7f0f7afd186b00f01183bf4479092d03897e074a
* msm8996-common: Replace BOARD_CHARGER_ENABLE_SUSPEND with ↵Yifan Hong2021-10-19
| | | | | | | | ro.charger.enable_suspend Test: charger mode Bug: 124118169 Change-Id: I3825d08e38d677bd7154879609857de302348b6f
* msm8996-common: Move supplicant service init to wpa_supplicantJimmy Chen2021-10-19
| | | | | | Bug: 138790309 Test: boot and wifi function is ok Change-Id: I35cf3e03566443e20799623045eacd423fd7f5c4
* msm8996-common: Update qcom sepolicy includeLuK13372021-10-19
| | | | Change-Id: I7167575e82eb8c5de2d822643261757edda73a07
* msm8996-common: Drop Snapdragon LLVM toolchain entryKevin F. Haggerty2021-10-19
| | | | | | * The rest of the tree stopped supporting this long ago. Change-Id: I0431861fd202a7a07b3d4b79642822aecafb9e6f
* msm8996-common: Remove unused target headers overrideBruno Martins2021-10-04
| | | | | | This was never used by any of the Zuk msm8996 targets. Change-Id: I29e920ec9aa642de2f59ab74abe402aa44b16394
* msm8996-common: Add ANT+ backlineage-17.1Davide Garberi2020-04-05
| | | | | | | * Also switch to OnePlus5 blobs since ZUK's don't work correctly and daisy ones lack ANT+ support Change-Id: I69c7c7883aad8eb1d32347d3871a0cc0ed36c6c3
* 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