- Aug 11, 2020
-
-
Cosmin Tanislav authored
Change-Id: I5d7462170b510a7766cc92aec3e47b88e0863a1e
-
- Jul 18, 2020
-
-
Demon000 authored
Checked by qti bluetooth service before registering IBTConfigStore.
-
PIPIPIG233666 authored
Change-Id: If28a6bce43640b854a66b51944575a892da6bdbc
-
Cosmin Tanislav authored
Change-Id: I2975e2758bf4c9b939a6f9963559a3f25e0d3821
-
dianlujitao authored
Change-Id: I47016b066ae800d0071dbad6a1235cbc9db3cf80
-
Cosmin Tanislav authored
This reverts commit 31a77220.
-
Demon000 authored
-
- Jul 16, 2020
-
-
Demon000 authored
-
- Jul 15, 2020
-
-
Cosmin Tanislav authored
Change-Id: I7960bc6a365946924fcae90a61035d13af9ac9c4
-
Demon000 authored
Change-Id: I2d690949a43ee1170f1639827f732b691f792a9e
-
Demon000 authored
Change-Id: I01c165a0251623580cd05ece8cc395629e16faf5
-
Demon000 authored
-
XiNGRZ authored
Change-Id: I8bb4da99945eceae3beab77489e6b9e2a47ab972
-
David Ng authored
Common config.fs/$TARGET_FS_CONFIG_GEN AID/fs configuration file for all chipset inheriting from base.mk. Since legacy device-specific android_filesystem_config.h and config.fs do not co-exist, temporarily include config.fs only if legacy file is absent. Once all legacy, device-specific files have been deleted, config.fs can be made unconditional. Change-Id: Ie100d0cd9db808b82d99be7139f0709390c7f3a2
-
Demon000 authored
-
Demon000 authored
This can be checked by looking for a rild service in system. If it's missing, then a vendor ril service is being used, in our case, it is qcrild. Change-Id: I5378de6eec4ff2511a49c19c0fc474658efe338f
-
Demon000 authored
-
Demon000 authored
-
Demon000 authored
-
Demon000 authored
-
Demon000 authored
-
Demon000 authored
-
Christian Oder authored
Partitions that use vbmeta_system can be found by looking at avb flag in fstab from boot ramdisk. --flags 2 makes the verification function of avb always return a positive result. --set_hashtree_disabled_flag builds the vbmeta images with the HASHTREE_DISABLED bit set and as a result they don't need to manually disable dm-verity via e.g. 'adb disable-verity'. The rest of the configuration is taken from https://source.android.com/devices/tech/ota/dynamic_partitions/implement#avb-configuration-changes Change-Id: I381feef8f6fefc8449ca50d85d704b67bcc8a77e
-
Demon000 authored
Partition sizes can be found by query-ing sysfs. For example, for super partition. > ls -la /dev/block/by-name/super lrwxrwxrwx 1 root root 16 1970-03-23 06:51 super -> /dev/block/sda17 > cat /proc/partitions | grep sda17 259 1 8388608 sda17 The size needs to be multiplied by the block size used by /proc/partitions, which is 1024 bytes. Logical partitions found inside the physical super partition can be found by looking for entries with the logical flag in the fstab inside boot ramdisk.
-
- Jul 06, 2020
-
-
Demon000 authored
Can be found by checking the value of ro.vendor.build.security_patch on stock.
-
Demon000 authored
Change-Id: Ied8866cc2d9f76bc2acd77ff07fd72d560ba7c69
-
Demon000 authored
Change-Id: I62a85f2a7d2d1a6c430688f57458bc99c46ce5c5
-
padarshr authored
Add device compatibility matrix to common project and targets can point the build variable DEVICE_MATRIX_FILE to this file to build device compatibility matrix. Change-Id: If8e75c5ee8de0ef50d6937ffbd6453fb3f5eb648
-
Demon000 authored
-
Demon000 authored
-
Demon000 authored
This guards usage of libsuspend in off-mode charging.
-
Demon000 authored
Based on the existance of vendor.qti.hardware.camera.device@1.0.so on stock.
-
Bruno Martins authored
* Straight from CAF (as per LA.UM.6.3.r4-04300-sdm845.0), with BTM_DEF_LOCAL_NAME unset so that ro.product.model is used instead. Change-Id: I20a8460c9d936cc3d94f74e469f8babf1c02bda4
-
Demon000 authored
-
Demon000 authored
USE_CUSTOM_AUDIO_POLICY guards out the AOSP audio policy, while guarding in the CAF audio policy. USE_XML_AUDIO_POLICY_CONF specifies the use of .xml files for audio policy.
-
Demon000 authored
-
Demon000 authored
Extracted from imginfo of mkboot. TODO: cleanup cmdline arguments
-
- Jul 05, 2020
-
-
Demon000 authored
This guards out inclusion of bootloader.
-
Demon000 authored
Taken from https://source.codeaurora.org/quic/la/platform/vendor/qcom/atoll/tree/BoardConfig.mk?h=LA.UM.8.9.r1-09500-SM6xx.0#n6 Can be cross-checked with the following prop ro.board.platform
-