aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-15Snap for 9406096 from 7dd7f46b09a49b8585240796e04b594ea1f72cb9 to ↵android-13.0.0_r49android-13.0.0_r45android-13.0.0_r44android-13.0.0_r43android-13.0.0_r42android-13.0.0_r41android-13.0.0_r40android-13.0.0_r39android-13.0.0_r38android-13.0.0_r37android-13.0.0_r36android-13.0.0_r35android-13.0.0_r34android-13.0.0_r33android-13.0.0_r32android13-qpr2-s9-releaseandroid13-qpr2-s8-releaseandroid13-qpr2-s7-releaseandroid13-qpr2-s6-releaseandroid13-qpr2-s5-releaseandroid13-qpr2-s3-releaseandroid13-qpr2-s2-releaseandroid13-qpr2-s12-releaseandroid13-qpr2-s11-releaseandroid13-qpr2-s10-releaseandroid13-qpr2-s1-releaseandroid13-qpr2-releaseandroid13-qpr2-b-s1-releaseAndroid Build Coastguard Worker
tm-qpr2-release Change-Id: I74ccd6c042f7589d1f68f57f79c9e83f84d59065
2022-12-13Move the modem simulator region to 9600 zone for extra spacing.Mahmoud Elsherif
Bug: 245578454 Ignore-AOSP-First: cherry-pick from AOSP Test: build , launch_cvd Change-Id: I74195c984068121f20a7729cf5c8272d4aa29373 Merged-In: I74195c984068121f20a7729cf5c8272d4aa29373
2022-12-13modem_simulator: Reuse active call indexesDavid Duarte
Android Telephony stack have a hard limit on number of active calls. https://cs.android.com/android/platform/superproject/+/master:frameworks/opt/telephony/src/java/com/android/internal/telephony/GsmCdmaCallTracker.java;l=69;drc=ba17c7243d0e297efbc6fb5385d6d5aa81db9152 This limit makes that `handlePollCalls` only look for active calls with an index <= `LIMIT (19) + 1`. As modem_simulator was always increasing active calls indexes this means that after 20 calls, Android will ignore new calls. To fix that we instead reuse indexes of calls that where hang up. Bug: 245578454 Ignore-AOSP-First: cherry-pick from AOSP Test: atest pts-bot:HFP Change-Id: Ib8356db812f0e150d0b175cd0085fbd4a4dbd73b Merged-In: Ib8356db812f0e150d0b175cd0085fbd4a4dbd73b
2022-12-08Snap for 9381392 from 9cc9ce67245a38bdacae78a0defe967ce4246495 to ↵Android Build Coastguard Worker
tm-qpr2-release Change-Id: I58db6bf204981e82cb0e4599a25d20ff5aecc6cd
2022-12-06Bring back setup_wifi interface configuration to T QPREnrico Granata
This code is present in Cuttlefish AOSP but missing from tm-qpr-dev. It is used by downstream devices to tweak which interface to setup as the virtual wlan0 connection Bug: 246273743 Test: build flash and boot trout Change-Id: I49fe93479887768195917f3fb5d5f5cda4851867
2022-12-06Merge changes I90566684,I93018920 into tm-qpr-devEnrico Granata
* changes: Allow targets deriving from CF to turn off rename_eth0 Allow targets deriving from CF choosing the interface to setup wifi on.
2022-12-05Allow targets deriving from CF to turn off rename_eth0Enrico Granata
Don't run 'rename_eth0' service when 'ro.vendor.disable_rename_eth0' property is set. This configuration flag is set by trout where eth0 is already renamed by setup_wifi. Bug: 246273743 Test: build and TreeHugger Change-Id: I905666840a9bcf8a39fe8c27d268bf1f1c050971
2022-12-05Allow targets deriving from CF choosing the interface to setup wifi on.Enrico Granata
This is a continuation of commit a376692d7 which has parametrized setup_wifi service. Now, derived targets (like Trout) can set the desired interface name during the build process using the following (for ex.): DEVICE_VIRTWIFI_PORT ?= eth0 Bug: 246273743 Test: build and TreeHugger Change-Id: I9301892080a97981a47e96ea420be75abca10c6a
2022-12-03Snap for 9364794 from 86f2e48199a171f924fee36278c6a212436a2b97 to ↵Android Build Coastguard Worker
tm-qpr2-release Change-Id: Ia7c7f0dc66362a0db6144c2f13532a4cd26819f4
2022-12-02Add rear display state jetpack mappingKenneth Ford
Bug: 261095286 Test: Manual Change-Id: I78f3e58366536fb87776f28c2ca8399b1a572a0f
2022-12-02Snap for 9358956 from 3cfdd4a5ad9246425f339d10c98d7d6d3c7ae218 to ↵Android Build Coastguard Worker
tm-qpr2-release Change-Id: Id97ec952cfd800db5ee3658fd9cf3c2269168fe8
2022-11-30Merge "[LPA][Cuttlefish] Add notification pregrant" into tm-qpr-devJin Jeong
2022-11-30[LPA][Cuttlefish] Add notification pregrantJinyoung Jeong
refer to b/237497128 Bug: 251705860 Test: manual Change-Id: Id8cf936fdc669c5dd0cbe20f92cc54ff81804a2d
2022-11-19Snap for 9311025 from b428cd829fec281b1c3ac3815591b63c2a71a876 to ↵Android Build Coastguard Worker
tm-qpr2-release Change-Id: I52da4ac37aa22c4567645bcf02aa60b251dd3266
2022-11-17Adds config values for rear display modeKenneth Ford
Adds new device state and display configuration for rear display mode Bug: 207686851 Test: Manual Change-Id: I2fc96a5e8c6fd7d7950afd2ec403cab811dc6eda
2022-10-19Snap for 9195661 from 3617557793e925477b2c9fc75e89535468454547 to ↵Android Build Coastguard Worker
tm-qpr2-release Change-Id: I47444055038c964801e0a1992d8bf428f5adb5d4
2022-10-19Merge "Disable background blur for widget picker in cuttlefish" into tm-qpr-devAlex Chau
2022-10-15Snap for 9180607 from ba6b016efb9386b62134ddcbc8fa52503e34fd13 to ↵Android Build Coastguard Worker
tm-qpr2-release Change-Id: Icf90eae2daab88dec6b00d79b83eaf874b2e3eab
2022-10-14Make the cluster display private.Yuncheol Heo
Bug: 237787920 Test: atest android.car.cts.CarOccupantZoneManagerTest Change-Id: Icec219d356887e43aaca15e4dbdbc9b47d9d3d43 (cherry picked from commit 62dfc2a9936f111c1c817ac5b8d096653ff1a4bc) Merged-In: Icec219d356887e43aaca15e4dbdbc9b47d9d3d43
2022-10-11Disable background blur for widget picker in cuttlefishAlex Chau
Bug: 240580498 Test: presubmit Change-Id: I438f876c2e4e6295e6c7b1c740cb9846b832b13b
2022-10-10Snap for 9158784 from 5e74c2ae843ff8eca619174971ea4546c01184e1 to ↵Android Build Coastguard Worker
tm-qpr2-release Change-Id: If236bcab7c83b507a6e8ec67b4e901175557f2a9
2022-10-10Fix a typo in cuttlefish blur syspropRobin Lee
This was copied from a setprop command which doesn't need the "=" to a VENDOR_PROPERTIES override which definitely does need "=" instead of " " to work properly. Change-Id: I32ad3e45bb8538e55750ed1440fbddbae71daa78 Fix: 235119899 Fix: 252747355 (cherry picked from commit 050a0c0464ea5ca32f7f47de696052a913bd7121) Merged-In: I32ad3e45bb8538e55750ed1440fbddbae71daa78
2022-10-03Snap for 9133013 from c5da306e22683067f26724e8e1861cbd4dcc3dc3 to ↵Android Build Coastguard Worker
tm-qpr2-release Change-Id: I92dcefd2e19bb527855860489af34c6db8ab378b
2022-09-19Partial revert of ag/19786106Robert Tarasov
Pushing trout back to drm hwcomposer Bug: 246500971 Test: tested with trout_arm64 target on osprey dut Change-Id: I69b4da0584e71d24447d49c2677e4bbc4c3ce8c0
2022-09-14Move support_one_handed_mode to cf phone type productlbill
Tablet project do NOT need One-handed mode feature Only enable OHM on cf phone type: - cf_x86_64_phone - cf_x86_phone - cf_arm64_phone Bug: 244379184 Test: manual, file forest build to verify Change-Id: I56c6cb9db375d0b81060cf83ef2da24ec5bc3e99
2022-09-13Add display finder mode syspropJason Macnak
... to allow Cuttlefish to enable the newly added mode in RanchuHwc to use DRM to find displays instead of using Cuttlefish config server. Bug: 246497953 Test: Tested with Osprey dut Change-Id: If9dc8297f2ff9e52059000e70e019438eef435e7 Merged-In: If9dc8297f2ff9e52059000e70e019438eef435e7
2022-09-12Merge "Fix qemu GPU device labels" into tm-qpr-devEnrico Granata
2022-09-12Merge changes from topic "tm-qpr-fix-drm_virgl" into tm-qpr-devEnrico Granata
* changes: Switch to ranchu hwc Bump VK_API_VERSION_1_2 for QEMU Make sure androidboot.opengles.version is set
2022-09-08Merge "Put CarMessenger's allowlisting in its own config file" into tm-qpr-devAndrew Cheng
2022-09-07Put CarMessenger's allowlisting in its own config file[1;5C
New configuration file is under vendor/auto/embedded/prebuilts/Messenger/ and allows it for SYSTEM user. Bug: 245554815 Test: manually Change-Id: I93345634334508fee2a775f3c89fe5fd2fd6bb5b
2022-08-30Switch to ranchu hwcAlistair Delva
Bug: 216827224 Change-Id: I4162cb5c4c168e3fb7d734da1f21016ecc723f0d
2022-08-30Bump VK_API_VERSION_1_2 for QEMUAlistair Delva
SwiftShader is the same for crosvm and QEMU. Bug: 216827224 Change-Id: I3dd01976d2ba77dec6b427d665aaf666ff12994a
2022-08-30Make sure androidboot.opengles.version is setAlistair Delva
This property should always be set, and sometimes wasn't. Since we are using an ancient MESA, just be conservative with drm_virgl and assume only 3.0 support. Bug: 216827224 Change-Id: I082a9f87d5deafca1aa983d8042159013c15b510
2022-08-30Fix qemu GPU device labelsAlistair Delva
Bug: b/227508739 Test: lunch cf_arm64_phone-userdebug && m && launch_cvd --vm_manager=qemu_cli Change-Id: I85414e09febecd9c2b839365016badeab9a8ce0c Merged-In: I85414e09febecd9c2b839365016badeab9a8ce0c
2022-08-30Merge "cf_x86_64_tablet target does not support the ↵Marat Davliatchin
android.software.voice_recognizers" into tm-qpr-dev
2022-08-30cf_x86_64_tablet target does not support the android.software.voice_recognizersMarat Davliatchin
x86 Hubui tests are failing due to the fact that the cf_x86_64_tablet target does not support the android.software.voice_recognizers feature. This causes the assistant service to be disabled and an interactor to be empty. Cherry picked from https://r.android.com/2197038 ATP runs: https://android-build.googleplex.com/builds/abtd/run/L32700000955827579 https://android-build.googleplex.com/builds/abtd/run/L07900000955824596 https://android-build.googleplex.com/builds/abtd/run/L57900000955834594 Bug: 240951764 Test: tests/scenarios/src/android/platform/test/scenario/hubui Change-Id: I30221c3b2f013ebace761192dad0ebb1681b76ba (cherry picked from commit f50ea2e7bd7b2a92244b78f5563ff954537295bc)
2022-08-22Merge "Adds config values for rear display mode" into tm-qpr-devKenneth Ford
2022-08-11Merge "[DO NOT MERGE] Make init_boot optional part of AB_OTA_PARTITIONS" ↵TreeHugger Robot
into tm-qpr-dev
2022-08-08Put Dialer's allowlisting in its own config fileYiqun Wu
New configuration file is under vendor/auto/embedded/prebuilts/Dialer and allows it for SYSTEM user. Bug: 240968299 Test: manually Change-Id: I6b9027fc887675f77d4d75016b5b05abddc19ec2
2022-08-03Adds config values for rear display modeKenneth Ford
Bug: 207686851 Test: Manual Change-Id: If52cfa96e7fd29c70b041319f51c2a2a14d4e4eb
2022-08-03[DO NOT MERGE] Make init_boot optional part of AB_OTA_PARTITIONSEnrico Granata
Some downstream devices do not support init_boot in Android T, and having it enabled by default breaks build automation for those devices Bug: 238666788 Test: local build + TreeHugger Change-Id: Ia4c458d3a5995e2e9bef8427a199278ff21a703c
2022-07-21Move Audio Effects HAL into its own manifest chunkEnrico Granata
Some downstream devices use Audio HAL v6, but because cuttlefish's manifest hardcodes Audio Effects v7, audioflinger cannot start the primary audio library because it detects a mismatch of versions In the longer run, an architecture where all cuttlefish and derived devices use the same Audio HAL may be optimal, but for this release move the effects HAL manifest into its own fragment that is only built when no custom audio packages are selected at build time Bug: 239744244 Test: build and boot trout, hear audio working Change-Id: I841989d7b5d76ccbaf9c864b4002c32062c23c39
2022-07-12[automerger skipped] Fix crash in `ReadFile` when the input file is empty. ↵A. Cody Schuffelen
am: 8a25a05724 am: 3b296c3b37 am: 136b0d51d4 am: ded6661bfa -s ours am: 3763b4cad5 -s ours am: 6f11784755 -s ours am skip reason: Merged-In Ibb262c753ad90d044a0d8c28d439ea699a481b2b with SHA-1 8a25a05724 is already in history Original change: https://googleplex-android-review.googlesource.com/c/device/google/cuttlefish/+/19224561 Change-Id: Iff31d8c2ea1ee612c57dc5f67f4f9bde54bfd89a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-07-12[automerger skipped] Fix filename comparison in FindFetcherConfig am: ↵Connor O'Brien
80ea72b461 -s ours am: ef75b69257 -s ours am: cc0e0fedc2 -s ours am: b39c271952 -s ours am: 1e10e7ed87 -s ours am: 4f8aa40fbb -s ours am skip reason: Merged-In Ic9be43155b97eacbb4e4834a648dd513fe60b567 with SHA-1 2e8e6b813a is already in history Original change: https://googleplex-android-review.googlesource.com/c/device/google/cuttlefish/+/19224560 Change-Id: I5c324a037bf78f0224fdd2f44bb82e0d6cfbc1ed Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-07-12[automerger skipped] Fix crash in `ReadFile` when the input file is empty. ↵A. Cody Schuffelen
am: 8a25a05724 am: 3b296c3b37 am: d2c589e358 -s ours am: 9f4ef63e6b -s ours am: d61ee7343f -s ours am skip reason: Merged-In Ibb262c753ad90d044a0d8c28d439ea699a481b2b with SHA-1 643780bd34 is already in history Original change: https://googleplex-android-review.googlesource.com/c/device/google/cuttlefish/+/19224561 Change-Id: I433beb33323d1ff3d039880e95ccab6351ce1a4d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-07-12[automerger skipped] Fix filename comparison in FindFetcherConfig am: ↵Connor O'Brien
80ea72b461 -s ours am: ef75b69257 -s ours am: e3a20c0e57 -s ours am: 21bfdca4b1 -s ours am: b93e52b98c -s ours am skip reason: Merged-In Ic9be43155b97eacbb4e4834a648dd513fe60b567 with SHA-1 2e8e6b813a is already in history Original change: https://googleplex-android-review.googlesource.com/c/device/google/cuttlefish/+/19224560 Change-Id: Idbf0b57e29ed490a59aa2c1fcfedebbea153cb33 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-07-12[automerger skipped] Fix crash in `ReadFile` when the input file is empty. ↵A. Cody Schuffelen
am: 8a25a05724 am: 3b296c3b37 am: 136b0d51d4 am: ded6661bfa -s ours am: 3763b4cad5 -s ours am skip reason: Merged-In Ibb262c753ad90d044a0d8c28d439ea699a481b2b with SHA-1 8a25a05724 is already in history Original change: https://googleplex-android-review.googlesource.com/c/device/google/cuttlefish/+/19224561 Change-Id: Ib1c491ef993495727cb5e8b88b7a0e8699a73d10 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-07-12[automerger skipped] Fix filename comparison in FindFetcherConfig am: ↵Connor O'Brien
80ea72b461 -s ours am: ef75b69257 -s ours am: cc0e0fedc2 -s ours am: b39c271952 -s ours am: 1e10e7ed87 -s ours am skip reason: Merged-In Ic9be43155b97eacbb4e4834a648dd513fe60b567 with SHA-1 2e8e6b813a is already in history Original change: https://googleplex-android-review.googlesource.com/c/device/google/cuttlefish/+/19224560 Change-Id: If5fac8af16a66445c96d0d0923eee5106b4eea7d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-07-12[automerger skipped] Fix crash in `ReadFile` when the input file is empty. ↵A. Cody Schuffelen
am: 8a25a05724 am: 3b296c3b37 am: d2c589e358 -s ours am: 9f4ef63e6b -s ours am skip reason: Merged-In Ibb262c753ad90d044a0d8c28d439ea699a481b2b with SHA-1 643780bd34 is already in history Original change: https://googleplex-android-review.googlesource.com/c/device/google/cuttlefish/+/19224561 Change-Id: I03054c0a565a23272cc3d8152f5894933b50f6f0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2022-07-12[automerger skipped] Fix filename comparison in FindFetcherConfig am: ↵Connor O'Brien
80ea72b461 -s ours am: ef75b69257 -s ours am: e3a20c0e57 -s ours am: 21bfdca4b1 -s ours am skip reason: Merged-In Ic9be43155b97eacbb4e4834a648dd513fe60b567 with SHA-1 2e8e6b813a is already in history Original change: https://googleplex-android-review.googlesource.com/c/device/google/cuttlefish/+/19224560 Change-Id: I6f2f2b5701582fb45b5b2323ab52a9c38d018710 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>