aboutsummaryrefslogtreecommitdiff
path: root/device.mk
Commit message (Collapse)AuthorAgeFilesLines
* veux: Move to common IFAAServiceSebastiano Barezzi2023-01-081-4/+1
| | | | Change-Id: I71bfdacc4626d75d56aa12ec384f0f116d6d6ff2
* veux: fcm: builld err, remove unspecified lineage instances for nowsinanmohd2023-01-081-8/+0
|
* Revert "veux: Import XiaomiParts from sm8250"sinanmohd2023-01-081-4/+0
| | | | This reverts commit 3607af54ca48c8a145a97bab0cf5012d45ade555.
* 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-081-1/+0
| | | | from device
* veux: overlay: Set default hotspot SSID based on ro.boot.board_idAhmad Rulim2023-01-051-1/+7
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: overlay: Set device name based on ro.boot.board_idAhmad Rulim2023-01-051-0/+6
| | | | 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: Nuke duplicated vendor includeAhmad Rulim2023-01-051-6/+3
| | | | Signed-off-by: Ahmad Rulim <personal@rulim34.dev>
* veux: Import camxoverride settings configurationUtsavBanar12312023-01-051-0/+4
|
* veux: props: Optimise dex flagsbaalajimaestro2023-01-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: Drop android.hidl.base@1.0 moved to custom compatkleidione Freitas2023-01-051-2/+0
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Uprev fingerprint HAL to 2.3Arian2023-01-051-3/+1
|
* veux: Import XiaomiParts from sm8250kleidione Freitas2023-01-051-0/+4
| | | | | | | | | | | | | | | | | | 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: Move msm_irqbalance.conf to dtmadmax78962023-01-051-0/+3
|
* veux: bootctrl: Update to Boot Control HAL v1.2Alexander Koskovich2023-01-051-3/+3
|
* veux: Fix AAPT configAlexander Winkowski2023-01-051-1/+1
| | | | | | | According to AOSP docs [1] apps should use xxhdpi resources for 440 dpi density. [1] https://developer.android.com/reference/android/util/DisplayMetrics#DENSITY_440
* veux: Drop sound triggerkleidione Freitas2023-01-051-1/+0
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Reorder device.mkkleidione Freitas2023-01-051-6/+9
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: shim the GetPreviewImageData symbol on libpiexdaniml32023-01-051-1/+4
| | | | Signed-off-by: daniml3 <daniel@danielml.dev>
* veux: Inherit developer gsi keyskubersharma0012023-01-051-2/+2
| | | | | | error: build/make/target/product/gsi_keys.mk does not exist.. Change-Id: I7ac37f3e104f1bc6dce504ca29fcbf078127b399
* veux: Removed audio A2dp from device.mkEtienne Ruffieux2023-01-051-1/+0
| | | | | | | Bug: 220306859 Test: atest Tag: #feature Change-Id: I300369d36399ffb558b98bafc2478b872d09faba
* veux: Drop QTI camera device usageSebastiano Barezzi2023-01-051-0/+1
| | | | | | | * qcom-camera topic hasn't been ported to 19.1 * Keep building vendor.qti.hardware.camera.device@1.0 interface lib, IMS stack and possibly camera HAL still needs it Change-Id: I87bcd5b54ad986d5844df50de243fc1a18507198
* veux: Switch to AOSP WFDkubersharma0012023-01-051-9/+1
| | | | Change-Id: I1ae32e41ea3cdb1f3b5d7f81a57f548fa211c9ca
* veux: Don't inherit updatable_apex.mkkubersharma0012023-01-051-3/+0
| | | | | | | | | | | | | | | | | | | This is because of the following reasons: - Many build scripts force disable it anyways by settings OVERRIDE_TARGET_FLATTEN_APEX env flag so why bother rendering differences in official and local builds [1][2]. - Compressed apex causes issues with OTA on A only devices [3]. - Compressed apex may cause issues on devices which do not meet kernel requirements [4]. - Highly anticipated mainline modules update aka Play System updates is limited to OEMs/Pixels only [5], we don't do such things on AOSP; shipping Pixel prebuilt apex components feels somewhat unethical. Ref: [1]: https://github.com/lineageos-infra/build-config/blob/8e435ce7ff7c74097b3500e143380273e099aefb/android/build.sh#L9 [2]: https://github.com/LineageOS/android_build/blob/lineage-18.1/target/product/updatable_apex.mk#L19 [3]: RecoverySystemService: Failed to reserve space for compressed apex [4]: https://source.android.com/devices/tech/ota/apex#kernel-requirements [5]: "pushed to end-user devices, either by Google (using the Google Play Store infrastructure) or by the Android partner (using a partner-provided OTA mechanism)." as stated in https://source.android.com/devices/architecture/modular-system#architecture test: m, boots and ota. Change-Id: I5b5c2366398791100fa2222ef779ca4d90842211
* veux: overlay: Rebrand and import veux configkleidione Freitas2022-11-091-8/+8
| | | | Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Import and cleanup rro_overlay from vayukleidione Freitas2022-11-091-0/+11
| | | | | | - Ref: https://github.com/ArrowOS-Devices/android_device_xiaomi_vayu Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Merge common tree to veuxkleidione Freitas2022-11-091-12/+507
| | | | | | | - Ref: https://github.com/xiaomi-sm6375-devs/android_device_xiaomi_sm6375-common Signed-off-by: kleidione <kleidione@gmail.com>
* veux: Initial lineage-sdk overlaysSebastiano Barezzi2022-05-231-1/+2
| | | | Change-Id: I2aaa0c06b23b40aac120c325ce15fb0992463520
* veux: import overlays from stockRamii Ahmed2022-04-221-0/+4
| | | | | | * From veux-user 11 RKQ1.211001.001 V13.0.10.0.RKCMIXM release-keys Change-Id: I0ec4b4487bd41be4d1e60a33b48e24126790898f
* veux: Inherit from sm6375-commonRamii Ahmed2022-04-221-0/+21
Change-Id: I7c2239425ded71fa967d983a637564aaaef3b8a9