Commit graph

1548 commits

Author SHA1 Message Date
Xin Li
3d785529ee [automerger skipped] Merge SQ1D.211205.017. am: 605793b34f am: a1d31c2cf8 -s ours am: 547110e7f7 -s ours
am skip reason: Merged-In I68825bf96c8b94dc63ebc096c57b9f7c680be090 with SHA-1 43ce3a4014 is already in history

Original change: https://android-review.googlesource.com/c/device/google/raviole/+/1930718

Change-Id: If4b82179bf878f788bfad3f237c17dc1a0981564
2022-01-21 22:46:23 +00:00
Evgenii Stepanov
98bc813aec Add aosp_(oriole|raven)_hwasan products. am: e0f04e3fcc am: 38aace95a0 am: 807a409452
Original change: https://android-review.googlesource.com/c/device/google/raviole/+/1884697

Change-Id: I786fa44feabbc072e0be8c59fc379584ad51adba
2022-01-21 22:45:23 +00:00
Sasha Smundak
4be1724c3a Replace foreach loops with the calls to copy-files am: 011b969d81 am: 7232458e31 am: 1aaba21a59
Original change: https://android-review.googlesource.com/c/device/google/raviole/+/1883313

Change-Id: I13e4e458951fdeef0ed8858be35b3fee86329e6d
2022-01-21 22:44:57 +00:00
Xin Li
547110e7f7 [automerger skipped] Merge SQ1D.211205.017. am: 605793b34f am: a1d31c2cf8 -s ours
am skip reason: Merged-In I68825bf96c8b94dc63ebc096c57b9f7c680be090 with SHA-1 43ce3a4014 is already in history

Original change: https://android-review.googlesource.com/c/device/google/raviole/+/1930718

Change-Id: I8e9bbcf01e229a71b1200b2480fc025683a43d37
2022-01-21 22:28:17 +00:00
Evgenii Stepanov
807a409452 Add aosp_(oriole|raven)_hwasan products. am: e0f04e3fcc am: 38aace95a0
Original change: https://android-review.googlesource.com/c/device/google/raviole/+/1884697

Change-Id: I21e8c8f9382e4f32576a71de05e450b99dee825c
2022-01-21 22:28:00 +00:00
Sasha Smundak
1aaba21a59 Replace foreach loops with the calls to copy-files am: 011b969d81 am: 7232458e31
Original change: https://android-review.googlesource.com/c/device/google/raviole/+/1883313

Change-Id: I029ee3db3a9ef1407ad99ed9a1587082017d3816
2022-01-21 22:26:06 +00:00
Xin Li
a1d31c2cf8 Merge SQ1D.211205.017. am: 605793b34f
Original change: https://android-review.googlesource.com/c/device/google/raviole/+/1930718

Change-Id: Ic579e5034b4dcb9b28a1abcbe4f8228708f8a5a4
2022-01-21 22:10:52 +00:00
Evgenii Stepanov
38aace95a0 Add aosp_(oriole|raven)_hwasan products. am: e0f04e3fcc
Original change: https://android-review.googlesource.com/c/device/google/raviole/+/1884697

Change-Id: I31fa200039bad8bfd7800c347240782af7ab5b55
2022-01-21 22:10:06 +00:00
Sasha Smundak
7232458e31 Replace foreach loops with the calls to copy-files am: 011b969d81
Original change: https://android-review.googlesource.com/c/device/google/raviole/+/1883313

Change-Id: I163979521cb82b387c975c78136448609e2ea55a
2022-01-21 22:09:53 +00:00
Jasmine Cha
bcb3df9f2e audio: update FM table (20220105) am: 9ea55c6a31
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16564367

Change-Id: I4984932605fc05d0c643ebe21987016254884179
2022-01-19 08:09:57 +00:00
Jasmine Cha
9ea55c6a31 audio: update FM table (20220105)
The change is on Headset Blackbird (USB-C earbuds) only.
The changed items are the same on R4 & O6 and the tuning
are also aligned with B3.

1. HE_BB, NB/WB/SWB/FB
  - Apply the same TDDRC gain for each RX volume step
  - Enable RX FFP
  - Fine-tune volume curve
2. Reduce the clipping risk on RX path (SWB and FB RX)
  - Fine tune EQ and TDDRC gain
3. HE_BB, WB_DT improvement
  - TX_EAD_THR: 0x4500 --> 0x36B0

Bug: 213426722
Test: manual test (b/174635995#comment77)

Signed-off-by: Jasmine Cha <chajasmine@google.com>
Change-Id: Iecf9bd5d6150371556680bd493ae3412a1ad5c2e
2022-01-19 07:49:39 +00:00
Jimmy Shiu
8859794691 PowerHal: move power HAL property to PRODUCT_VENDOR_PROPERTIES am: 970b2a5577
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16622623

Change-Id: I7b8b8a35fc9d60c3d32f4856534bbdbf9fc68819
2022-01-17 01:18:06 +00:00
Jimmy Shiu
970b2a5577 PowerHal: move power HAL property to PRODUCT_VENDOR_PROPERTIES
'vendor.powerhal.adpf.rate' should be placed in /vendor if it is used
by vendor processes. The product partition (and system_ext) belongs to
"system" in Treble view so it will be replaced by GSI.

Bug: 204035997
Test: Install GSI by b/204035997#comment19 and run the following
      command would get a non-null number:
      $ adb root; adb shell getprop vendor.powerhal.adpf.rate
Test: $ adb shell 'find . -type f -name "build.prop" -exec grep -Hn "adpf" {} \; 2> /dev/null'
    ./vendor/build.prop:83:vendor.powerhal.adpf.rate=16666666
Change-Id: I10c8f55609aff49e32b2bc6dc7474f8bafb116e9
2022-01-17 01:01:50 +00:00
Cole Faust
db13b85d51 Inline usages of LOCAL_STEM
Having no variables in include/inherit-product statements
makes the conversion to starlark cleaner.

Bug: 211659921
Test: Presubmits
Change-Id: Icf9126f27d81486847d07224a49f92c19e4a49d5
2022-01-13 17:43:20 +00:00
Lais Andrade
3212203ecb Add PWLE notification vibration patterns for P21 devices am: aa73129ab3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16585105

Change-Id: I04aa54f0b9f66817d90fee0d3c376c1b32c658b0
2022-01-13 14:07:39 +00:00
Lais Andrade
aa73129ab3 Add PWLE notification vibration patterns for P21 devices
Add the PWLE vibration pattern to the config.xml overlays for Pixel 2021
devices that support frequency control.

The patterns use the amplitude and frequency hand-designed for both
raven and oriole devices. The amplitude is using the maximum supported
value of 0.4, to allow scaling based on user settings.

Bug: 212366218
Test: manual
Change-Id: I73a2f3e50901b80aef299f4c8e9807a551170bbc
Merged-In: I73a2f3e50901b80aef299f4c8e9807a551170bbc
2022-01-13 13:52:54 +00:00
Robin Peng
38e09c2c70 Update SVN to 20 for O6R4 Jan respin am: dd623c582c am: d46373573d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16474560

Change-Id: Ic3ca177ec162fae222c2675a5a5c785a1d5c6d68
2022-01-12 06:24:20 +00:00
Robin Peng
9e9374b07b Update SVN to 20 for O6R4 Jan respin am: dd623c582c am: 225d88d72d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16474560

Change-Id: If38cf687093c5dc7e0d3653255a98180babe352d
2022-01-12 06:24:11 +00:00
Robin Peng
d46373573d Update SVN to 20 for O6R4 Jan respin am: dd623c582c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16474560

Change-Id: I08d8cb40a7ebcdf9fb22c0277ef8ca408eec6d1b
2022-01-12 06:05:21 +00:00
Robin Peng
225d88d72d Update SVN to 20 for O6R4 Jan respin am: dd623c582c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16474560

Change-Id: I16b6af257f9bf53232c5e161fbca19d33c053e16
2022-01-12 06:05:19 +00:00
TeYuan Wang
e0161cce44 thermal: adjust Raven USB-C UI warning threshold am: 973e42a5fd
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16590551

Change-Id: If59dd2939a14a7add77b63afe88e3c03a5727d03
2022-01-11 00:05:17 +00:00
TeYuan Wang
973e42a5fd thermal: adjust Raven USB-C UI warning threshold
According to the survey result, R4 has less margin than O6,
so adjust the threshold to reduce the false positive rate.

Bug: 213400531
Test: verified by emul_temp
Change-Id: I6ed9168a43d9936aef68ce60fb480af161eeb588
2022-01-10 18:27:53 +08:00
vincenttew
ab770e5eeb audio: syncing the USB config for mfg am: d0104cfd0d
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16564364

Change-Id: I576710f93b328106b02eed541f7107881593cb08
2022-01-10 06:13:32 +00:00
vincenttew
d0104cfd0d audio: syncing the USB config for mfg
currently mfg audio tool using audio-recordC usb-headset-mic
in mixer_paths.xml, add a new path for mfg usb recording to
switching the usb mic source

modify the usb alsa control to v2 since the latest alsa control
already changed

Bug: 213027646
Test: verify pass with mfg tool usb-record
Signed-off-by: vincenttew <vincenttew@google.com>
Change-Id: If3af632ed2bddcdd1329f17fc89ea82162d810ae
2022-01-10 05:50:46 +00:00
TeYuan Wang
23116459d2 thermal: adjust Raven USB-C throttling threshold am: b26e78c621
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16574914

Change-Id: Ic26a85a37b41bdfda0b8c649517a1cc7eeac06a5
2022-01-06 17:19:36 +00:00
TeYuan Wang
b26e78c621 thermal: adjust Raven USB-C throttling threshold
According to the survey result, R4 has less margin than O6,
so adjust the threshold to reduce the false positive rate.

Bug: 213400531
Test: verified by emul_temp
Change-Id: Iaea41fb62a4e2e06f59d40c26cfde563143fc07e
2022-01-06 15:35:06 +00:00
Harpreet "Eli" Sangha
cb793a4143 Revert "Move dck.eligible_wcc back to 3 for R4" am: f757d485d4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16500072

Change-Id: Iafd2e64d40541f5b8c985ee2105b46cfc8ed90bf
2021-12-22 09:23:52 +00:00
Harpreet "Eli" Sangha
f757d485d4 Revert "Move dck.eligible_wcc back to 3 for R4"
This reverts commit 67cccb2750f90560ff4b086c855161bcbe3159b9.

Reason for revert: b/210746264

Change-Id: I19da43552eb21a35816289838872636743e77602
2021-12-21 12:41:23 +09:00
Xin Li
605793b34f Merge SQ1D.211205.017.
Merged-In: I68825bf96c8b94dc63ebc096c57b9f7c680be090
Change-Id: I686001cbb0fe446fd3389d3c267d64fd9763bd3d
2021-12-20 14:10:51 -08:00
Ilya Matyukhin
0b1656cee7 DO NOT MERGE Remove unintended faceauth configs am: 1ee32ca9ed
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16484613

Change-Id: Ic8663fd6188229426f6d033651c7bc4f7ef93c99
2021-12-16 20:45:02 +00:00
Ilya Matyukhin
1ee32ca9ed DO NOT MERGE Remove unintended faceauth configs
Bug: 210921116
Test: N/A
Change-Id: Ie10aaca6892b1246b57941d00b283f202b08035d
2021-12-16 20:22:17 +00:00
linpeter
395a4eb2a5 display: enable hbm sv dimming [ DO NOT MERGE ] am: 2a05c539a7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16279847

Change-Id: I595c5b36f5b7ccddf3575d0e12cc4fc14a08af27
2021-12-16 08:22:30 +00:00
linpeter
2a05c539a7 display: enable hbm sv dimming [ DO NOT MERGE ]
Bug: 192919359
test: hbm sv dimming check
Change-Id: Iabf9361d53ef20bf6a761b73444ecb7c82bbd903
2021-12-16 08:05:02 +00:00
Sasha Smundak
fbe1c66488 Use soong_config_ macros to set Soong config variables.
Bug: 198503843
Test: treehugger
Change-Id: Ic9d26b16bd90f4b34bc069616a273ac568e62722
2021-12-15 12:03:00 -08:00
Robin Peng
dd623c582c Update SVN to 20 for O6R4 Jan respin
Bug: 208388283
Change-Id: I526a00cad840ff00747918e605873ccbe939ae2f
2021-12-15 17:53:20 +08:00
Alex Hong
8e9c857444 [DO NOT MERGE] Update PRODUCT_SHIPPING_API_LEVEL for gs101 devices am: b90720c8c7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16279849

Change-Id: Ia80e48b3b2fc4342748d96314bf47fa78c75d00b
2021-12-10 00:09:24 +00:00
Alex Hong
b90720c8c7 [DO NOT MERGE] Update PRODUCT_SHIPPING_API_LEVEL for gs101 devices
Test: adb shell getprop ro.product.first_api_level
Bug: 202921268
Change-Id: I3de89e705c1e7f0bac5f6d4b4b2791ef2edcfec6
Signed-off-by: Alex Hong <rurumihong@google.com>
2021-12-09 23:51:34 +00:00
Robin Peng
761902d54d Update SVN to 19 for O6R4 Feb MPR 2022 am: b43a67872f am: 520c2d4210
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387347

Change-Id: I29a4414f96edd80bd54ac348771337f35b390e20
2021-12-06 15:14:31 +00:00
Robin Peng
97dacb5a2e Update SVN to 18 for O6R4 Feb MPR 2022 am: e698ad5ebf am: 2d93cd005b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387346

Change-Id: I3dbc2152d2e1e1781e43986e75685ef1734f9fc6
2021-12-06 15:14:30 +00:00
Robin Peng
e7df7e1947 Update SVN to 17 for O6R4 Feb MPR 2022 am: c4f2e1f8be am: 495fab9842
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387345

Change-Id: I5e7060b4a99bee704814850ac4fc570f1f38ea83
2021-12-06 15:14:29 +00:00
Robin Peng
f570579e25 Update SVN to 16 for O6R4 Jan MPR 2022 am: 1c099b5343 am: 92ff56887f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387344

Change-Id: Ic276d37178a1dc3261c5898ef55db0dd5c321ce2
2021-12-06 15:14:27 +00:00
Robin Peng
3c0a837a5e Update SVN to 15 for O6R4 Jan MPR 2022 am: 6970a1c68c am: 030561cc4f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387343

Change-Id: I5e3c867e94d9cc0228cf36b82f6187af2e9a040b
2021-12-06 15:14:25 +00:00
Robin Peng
ab59b74e53 Update SVN to 14 for O6R4 Jan MPR 2022 am: 6c4358f966 am: fb0676c2d7
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387342

Change-Id: I09bf2c15ceb0b59c065d6b13e7795a862d86882a
2021-12-06 15:14:24 +00:00
Robin Peng
781c44a283 Update SVN to 19 for O6R4 Feb MPR 2022 am: b43a67872f am: 5860fc1d5e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387347

Change-Id: If1524c340feb872f72d1a32dd55bc783ac777bf6
2021-12-06 15:09:34 +00:00
Robin Peng
4598b46335 Update SVN to 18 for O6R4 Feb MPR 2022 am: e698ad5ebf am: 50968d502a
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387346

Change-Id: I60b837346659f9a6802b0c89b5f0f440861b98eb
2021-12-06 15:09:33 +00:00
Robin Peng
a87190b65d Update SVN to 17 for O6R4 Feb MPR 2022 am: c4f2e1f8be am: cd9c7877f6
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387345

Change-Id: Iee5e3e2d1d070ac6723a8b7ce6646a15abeced10
2021-12-06 15:09:33 +00:00
Robin Peng
c095ce4ea5 Update SVN to 16 for O6R4 Jan MPR 2022 am: 1c099b5343 am: 6b2d2160ab
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387344

Change-Id: I2f0a1ac80cc83ad7af1e804635d862e3abd0099c
2021-12-06 15:09:32 +00:00
Robin Peng
1de4be3137 Update SVN to 15 for O6R4 Jan MPR 2022 am: 6970a1c68c am: 26efdffccc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387343

Change-Id: I030723c4fe19bc1f59916c812f36a3ce3479f60e
2021-12-06 15:09:32 +00:00
Robin Peng
4277d50fcc Update SVN to 14 for O6R4 Jan MPR 2022 am: 6c4358f966 am: 0d22db5016
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387342

Change-Id: I6ea4ef9113c3728cb5c684530e779df98d7297ad
2021-12-06 15:09:31 +00:00
Robin Peng
5860fc1d5e Update SVN to 19 for O6R4 Feb MPR 2022 am: b43a67872f
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16387347

Change-Id: I47361d3859597389f6d489ab3fedfbfeefc1b7d0
2021-12-06 14:48:10 +00:00