Commit graph

87 commits

Author SHA1 Message Date
Robin Peng
3dedd0cfa0 Symlink current prebuilt folder to android root
The Android are now based on Trunk Stable world and Pixel prebuilts CLs
also needs to reply with this which controlled by the flag which results:
- the flag value might be different on each branches
- the flag value are mostly different on each release configuration
- for local builds, ENGs' needs to figure out the correct location
  of current prebuilts by checking through entire prebuilt textproto
  files

To alleviate this problem, create an symlink file under android root
indicates current prebuilt path after invoke the android lunch cmd.

Bug: 364831620
Flag: EXEMPT export current prebuilt path
Change-Id: Ieb2d6f517d62bf9a5270fe7ed5fc7643572ea3fe
Signed-off-by: Robin Peng <robinpeng@google.com>
2024-09-06 07:35:42 +00:00
Cyan Hsieh
c134324a8d Merge "Update bootloader pdk folder and soong config" into main 2024-05-15 14:01:34 +00:00
Cyan_Hsieh
1df894ba9a Update bootloader pdk folder and soong config
Bug: 333834221
Change-Id: I9b0a749ffcb996c82eb79a5759c1465f38780704
2024-05-06 16:38:41 +08:00
Qian-Hao Huang
8cb1da499c Load fips140.ko before all other kernel modules
Bug: 337838109
Bug: 331791671
Change-Id: I3928032b7c5d1eb2595722ca165181172b9535d2
Signed-off-by: Qian-Hao Huang <qhhuang@google.com>
2024-05-02 13:13:33 +00:00
Cyan_Hsieh
d3ebe379f9 Switch bootloader directory to control by build flag
Bug: 333834221
Change-Id: I503fbd2495390284958280bda7dad7b80395d9b7
2024-04-18 16:04:10 +08:00
Cyan_Hsieh
5d8bcc3d52 Branch bootloader prebuilts for 24Q3 release
Bug: 326002225
Change-Id: I5f17634c1bce1f5d184b50092a5c419c66e8f449
2024-03-21 18:20:04 +08:00
Cyan_Hsieh
c31068e9a5 Initial Bootloader prebuilt for AP3% build
Bug: 326002225
Change-Id: I861842e416f0bb4b72aafdbcd6075b01b5a17eef
2024-02-27 16:32:06 +08:00
Cyan_Hsieh
1c04ca0cc5 Branch bootloader prebuilts for 24Q2 release
Bug: 313350495
Change-Id: I4383678c9071149b295be82924de451002803cae
2023-12-13 16:42:04 +08:00
Peter Lin
30acd7ccad update idle brightness curve
Changed the brightness from 5 nits to 2 nits at 0 lux.

Bug: 304655186
Test: check dumpsys display
Change-Id: Ie3aa91f5867e2ec5181b69f10ec27eff67c424e6
2023-11-20 13:06:25 +00:00
Behnam Heydarshahi
68f42c0aa2 Merge "Bugfix: Ring volume stuck at zero on tangor" into main 2023-11-02 14:50:14 +00:00
Behnam Heydarshahi
83fd455764 Bugfix: Ring volume stuck at zero on tangor
Solution: offer a boolean config for volumeUpToExitSilent and
overwrite it for tangor.

Flag: NONE
Bug: 279645379
Test: Manual. Slide ring volume all the way left in settings.
Press volume up. Ring volume slider progress should move away from 0,
and the ring icon should change from silent to normal.

Change-Id: I6ade8d8009ec3f2775de60835c75a014e466ee4b
2023-11-02 14:49:49 +00:00
Treehugger Robot
fa9bc8fab5 Merge "update idle brightness curve" into main 2023-11-02 02:44:16 +00:00
Cyan_Hsieh
de157ab813 Split bootloader prebuilt to 24Q1 and trunk version
Bug: 299879102
Change-Id: I17599698ca55d738e935b914bbfe55641650f9e1
2023-10-24 16:37:03 +08:00
Peter Lin
0d282e54c3 update idle brightness curve
Bug: 304655186
Test: check dumpsys display
Change-Id: I5b95328c993b15c9f68d15fb6f8c0439e41e7e5d
2023-10-18 09:08:26 +00:00
Fiona Campbell
54c599b606 Update Low Light Biases
- Interactive = 5250K
- Idle = 4000K

Bug: 265233091
Test: adb shell dumpsys color_display | grep mTemperatureMin -A10 && adb shell dumpsys display | grep mLowLightAmbientBrightnessToBiasSpline -A2
Change-Id: I25c5d815bccfd1eb8258ed71071214e22d04a012
2023-09-26 14:50:41 +00:00
Fiona Campbell
e94e0e840a Add Strong mode configs for dwbc
- Add configs for strong mode.

Bug: 265233091
Test: adb shell dumpsys color_display | grep mTemperatureMin -A10 && adb shell dumpsys display | grep mLowLightAmbientBrightnessToBiasSpline -A2
Change-Id: I9e36f690ba9c79252475dc10e6c5f4fb70932b1c
2023-09-11 13:38:53 +00:00
Philip Quinn
658e774004 Merge "Update motion prediction offset." into udc-qpr-dev 2023-07-25 16:54:09 +00:00
Gaurav Sarode
03da5d06fd Merge "Fix tangorpro_car build file path" into udc-dev am: 5e6bef9445 am: 59a46b4fd8
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/24069113

Change-Id: I1738acb163158e629085dc3fbecb923fcb1b6485
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-07-20 01:28:55 +00:00
Gaurav Sarode
5e6bef9445 Merge "Fix tangorpro_car build file path" into udc-dev 2023-07-20 00:05:43 +00:00
Philip Quinn
fb55fbb7ec Update motion prediction offset.
The Jetpack motionprediction library calculates a prediction target
based on the minimum display refresh rate (16~18 ms). UX feedback
suggests that we should cap this at 3~4 stylus frames, which
therefore requires a -4 ms offset (1 frame). Clients of the framework
MotionPredictor can control the prediction time directly and can
access predictions further into the future by providing a larger
value.

Bug: 288354672
Test: predictions are visible in the motionprediction test app
Change-Id: I3a489b59b8b2050c64dd31b2a0f75c2238cb432d
2023-07-18 10:27:29 -07:00
Gaurav Sarode
cb039ba502 Fix tangorpro_car build file path
bug: 291147977
Test: local build
Change-Id: I54c9e4d7523ce2d6f9faf50fdc126163e9547593
2023-07-13 17:17:44 -07:00
Maryam Dehaini
ea86b8db9b Reduce status bar height
Reduce status bar height to 36dp for the tangorpro devices.

Bug: 287482975
Test: Manual testing
Change-Id: I4e88b46293576b5bfae11642800516c39c4392cb
2023-07-06 14:09:34 -07:00
Suprabh Shukla
05389f8c29 Update Sound_trigger interrupt mapping
Test: Manually verify the output of `dumpsys batterystats --wakeups`

Bug: 284405919
Change-Id: I0636029e1d21865336c546672474d4bbdc23ce28
2023-05-26 13:12:06 -07:00
Richard Chang
14a4bb9f17 tangorpro: remove customizedMaxCachedProcesses
With project Snowbird in U, the MaxCachedProcesses is 1024 by default

Bug: 278086134
Test: Build
Change-Id: Id8cc63e847c09b54817d34914261ea4e55be1d7c
2023-05-15 02:44:22 +00:00
Suprabh Shukla
dedbcefd28 Adding interrupt mapping for sound_trigger wakeups
Test: Manually inspect the output of `dumpsys batterystats --wakeups`

Bug: 271922941
Change-Id: I8c689a7cc4edd3821520a96afcc5dc2567302912
2023-05-10 16:03:03 -07:00
Chaohui Wang
b08d7e6eee Update Limb SAR value in Regulatory Label am: 0bf681e82c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/23055943

Change-Id: I584ba0a58c1f6bc0da65cdbfc9362f43195dd7b4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-05-09 23:01:45 +00:00
Chaohui Wang
0bf681e82c Update Limb SAR value in Regulatory Label
Bug: 280308284
Test: Visual
Change-Id: I1b59a9aac3fa398fce11d258c134f33185afadd9
2023-05-06 03:54:45 +00:00
Treehugger Robot
9dc466b133 Merge "Add wakeup interrupt mapping" into udc-dev 2023-05-03 23:56:15 +00:00
Suprabh Shukla
79dca2073b Add wakeup interrupt mapping
Test: Manually inspect the output of:
`dumpsys batterystats --wakeups`

Bug: 271922941
Change-Id: Ie0bdef180adfa624afa8159df6fbb4654c87807a
2023-05-03 22:12:10 +00:00
Christine Franks
3cf190c44d Set display white balance stepping configs
Bug: 274483293
Test: check transition smoothness
Change-Id: I630a4996ee39c11620ce64f87db811854ea77f66
2023-05-02 23:45:45 +00:00
Chungkai Mei
50d3691520 Enable load kernel modules in parallel
enable load kernel modules in parallel but load some
specific modules in sequential

Test: reboot more than 500 times without failure
Bug: 229794277
Change-Id: I41cb5a09fb88ff7faa5ec12f71209b35cd941948
Signed-off-by: Chungkai Mei <chungkai@google.com>
2023-04-21 03:38:37 +00:00
TreeHugger Robot
8136f8b400 Merge "Enable lidControlsSleep config." into tm-qpr-dev 2023-03-30 01:42:16 +00:00
TreeHugger Robot
5f55e888ce Merge "Decrease the touch slop to prevent unintentional long presses" into tm-qpr-dev am: 9bc189cd56 am: c4d381d68e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/22173742

Change-Id: Ia04f3db9de74163844582648ae4dd9d605d77fd7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-24 19:25:51 +00:00
Siarhei Vishniakou
88163f2a20 Decrease the touch slop to prevent unintentional long presses
On this device, the default touch slop value of 8dp is too large. It corresponds to a physical distance of ~ 1.5mm.
This results in long presses getting triggered too easily.

Reduce the touch slop to 5 dp, which is about ~ 1mm, and closer to a reference device that doesn't exhibit the long-press issue.

Bug: 270835406
Change-Id: I1973e7831f527f2f654661bd4917f48992c74b61
Test: use a test app for long presses
2023-03-24 09:21:09 +00:00
Seigo Nonaka
3a763fc7bb Show shortcut label on context menu
Bug: 240385199
Test: Manually done
Change-Id: Icaf85d0f4d71d8bddf5628015cc53e31b92c302d
2023-03-22 18:39:11 +09:00
matthuang
fbb68c0474 Enable lidControlsSleep config.
Bug: 262056923
Bug: 274537630
Test: Screen is off when put a magnet close to hall sensor.
Change-Id: I950c1d5f6284f8ce133ca94ce98eec78ec9cfa93
Merged-In: I950c1d5f6284f8ce133ca94ce98eec78ec9cfa93
2023-03-22 03:45:28 +00:00
TreeHugger Robot
c45bb5e30b Merge "Make tangorpro board work with aae-on-phone" into tm-qpr-dev am: a6f9e74a89 am: 8df80411da
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/21452701

Change-Id: Iaaa5a17f2be58bac9feefaf4eb55820fc639753d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-03-06 17:57:18 +00:00
Michael Wachenschwanz
0f28d80489 Don't reset BatteryStats on high battery level or significant charge
Bug: 256919205
Test: manual (unplug device while high battery level and check `adb
shell dumpsys batterystats`)

Change-Id: I01b998cb9e6c39852bc96886fb25aa09bf09f3ea
2023-02-17 21:24:21 +00:00
Calvin Huang
13d556fa49 Make tangorpro board work with aae-on-phone
Bug: 268520081
Test: lunch tangorpro_car-userdebug & build & adb shell wm density
Change-Id: I8277b1751a22ab8e5e310bbd169032a4a83e32d0
2023-02-15 23:46:19 +00:00
TreeHugger Robot
db65a02673 Merge "display: golden files update" into tm-qpr-dev am: 8aecc4c50e am: faaefb0abb
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/21217218

Change-Id: I6bba51b0fab9b4213968d37cf15f8f80346125e9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-02-09 10:45:44 +00:00
TreeHugger Robot
cf2147b5a8 Merge "Enable lidControlsSleep config." 2023-02-04 04:24:38 +00:00
linpeter
1834a40c68 display: golden files update
Bug: 267564473
test: loading the file during boot
Change-Id: Ic8cdcc8ae9e77d9b377151defa418e45683995a6
2023-02-02 05:57:20 +00:00
Christine Franks
55bfcf3953 Merge "Set DWB transition speed and high light range" into tm-qpr-dev am: 5eb15c882e am: f030a0fbaa
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/21120631

Change-Id: Id0c86d34aa61b6ec3726c2b2bfeea3d3bead33c7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-31 20:14:45 +00:00
matthuang
2d32591c54 Enable lidControlsSleep config.
Bug: 262056923
Test: Screen is off when put a magnet close to hall sensor.
Change-Id: I950c1d5f6284f8ce133ca94ce98eec78ec9cfa93
2023-01-31 17:06:58 +08:00
Christine Franks
47c84e1cb1 Set DWB transition speed and high light range
Transition speed set to 30s, high light range set to
130k-150k lux.

Bug: 255417189
Bug: 266436992
Test: builds

Change-Id: I68c6b63d6337ceab937c99292b49fe0254bf626e
2023-01-30 22:46:13 +00:00
Philip Quinn
189d144c08 Merge "Enable system motion prediction on Tangor." 2023-01-28 21:45:50 +00:00
Beverly
288dffb36e Update lock icon padding am: 46b613c59a am: ce9d55fe02
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/21091597

Change-Id: Ic8b0e290cbc6b539f352cb0c94101ff02a27090c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-26 17:54:42 +00:00
Beverly
46b613c59a Update lock icon padding
It should not change based on density changes.

Test: visual inspection
Bug: 264738021
Change-Id: I98f948b4a1bd7e6cc560f14e2e1b14a0bde76f01
2023-01-25 19:11:12 +00:00
Philip Quinn
e29c2e712b Enable system motion prediction on Tangor.
Bug: 167946763
Test: m MotionPrediction && adb install $ANDROID_PRODUCT_OUT/system/app/MotionPrediction/MotionPrediction.apk
Change-Id: I85a0ac2bb0b054ca49254bbb7e0f32041a468336
2023-01-22 17:55:46 -08:00
Behnam Heydarshahi
621ddb3a3b Ring volume icon stuck at normal am: 3fcd20eb88 am: dc5cb36310
Original change: https://googleplex-android-review.googlesource.com/c/device/google/tangorpro/+/21037086

Change-Id: I925b2eae5cf379885ec1048b1bf254b9dbff62bf
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2023-01-19 15:44:01 +00:00