aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* veux: Inherit updatable_apex.mkAhmad Rulim2023-01-051-0/+3
| | | | | | This reverts commit bdd491a7286fd023a608daf88ae7a868a11dd9a0. Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: Format readmeAhmad Rulim2023-01-051-17/+17
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: Nuke duplicated vendor includeAhmad Rulim2023-01-051-6/+3
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: deps: Fix hardware_xiaomi repo nameAhmad Rulim2023-01-051-1/+1
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: Drop libpiex_shim moved to custom compatkleidione Freitas2023-01-052-42/+0
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: overlay: Update multiple vibration intensity levels config for TUtsavBalar12312023-01-051-5/+15
| | | | | | | | | Since commit: https://android.googlesource.com/platform/packages/apps/Settings.git/+/eaaf5331d64ab54ce55a857fc73a186d5f256fc5 multiple intensities configuration flag has been changed to an interger reflect that change in here to allow multiple intensity vibration pattern in settings. Change-Id: I13f9dbf6280623ad1c954ce96ceecbe363140062 Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com>
* veux: sepolicy: Allow system_app to read /proc/pagetypeinfoKevin F. Haggerty2023-01-051-1/+3
| | | | | | | | avc: denied { read } for name="pagetypeinfo" dev="proc" ino=4026543033 scontext=u:r:system_app:s0 tcontext=u:object_r:proc_pagetypeinfo:s0 tclass=file permissive=0 Change-Id: I16465eb9acca9ff64a755d47f86f4ff424ebe4de
* veux: fstab: Add readahead_size_kb=128 to dataJaegeuk Kim2023-01-051-1/+1
| | | | | | | | | | This can avoid memory pressure. Bug: 181567573 Change-Id: I654c4d3bf24fa741c3fb0255431a26d8dcf5f153 Signed-off-by: Jaegeuk Kim <jaegeuk@google.com> Signed-off-by: Gagan Malvi <malvigagan@gmail.com>
* veux: configs: Disable logging from camx moduleUtsavBanar12312023-01-051-2/+0
|
* veux: Import camxoverride settings configurationUtsavBanar12312023-01-053-1/+26
|
* veux: sepolicy: Grant perms to mount tracefs when CONFIG_DEBUG_FSUtsavBalar12312023-01-051-1/+3
| | | | | | | avc: denied { mounton } for pid=1 comm="init" path="/sys/kernel/tracing" dev="tracefs" ino=1 scontext=u:r:init:s0 tcontext=u:object_r:debugfs_tracing_debug:s0 tclass=dir permissive=0 Change-Id: Ia71539ff4b622d5130f2051e8ae490f3b7a4722b
* veux: props: Enable new lmkd kill strategyMartin Liu2023-01-051-0/+3
|
* veux: overlay: Set status bar left clock and improve starting paddingkleidione Freitas2023-01-051-4/+4
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: overlay: Set new dimension values to the frameworkkleidione Freitas2023-01-051-5/+12
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: sepolicy: Add more genfs contexts labelkleidione Freitas2023-01-051-0/+4
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: libinit: Update build fingerprint version to india variantkleidione Freitas2023-01-051-4/+4
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: proprietary-files: Update veux vendor blobskleidione Freitas2023-01-054-6/+6
| | | | | | - Extracted veux-user 12 SKQ1.211006.001 V13.0.4.0.SKCMIXM Signed-off-by: kleidione <kleidione@gmail.com>
* veux: sepolicy: Allow init to write discard_max_bytes on /data partitionUtsavBalar12312023-01-052-1/+4
|
* veux: sepolicy: Allow setting read_ahead_kb on /data partitionUtsavBalar12312023-01-053-1/+9
|
* veux: overlay: Set Interactive mode from display to falsekleidione Freitas2023-01-051-1/+1
| | | | | | | | | - Specifies whether to decouple the interactive state of the device from the display on/off state. When false, setInteractive (true) will be called before the display is turned on and setInteractive (false) will be called after the display is turned off. Signed-off-by: kleidione <kleidione@gmail.com>
* veux: sepolicy: Add more sepolicy rule for hal default sensorkleidione Freitas2023-01-051-0/+2
| | | | | | - [ 7206.619148] type=1400 audit(1666291831.667:316): avc: denied { ioctl } for comm="sensors@2.1-ser" path="socket:[441443]" dev="sockfs" ino=441443 ioctlcmd=0xc502 scontext=u:r:hal_sensors_default:s0 tcontext=u:r:hal_sensors_default:s0 tclass=qipcrtr_socket permissive=0 Signed-off-by: kleidione <kleidione@gmail.com>
* veux: props: Optimize package manager dexopt propertiesOmkar Chandorkar2023-01-051-1/+2
| | | | | | | | | | * first-boot is set to quicken to reduce first boot times * we are installing with speed-profile to have balance between time taken to optimise and runtime performance * once device is in idle+charging, bg dexopt will compile for maximum runtime performance [ghostrider-reborn]
* veux: props: Optimise dex flagsbaalajimaestro2023-01-052-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a squash of the following commits: 1. Optimise dex flags for a faster boot * Used multiple threads and speed profile to hasten the first boot Signed-off-by: baalajimaestro <me@baalajimaestro.me> Change-Id: I2cce5ddf7d50308511e81436fcac613b2c6537bf 2. Rework dex flags again When I went through https://source.android.com/devices/tech/dalvik/configure my previous configs felt wrong, this one should be perfect (I hope). Even though there is a slight trade-off for boot time by using the speed profile, we do make up for it by using 8 threads. PRODUCT_DEX_PREOPT_DEFAULT_COMPILER_FILTER attempts to compile all prebuilts fully optimised to speed level, thus the phone doesnt need to deal with it. I also do know that this might be a trade-off on size, but I do see the first boot time is more worthy to trade-off. The speed level mentioned here runs dex verification and compiles all AOT methods. Signed-off-by: baalajimaestro <me@baalajimaestro.me> Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev> Change-Id: Ic0156ff8956a7c5f53820be6db438f6f6399d3c0 3. Switch certain dexopt profiles to verify Prebuilt apps like Gmail/Google App, will be updated by google play, and there is no need spend time and space optimising what is going to be replaced. Switch to Google's recommendation of using verify for an OTA package. Applications still stay on speed. Instead, replace the install profile with speed-profile making apps perform better. Signed-off-by: baalajimaestro <me@baalajimaestro.me> Change-Id: I2cce5ddf7d50308511e81436fcac613b2c6537bf
* veux: props: Drop radio properties that are already defaultAlexander Koskovich2023-01-051-3/+0
|
* veux: props: enable debug.sf.hwMarco2023-01-051-1/+1
| | | | | its value is 1 in coral sources: https://android.googlesource.com/device/google/coral/+/refs/heads/master/product.prop also fixes Android Auto related issues
* veux: props: Disable debug.sf.enable_hwc_vdsAdithya R2023-01-051-0/+1
|
* veux: sepolicy: Label more sysfs wakeup nodeskleidione Freitas2023-01-051-1/+22
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: props: Switch to AutoSingleLayer Android 13 Settingjohnmart192023-01-051-1/+1
| | | | - According to https://source.android.com/docs/core/graphics/unsignaled-buffer-latch
* veux: props: Disable Skia tracing by defaultJun Wang2023-01-051-0/+3
| | | | | | | | | If the prop debug.hwui.skia_atrace_enabled is enabled, too many skia tracing calls will be printed in every frame. This has obvious overhead on performance/power, and can cause many janks. So disable it by default, and user can set it manually if necessary. Change-Id: I5d470b22a643634bdd7db9f307c29deae6ff176f
* veux: Drop android.hidl.base@1.0 moved to custom compatkleidione Freitas2023-01-052-14/+0
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Uprev fingerprint HAL to 2.3Arian2023-01-058-28/+55
|
* veux: Add aosp dependencieskleidione Freitas2023-01-051-0/+26
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: props: Drop perf pre-rendering featureJuhyung Park2023-01-051-1/+0
| | | | | | * ref: P-404/android_device_qcom_common@87fc9c5 This causes weird inconsistent scrolling behaviors, even on v5.4
* veux: overlay: Switch to AVC 3.1 for screen recordingLinkBoi002023-01-051-0/+5
| | | | | In weaker SOCs, AVC 3.1 seems to pull less load on the CPU/GPU and therefore using it has performance advantages in screen recording
* veux: props: Pull appropriate USB props from vendor_product.mkLuK13372023-01-051-0/+7
| | | | Change-Id: I93b25c5d0989c83d1c8d7b7946a083771febdddd
* veux: Do not reserve vanilla builds partitionskleidione Freitas2023-01-051-5/+1
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: parts: Improvements thermal profile list layoutkleidione Freitas2023-01-052-8/+16
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Import XiaomiParts from sm8250kleidione Freitas2023-01-0526-11/+1474
| | | | | | | | | | | | | | | | | | Credits: https://github.com/xiaomi-sm8250-devs/android_device_xiaomi_sm8250-common - Adapte to pixelexperiece - Drop doze - Drop fod and pop camera - Add Clear speaker - Adapte SEPolicy credis: [Sebastiano Barezzi, Chenyang Zhong] Co-authored-by: Sebastiano Barezzi <barezzisebastiano@gmail.com> Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com> Co-authored-by: kubersharma001 <kubersharma001@gmail.com> Co-authored-by: TheScarastic <warabhishek@gmail.com> Co-authored-by: Joey <joey@lineageos.org> Signed-off-by: kleidione <kleidione@gmail.com>
* veux: sepolicy: Silence system_suspend denialsdaniml32023-01-051-0/+1
|
* veux: Extract touchscreen firmware for recoveryRamii Ahmed2023-01-052-0/+4
|
* veux: Do not balance msm_drm and kgsl-3d0 IRQsJake Weinstein2023-01-051-2/+2
| | | | | | | | These are critical for display performance and should not be balanced in order to improve latency and responsiveness. Change-Id: I0248e26a7154c689c0d3f11dabe14a1b149353f9 Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
* veux: Move msm_irqbalance.conf to dtmadmax78962023-01-053-1/+39
|
* veux: sepolicy: Allow system_app to access zram sysfs nodesIvan Vecera2023-01-051-0/+2
| | | | | 04-22 09:15:37.459 19569 19569 I auditd : type=1400 audit(0.0:570): avc: denied { search } for comm="pool-2-thread-1" name="zram0" dev="sysfs" ino=48559 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs_zram:s0 tclass=dir permissive=0 04-22 09:15:37.459 19569 19569 I auditd : type=1400 audit(0.0:571): avc: denied { search } for comm="pool-2-thread-1" name="zram0" dev="sysfs" ino=48559 scontext=u:r:system_app:s0 tcontext=u:object_r:sysfs_zram:s0 tclass=dir permissive=0
* veux: sepolicy: Allow apps and camera HAL access to secure ADSP domainAlbert I2023-01-052-0/+2
|
* veux: sepolicy: Allow neural networks HAL to read ADSP propertiesAlbert I2023-01-051-1/+3
| | | | Signed-off-by: Albert I <kras@raphielgang.org>
* veux: sepolicy: Make fastrpc_shell_3 publicly availabledianlujitao2023-01-059-0/+22
| | | | | | | | | | | | | | | | | | * Used by GCAM for DSP-accelerated HDR processing * Arguably we should label /vendor/dsp/cdsp/fastrpc_shell_3 to same_process_hal_file like Pixels, but the partition is prebuilt thus we're unable to relabel it. * Copy the file to writable tmpfs, setup attributes and bind mount back to workaround the limitation. [ghostrider-reborn]: Allow adsp/cdsprpcd and neuralnetworks HAL to access fastrpc_shell_3 [kras edit: 1. rename some contexts as per qva/kona 2. extend to allow camera HAL and VPP service to access it as well] Co-authored-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
* veux: gpt-utils: Update PTN_SWAP_LIST and handle multiimg(oem/qti),Siddeswar Aluganti2023-01-052-8/+10
| | | | | | * Update PTN_SWAP_LIST to reflect partition entry changes to BOOT LUN and handle "multiimgoem", "multiimgqti" partitions, similar to other BOOT LUN partitions.
* veux: gpt-utils: Do fsync after writing partition entriesArian2023-01-051-2/+3
| | | | | Do fsync after writing partition entries to ensure data is actually written before rebooting device.
* veux: gpt-utils: Add product to ab partition listArian2023-01-051-1/+1
|
* veux: gpt-utils: Drop unused sparse_crc32Arian2023-01-052-121/+0
|