Commit graph

2858 commits

Author SHA1 Message Date
Alessio Balsini
d20a8ac044 [automerge] Revert "Use FUSE BPF by default" 2p: 236b740ec1
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/17013775

Change-Id: I793af0153973408de14cee858576e91fb5c3e218
2022-02-25 16:29:03 +00:00
Alessio Balsini
236b740ec1 Revert "Use FUSE BPF by default"
This reverts commit fb8a0383e3.

Reason for revert: b/221093504

Change-Id: I808f9dd315ec7b57916385c64435808d3467a244
2022-02-25 16:28:54 +00:00
Edwin Tung
a204313171 [automerger skipped] [DO NOT MERGE] gps: update gps driver 129.20.23.528152 am: 623a33b4d4 -s ours am: e38f23f397 -s ours am: e0c7482bbb -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16983909

Change-Id: Ia37a5fe6f754aa9e6ebe128591a0fd3f9e1af4c7
2022-02-24 18:02:40 +00:00
Edwin Tung
e0c7482bbb [automerger skipped] [DO NOT MERGE] gps: update gps driver 129.20.23.528152 am: 623a33b4d4 -s ours am: e38f23f397 -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16983909

Change-Id: Iea23ec3f8b653a6f773293bbbf22e937c3ebae29
2022-02-24 17:39:48 +00:00
Edwin Tung
e38f23f397 [automerger skipped] [DO NOT MERGE] gps: update gps driver 129.20.23.528152 am: 623a33b4d4 -s ours
am skip reason: Merged-In I943fa1e906d8b0b80b6395accd71c68f97f7ed43 with SHA-1 2df653b72c is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16983909

Change-Id: I600788b6d3ac65b3c14136a67334a38b747082c7
2022-02-24 17:17:28 +00:00
Edwin Tung
b32e837584 [automerger skipped] [DO NOT MERGE] gps: update gps driver 129.20.23.528152 am: 2df653b72c -s ours am: 036a66cf50 -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16996816

Change-Id: I0ad2d100da08763c77a971cf138b6f5a64e2dfdd
2022-02-24 15:46:29 +00:00
Edwin Tung
036a66cf50 [automerger skipped] [DO NOT MERGE] gps: update gps driver 129.20.23.528152 am: 2df653b72c -s ours
am skip reason: subject contains skip directive

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16996816

Change-Id: I707dad41352f7e2f0e8bdd5f8867251928171be5
2022-02-24 15:23:41 +00:00
Edwin Tung
623a33b4d4 [DO NOT MERGE] gps: update gps driver 129.20.23.528152
Added CpLppeE911PreferredAccuracyMeter (default=10) xml attribute
to force Control Plane singleshot accuracy

Bug: 215660420

Verify test: 220990700

Test: atest VtsHalGnssTargetTest
atest CtsLocationGnssTestCases
atest GtsLocationTestCases
atest PtsChreTestRunner

Change-Id: I7a0b6ffe079c10a1ca380feb7ba6bf2fd9498050
Merged-In: I943fa1e906d8b0b80b6395accd71c68f97f7ed43
2022-02-24 15:13:17 +00:00
Edwin Tung
2df653b72c [DO NOT MERGE] gps: update gps driver 129.20.23.528152
Added CpLppeE911PreferredAccuracyMeter (default=10) xml attribute
to force Control Plane singleshot accuracy

Bug: 215660420
valid test: 220990700

Test: atest VtsHalGnssTargetTest && atest CtsLocationGnssTestCases
&& atest GtsLocationTestCases && atest PtsChreTestRunner

Change-Id: I943fa1e906d8b0b80b6395accd71c68f97f7ed43
2022-02-24 09:31:10 +00:00
Alessio Balsini
d51f3d30b5 Use FUSE BPF by default am: fb8a0383e3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16968724

Change-Id: I262d3a10fc621b77851f0889ada020fd7d418c63
2022-02-23 17:25:51 +00:00
Rick Chen
314ac307ae Move sensor debug property to USF common folder. am: 3fbbc5c703
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16945497

Change-Id: I8aec13843f65211acce16e27cbc917bff056221f
2022-02-23 17:22:47 +00:00
Robert Shih
df718bb1f8 whitechapel: enable AIDL DRM HALs am: 2d94f8212b
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16958609

Change-Id: Ib4bb3bf725e07a83f3203551baeb9246e1bf8e45
2022-02-23 17:15:22 +00:00
Alessio Balsini
fb8a0383e3 Use FUSE BPF by default
Enable the persist.sys.fuse.bpf.enable flag in the system configuration to
enable the FUSE BPF feature.
This feature has already been tested on Cuttlefish devices and no issues have
been detected yet.

Bug: 220151842
Bug: 202785178
Test: 'adb shell getprop | grep persist.sys.fuse.bpf.enable',
    ScopedStorageTest
Signed-off-by: Alessio Balsini <balsini@google.com>
Change-Id: Ic4114fd23f6745992b513c0cf16d96aff73ad94a
2022-02-23 11:35:23 +00:00
Rick Chen
3fbbc5c703 Move sensor debug property to USF common folder.
Bug: 220215673
Test: lshal debug android.hardware.sensors@2.1::ISensors/default
      See sensor events output.
Signed-off-by: Rick Chen <rickctchen@google.com>
Change-Id: I2c206bd917f0997d2ce0c569b8f376897cff9863
(cherry picked from commit e69afb4814)
2022-02-23 02:10:08 +00:00
TreeHugger Robot
1eb0118e83 Merge changes from topic "usf_tm-dev_sync" into tm-mainline-prod
* changes:
  Move sensor debug property to USF common folder.
  [automerge] Move sensor debug property to USF common folder. 2p: b18c4a36d3
2022-02-23 02:10:08 +00:00
Robert Shih
2d94f8212b whitechapel: enable AIDL DRM HALs
Bug: 219538389
Test: atest GtsMediaTestCases
Change-Id: I431554dcbef014f8235f048ee062a218a2131f9c
2022-02-23 01:08:17 +00:00
Edwin Wong
e722bc2262 Merge changes from topic "gs101-drm-aidl-tm-dev" into tm-mainline-prod
* changes:
  whitechapel: enable AIDL DRM HALs
  [automerge] whitechapel: enable AIDL DRM HALs 2p: e9af3b2511
2022-02-23 01:08:17 +00:00
Rick Chen
178e363bfa [automerge] Move sensor debug property to USF common folder. 2p: b18c4a36d3
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16945497

Bug: 220215673
Change-Id: If8909c7e857e268e807287bb5e5c565f84db6d7f
2022-02-21 09:58:52 +00:00
Rick Chen
b18c4a36d3 Move sensor debug property to USF common folder.
Bug: 220215673
Test: lshal debug android.hardware.sensors@2.1::ISensors/default
      See sensor events output.
Signed-off-by: Rick Chen <rickctchen@google.com>
Change-Id: I2c206bd917f0997d2ce0c569b8f376897cff9863
(cherry picked from commit e69afb4814)
2022-02-21 09:57:45 +00:00
Robert Shih
d034e84ab0 [automerge] whitechapel: enable AIDL DRM HALs 2p: e9af3b2511
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16958609

Bug: 219538389
Change-Id: Ibfa3ed0339e7ee2553f582d38ac201ddc88ead04
2022-02-20 20:36:41 +00:00
Robert Shih
e9af3b2511 whitechapel: enable AIDL DRM HALs
Bug: 219538389
Test: atest GtsMediaTestCases
Change-Id: I431554dcbef014f8235f048ee062a218a2131f9c
2022-02-20 20:36:32 +00:00
Lais Andrade
bf9aa068d3 [automerge] Add default alarm and media vibration intensity settings 2p: e8dfddc978
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16932752

Change-Id: Ib396cf9eee1a4625d0dd7598e372e529c2bedaad
2022-02-18 11:12:30 +00:00
Lais Andrade
e8dfddc978 Add default alarm and media vibration intensity settings
Fix: 219692498
Test: manual
Change-Id: I1fa7443b36d93906e7def15629b87213edf30727
2022-02-18 11:12:21 +00:00
Jack Diver
42eba1b8e6 gs101: Add pixel_mali_soc config var
* Add gs101 soc soong_config_variable
* Remove unused mali soong namespaces

Test: Build UMD from source for gs101, gs201 and zuma
Test: checkbuild
Bug: 185349920
Bug: 174232579
Signed-off-by: Jack Diver <diverj@google.com>
Change-Id: I8eceaf939f8c498b26a3df9b890c2b3848de9a99
2022-02-17 12:53:42 +00:00
Victor Liu
c85025d971 uwb: add calibration script to device folder
copy calibration script in uwb make

Bug: 219611318
Test: builds
Signed-off-by: Victor Liu <victorliu@google.com>
Change-Id: I3d75f4cbdc046082c7ce005e58a2b68e1d65ddfe
2022-02-15 19:52:43 +00:00
Nate Myren
d945dc90a1 Add notification pregrants to gs101
Test: build
Bug: 218409412
Change-Id: Ib1a02bb00cdbb0778043fa9c279db1a5451e2ebb
2022-02-15 17:18:16 +00:00
Carter Hsu
c0ee644bda audio: update AUdioExt to 3.0
Bug: 206065000
Test: build pass
Signed-off-by: Carter Hsu <carterhsu@google.com>
Change-Id: I79b3fc0ecf9d7e5a6a860029da06deca36ba9573
2022-02-15 09:13:54 +00:00
Bob Badour
0022b191e2 Declare license metadata for copied files. am: 445d07a51b am: 38aba3e97b am: 8e7c4bd61a
Original change: https://android-review.googlesource.com/c/device/google/gs101/+/1984509

Change-Id: Iaceda1844e1410b302cb5e84b40722fcf547d514
2022-02-15 01:47:44 +00:00
Bob Badour
8e7c4bd61a Declare license metadata for copied files. am: 445d07a51b am: 38aba3e97b
Original change: https://android-review.googlesource.com/c/device/google/gs101/+/1984509

Change-Id: I5a68f0f8bc2827555f466aad377d8d26d641359e
2022-02-15 01:31:29 +00:00
Bob Badour
38aba3e97b Declare license metadata for copied files. am: 445d07a51b
Original change: https://android-review.googlesource.com/c/device/google/gs101/+/1984509

Change-Id: I947ab15dae07501ee61edbd94cb937c2299f865b
2022-02-15 01:18:42 +00:00
Xin Li
2effebe37b [automerger skipped] Merge SP2A.220305.012 am: f4d329ec8a -s ours am: a1dad8367b -s ours
am skip reason: Merged-In If597efa6bfc9d0a606a12bf09babb32e1ee3d3b4 with SHA-1 3d54c6f3a5 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16873058

Change-Id: Ia2bd23af21f77c2509a108d8c9d10e69e96794a3
2022-02-15 00:35:24 +00:00
Xin Li
a1dad8367b [automerger skipped] Merge SP2A.220305.012 am: f4d329ec8a -s ours
am skip reason: Merged-In If597efa6bfc9d0a606a12bf09babb32e1ee3d3b4 with SHA-1 3d54c6f3a5 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16873058

Change-Id: I614f50d1058b52463fa84da529e77532a6cb6179
2022-02-15 00:14:50 +00:00
Bob Badour
445d07a51b Declare license metadata for copied files.
Bug: 151177513

Test: m all dist reportmissinglicenses
Change-Id: I02597501691e2743971c93dabcd9fe00d25645d3
2022-02-14 12:38:48 -08:00
Xin Li
f4d329ec8a Merge SP2A.220305.012
Bug: 219523960
Merged-In: If597efa6bfc9d0a606a12bf09babb32e1ee3d3b4
Change-Id: If2ee6468bb8be7d4da2aa8843a2bb52c132fcf6a
2022-02-14 19:59:09 +00:00
Xin Li
091db01220 [automerger skipped] Merge sc-v2-dev-plus-aosp-without-vendor@8084891 am: 6ea7e8b035 -s ours am: 1ff0c92bbd -s ours
am skip reason: Merged-In Ife2ff971eaeda2b132658ca2704bf1edde6fd80a with SHA-1 676247423b is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16845166

Change-Id: I8852bdbc1aa0157fe3f50c94d4ecbf17b5b4ff12
2022-02-14 18:21:27 +00:00
Xin Li
1ff0c92bbd [automerger skipped] Merge sc-v2-dev-plus-aosp-without-vendor@8084891 am: 6ea7e8b035 -s ours
am skip reason: Merged-In Ife2ff971eaeda2b132658ca2704bf1edde6fd80a with SHA-1 676247423b is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16845166

Change-Id: I6a7d19efbeac9816dd91e7bfb2187c417fe1f776
2022-02-14 18:04:03 +00:00
Carter Hsu
8a44f52082 audio: Update Audio HIDL to 7.1
Bug: 205235270
Test: build pass
Signed-off-by: Carter Hsu <carterhsu@google.com>
Change-Id: Ic54e2787ef27022556430c6c1db346b1e1348e39
2022-02-14 01:02:01 +00:00
Xin Li
6ea7e8b035 Merge sc-v2-dev-plus-aosp-without-vendor@8084891
Bug: 214455710
Merged-In: Ife2ff971eaeda2b132658ca2704bf1edde6fd80a
Change-Id: Ic1617d8e3b1aac8c2acc2c483b1347431e911a1e
2022-02-11 07:10:27 +00:00
weichinweng
fcd13c2a6c Align ASHA prop with BluetoothProperties am: 33f00feec1 am: 2eb5898ff5 am: 509789fe9c am: 06f1614c91
Original change: https://android-review.googlesource.com/c/device/google/gs101/+/1976974

Change-Id: I9f89a8c51c78e9aea571734f47573bc9fbbaa117
2022-02-11 03:15:33 +00:00
weichinweng
06f1614c91 Align ASHA prop with BluetoothProperties am: 33f00feec1 am: 2eb5898ff5 am: 509789fe9c
Original change: https://android-review.googlesource.com/c/device/google/gs101/+/1976974

Change-Id: I688eb358117ed993a07ef442c8f4a340fff030eb
2022-02-11 02:45:05 +00:00
weichinweng
509789fe9c Align ASHA prop with BluetoothProperties am: 33f00feec1 am: 2eb5898ff5
Original change: https://android-review.googlesource.com/c/device/google/gs101/+/1976974

Change-Id: Id0d14edff51ab3b302a73d64fe8c70f0800f2793
2022-02-11 02:25:43 +00:00
weichinweng
2eb5898ff5 Align ASHA prop with BluetoothProperties am: 33f00feec1
Original change: https://android-review.googlesource.com/c/device/google/gs101/+/1976974

Change-Id: If6cd9cfef74d8a171468217cbe1c3a39c7a55517
2022-02-11 02:08:26 +00:00
Ankit Goyal
8b6040996b Remove outdated namespaces
Bug: 174232579
Test: Boots to home
Change-Id: I0df3cbf63bfa85bf092a973b3e5e10d8bdedb8ad
2022-02-11 00:52:54 +00:00
Ankit Goyal
9569216882 Update vulkan library name to vulkan.mali
Bug: 174232579
Test: Boots to home
Change-Id: I5d16d8b6215da49db49458f277da917385ec2052
2022-02-11 00:52:54 +00:00
weichinweng
33f00feec1 Align ASHA prop with BluetoothProperties
* Modify bluetooth.profile.asha.central to
  bluetooth.profile.asha.central.enabled

Tag: #feature
Test: manual
Bug: 211570675
Bug: 218454632
Change-Id: I04be495b881bfa3ed5b7a3a05f50d33e83743e35
2022-02-10 15:16:41 +00:00
Darren Hsu
29832dc73a powerstats: add devfreq state residency for MFC and DISP
Bug: 218772968
Bug: 216600952
Test: dump power stats and see the state residencies appear
Test: verified that the string buffer is enough
Change-Id: Id57cefa7c35145edfc617c97ac8ff80b4827214a
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2022-02-10 12:06:09 +00:00
Presubmit Automerger Backend
be63735d7b [automerger skipped] [automerge] Partial Revert "powerhint: remove powerhint.json for separating configs" 2p: feb6fd3e0f am: 43dc7bc652 -s ours
am skip reason: Merged-In Ied6e98e39481775d17efa8c3741a99eaf3fab2b8 with SHA-1 4a00d52966 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16811163

Change-Id: I7fbf6bd65f7b9543243f04646c367a8a9ca9d1b4
2022-02-10 04:13:03 +00:00
Presubmit Automerger Backend
10cbc8574b [automerger skipped] [automerge] powerhint: remove powerhint.json for separating configs 2p: eea7b26d08 am: 3569070df7 -s ours
am skip reason: Merged-In Ie1cb4e4c0fd3fc0abbba1e721cc7f66841265e98 with SHA-1 aa7f75a6c6 is already in history

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/16687457

Change-Id: Id65e654629f380b2375cb637f226bbb30f337f9b
2022-02-10 04:13:02 +00:00
Quang Luong
bf1e7742d7 Update WIFI_HAL_INTERFACE_COMBINATIONS for 1.6 HAL
Update WIFI_HAL_INTERFACE_COMBINATIONS for 1.6 HAL, which should
explicitly specify AP_BRIDGED for bridged AP.

Bug: 207055799
Test: build
Change-Id: Ibc9ee2a5b0d446e7fe4ad4022da1a086a042e235
2022-02-09 16:41:23 +00:00
Jinting Lin
834ad828b3 Update Pixel_stability.nprf
- Enable LTE_L1LC and LTE_HAL

Bug: 218409029
Change-Id: I99dd8f95e0af6e101d4989cc96def3661886509e
2022-02-09 01:50:39 +00:00