aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* veux: correct maximum and minimum brightness values based on the kernel ↵HEADlineage-20.0sinanmohd2023-01-081-2/+2
| | | | driver, aka look at the phone during night without frying your eyes
* veux: IFAAService: add lineage.dependenciessinanmohd2023-01-081-0/+6
|
* veux: Move to common IFAAServiceSebastiano Barezzi2023-01-089-488/+1
| | | | Change-Id: I71bfdacc4626d75d56aa12ec384f0f116d6d6ff2
* veux: fcm: builld err, remove unspecified lineage instances for nowsinanmohd2023-01-082-23/+0
|
* Revert "veux: overlay: Enable min/max refresh rate in display settings"sinanmohd2023-01-081-2/+2
| | | | This reverts commit 79b51c887b2b52d0fd5cda4153d8a7f1ecbf341f.
* Revert "veux: Import XiaomiParts from sm8250"sinanmohd2023-01-0826-1474/+11
| | | | This reverts commit 3607af54ca48c8a145a97bab0cf5012d45ade555.
* Revert "veux: parts: Improvements thermal profile list layout"sinanmohd2023-01-082-16/+8
| | | | This reverts commit b3766ca20d41e2990c1b4a6d09d9d59008831c45.
* Revert "veux: parts: Fix compilation for QPR1 merge"sinanmohd2023-01-082-2/+2
| | | | This reverts commit 0192f70e71290951b6617ef72b09f2c591270417.
* veux: build err: remove/replace non existent modules, 13 bringupsinanmohd2023-01-081-9/+1
|
* veux: remove audio.primary.holi.so from PRODUCT_PACKAGES, this is pulled ↵sinanmohd2023-01-082-1/+1
| | | | from device
* veux: Symlink libvndfwk_detect_jni.qti for CneAppAndrzej Perczak2023-01-082-1/+10
| | | | | | | | | Needed by CneApp. dlopen failed: library "/system_ext/lib64/libvndfwk_detect_jni.qti.so" needed or dlopened by "/apex/com.android.art/lib64/libnativeloader.so" is not accessible for the namespace "vendor-classloader-namespace" Change-Id: I400f03c3cb60acdc4263c24b1096c5961142f03f Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: Create Adreno symlinksAlbert I2023-01-081-19/+35
| | | | | | | | Match stock behavior. Signed-off-by: Albert I <kras@raphielgang.org> Change-Id: Ia9271f360dcca3ffda9387fe969e27fa7507bd2b Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: Fix bluetooth and USB device name props assignmentAhmad Rulim2023-01-081-2/+2
| | | | | | Create the props if doesn't exist before. Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: vintf: Remove junk Xiaomi HIDL entrieskubersharma0012023-01-081-72/+0
| | | | | Change-Id: I718d4001c140e8ea7335732ce48284eeb74773af Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: Use the ?= operator so BT properties can be overriddenSal Savage2023-01-081-21/+21
| | | | | | | | | | | | System properties set with the "=" operator cannot be overriden. This device is used elsewhere in the system and some of the properties need to be overridden. The "?=" operator will use the assigned value if no other values are assigned elsewhere, allowing for overrides. Bug: 230638462 Test: adb shell getprop | grep bluetooth Change-Id: Id6cd7901555edafef141bbc1bbd5e06dc3a54d0c Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: Remove bdroid_buildcfg.hMichael Bestas2023-01-082-35/+0
| | | | | | | | As of I3c7aed1bdb45db728d319f7d757400e44d232283 the Bluetooth stack defaults to reasonable defaults that should work for all devices. Change-Id: I056d63c4c8a2727e384172e964dc0000b6773504 Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: update device picturesinanmohd2023-01-082-1/+1
|
* veux: los20 initial bringupsinanmohd2023-01-081-26/+0
|
* veux: lineage_veux.mk: change build fingerprint to redmisinanmohd2023-01-081-3/+3
|
* veux: add licensesinanmohd2023-01-081-0/+339
|
* veux: Switch to legacy sepolicy_vndrEdwin Moquete2023-01-051-1/+1
| | | | | Change-Id: I13229c3057bf32c81b0fdace075f0791cb8ad380 Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: parts: Fix compilation for QPR1 mergeBruno Martins2023-01-052-2/+2
| | | | | | Change-Id: Ifa602ed1ae0734dbda40663770f2e54075bfa208 Signed-off-by: Henrique Pereira <hlcpereira@outlook.com.br> Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: overlay: Correct SystemUI apk name and path for pinner serviceRuchit Marathe2023-01-051-1/+1
| | | | | | | | | | | | APK name and path was changed as seen here https://github.com/PixelExperience/vendor_pixel-framework/commit/8be4fc80c0af1a38386b7dc23b7392d0a9e64669 This causes errors in logs since pinner was trying to pin old app. PinnerService: Could not pin file /system_ext/priv-app/SystemUI/SystemUI.apk PinnerService: Failed to pin file = /system_ext/priv-app/SystemUI/SystemUI.apk Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: overlay: Set default hotspot SSID based on ro.boot.board_idAhmad Rulim2023-01-0519-1/+367
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: overlay: Set device name based on ro.boot.board_idAhmad Rulim2023-01-0519-0/+432
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: overlay: Move to product partitionAhmad Rulim2023-01-0521-58/+48
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: props: Configure USB device nameSubhajeet Muhuri2023-01-051-0/+1
| | | | | | Signed-off-by: Richard Raya <rdxzv.dev@gmail.com> Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com> Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: props: Configure default bluetooth device nameOmkar Chandorkar2023-01-051-0/+2
| | | | | | | Change-Id: I7476d106cb8c16894eaab216e82149c471470066 Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co> Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com> Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: Remove unused common init fileAhmad Rulim2023-01-055-27/+5
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: Remove developer gsi keysAhmad Rulim2023-01-051-3/+0
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* 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>