Commit graph

146 commits

Author SHA1 Message Date
Wilson Sung
3ffb508b5c tegu: Set ro.vendor.build.svn
Flag: build.RELEASE_SVN_TEGU
Bug: 383638176
Test: boot
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e44e860da6277f4f857aef5dd0daa3d161461ec4)
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:84a108c3a67b8fc7d5f58c54922fb63a21ca4f7c)
Merged-In: I7d32a1060900095d80bab11a88965feac15537aa
Change-Id: I7d32a1060900095d80bab11a88965feac15537aa
2025-01-02 17:19:30 -08:00
Wilson Sung
a479687415 tegu: Update SVN to 2
Flag: build.RELEASE_SVN_TEGU
Bug: 383638176
Test: boot
(cherry picked from commit d53b263bfbe0e432229503aa508a6087e8a7fb45)
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:d88eee4e8711a7194d7f9d63fd6697cfcfabdca4)
Merged-In: Ibc84d73b0e1a496872b8d904b91655fc2cfb28ec
Change-Id: Ibc84d73b0e1a496872b8d904b91655fc2cfb28ec
2025-01-02 17:19:18 -08:00
Ian Fan
28dff3928f Enable camera exif model/make reporting
Reveal real model and make name in the exif.

Flag: EXEMPT bugfix
Test: CTS StillCaptureTest#testFocalLengths
Test: CTS StillCaptureTest#testJpegExif
Bug: 345632437
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:80451662f29cad6c83302edb783bfb4b53724518)
Merged-In: I3c5c7807e6ef68f4ed347a5d921cdd5884c77e2f
Change-Id: I3c5c7807e6ef68f4ed347a5d921cdd5884c77e2f
2024-12-13 08:54:36 -08:00
Boon Jun
5fd3135253 Migrate camera radioext client to AIDL
Bug: 377991853
Bug: 371878208
Test: Open camera & observe connection to radio
Flag: EXEMPT bugfix
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:5b03302143aceb20d3529e47c670c00917bb0461)
Merged-In: I4584fed6e90e3719eb811139eac2e773fd1a75ec
Change-Id: I4584fed6e90e3719eb811139eac2e773fd1a75ec
2024-11-26 12:22:56 +00:00
Akshay Cadambi
77d4416a4f Revert "Enable stereo spatial audio"
This reverts commit adf4b746105200f0d6e2c068f0ed89168751f315.

Reason for revert: Push release to ensure sufficient DF soak to ensure AOC stability.

Bug: 377366877
Bug: 379867020
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:00722cbdc354f3d888f196cd1e3a75d1d43b9c58)
Merged-In: I5b52a44e9d74db77c0ac830171125061222fdc54
Change-Id: I5b52a44e9d74db77c0ac830171125061222fdc54
2024-11-25 08:12:35 +00:00
Akshay Cadambi
7acf9f3135 Enable stereo spatial audio
- Enable spatial audio support for tegu.
- Enable stereo spatialization support.
- Make spatial audio a default-off feature.

Test: manual
Bug: 371199321
Flag: com.android.media.audio.stereo_spatialization
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:adf4b746105200f0d6e2c068f0ed89168751f315)
Merged-In: Ic2333de4b2a57d0aecadf47ba5943fdba3eda5b2
Change-Id: Ic2333de4b2a57d0aecadf47ba5943fdba3eda5b2
2024-11-13 12:15:25 +00:00
kuanyuhuang
89c370e823 [BT] Update SAR tables
- BLE HP value us updated to HR column
- Increase 0.5dB for BR in CE region
- Increase 0.5dB in SAR table for index-4

Bug: 377621925
Test: build and check files at device
Flag: EXEMPT sar table update
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e7b952ef4656f970dba3f360a61353170f533888)
Merged-In: I1d274a5d6b216bc6222f8c3535eb8f4bb9c36e10
Change-Id: I1d274a5d6b216bc6222f8c3535eb8f4bb9c36e10
2024-11-11 11:58:58 +00:00
chenkris
040e234c5b tg4: udfps: enable max touch size filtering
Flag: EXEMPT NDK
Bug: 362903978
Test: enroll and authenticate fingerprint
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4bda4727bed889f01862fafb40c903e9fe2fb687)
Merged-In: I2e61ca7278a5aace3b7c1a2e2e3deacbcd551649
Change-Id: I2e61ca7278a5aace3b7c1a2e2e3deacbcd551649
2024-11-01 13:17:54 +00:00
Cyan Hsieh
363d085261 Revert^2 "Upgrade PRODUCT_SHIPPING_API_LEVEL to 35"
67d35b986b

Add android.hidl.allocator@1.0-service and hwservicemanager to fix aosp build and HAL requirement

Bug: 312876454
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:c18b5116475e7f21a0ab03cf2705a63d9e13049d)
Merged-In: I823aef5fd4ffa0f47a9db3688162ba539b922deb
Change-Id: I823aef5fd4ffa0f47a9db3688162ba539b922deb
2024-10-24 11:43:51 +00:00
sashwinbalaji
b33a59cd3e thermal: Add odpm based VSkin Model
- Add vskin model using:
	- thermistor temperature
	- last 5 min average power of rails
- Add residency monitoring for:
	- vskin-odpm-model - vskin-legacy.
	- align thresholds for vskin-model - vskin-legacy with other
	  devices.
	- vskin-model
	- vskin-odpm-model

Bug: 366375997
Test: Push config and verify lshal
Flag: EXEMPT config update
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:8f6b18a05086c1f9d00dc917aa09d05496baac2b)
Merged-In: I7f3cdbc009a608497de33cfcdc0e86005c2e842a
Change-Id: I7f3cdbc009a608497de33cfcdc0e86005c2e842a
2024-10-24 11:43:34 +00:00
kuanyuhuang
50047d61a2 [BT] Add SAR tables
Add Bluetooth SAR table for differnet SKUs

Bug: 369254971
Test: build and check files at device
Flag: EXEMPT sar table update
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:0f04779317645d6b822cab03a76fd84949b3fcd2)
Merged-In: I5e20434aa0eead6fb5173183b3ed4069a5c58155
Change-Id: I5e20434aa0eead6fb5173183b3ed4069a5c58155
2024-10-23 11:23:29 +00:00
chenkris
d031024451 tg4: udfps: enable mt filter
Flag: EXEMPT NDK
Bug: 374628968
Test: authenticate fingerprint
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4c0d2f8f92420012c23944bb3f9f1f068367f0a2)
Merged-In: Iacccd040f53b39067a719d2536a1dac917b8362a
Change-Id: Iacccd040f53b39067a719d2536a1dac917b8362a
2024-10-21 14:13:32 +00:00
Nicole Lee
5d67d376da tegu: enable IOemService AIDL
Bug: 356025857
Test: Start modem logging
Flag: EXEMPT HAL interface change
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:45a9a05486a31ca103ad8cb9141cab1b83aefd61)
Merged-In: I9831129bdb5eaceda4579845d30c2e1f53d9ee68
Change-Id: I9831129bdb5eaceda4579845d30c2e1f53d9ee68
2024-10-17 11:15:27 +00:00
chenkris
d181180681 tegu: enable fps_touch_handler to handle down up events
Flag: EXEMPT NDK
Bug: 368517769
Test: authenticate fingerprint
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:95a67cf2c7395732f8aca29d07077f83c20f64f6)
Merged-In: I371ea24bd44d0366dc3224ca5e34f0a5738193d1
Change-Id: I371ea24bd44d0366dc3224ca5e34f0a5738193d1
2024-10-10 07:01:22 +00:00
chenkris
94cbabafe6 tg4: enable fps_touch_handler
Flag: EXEMPT NDK
Bug: 371861989
Test: authenticate fingerprint
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:37141236aef374478a3f4634bdd0db5809ffd189)
Merged-In: I07485dc89b0671b0c1b5c1569ccfd33827ad7496
Change-Id: I07485dc89b0671b0c1b5c1569ccfd33827ad7496
2024-10-08 02:01:43 +00:00
Akshay Cadambi
a42cbc8cb7 Remove spatialization for Tegu
Since tegu doesn't support 5.1 spatialization, we
will remove this property in the absence of stereo
spatialization support.

Bug: 365846274
Flag: com.android.media.audio.stereo_spatialization
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:cd00de7c04b94b62ef0ebf0dc62b166d96925b76)
Merged-In: I566dd79be26a0fe93b70d93094e2dfd193d1dbdc
Change-Id: I566dd79be26a0fe93b70d93094e2dfd193d1dbdc
2024-10-02 11:28:50 +00:00
Akshay Cadambi
2149d0087d Disable stereo spatialization.
Bug: 365846274
Flag: com.android.media.audio.stereo_spatialization
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:8825850f3369d42d2fbc0eb7a9bfb10a3266d37d)
Merged-In: I573535e4065a14062661077dc1955827a4d498ec
Change-Id: I573535e4065a14062661077dc1955827a4d498ec
2024-10-02 11:28:36 +00:00
Leo Hsieh
37d600b7db tg4: Enable runtime exposure compensation
Bug: 357976286
Test: build and test fingerprint on device.
Flag: EXEMPT NDK
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:b0a941af4c589b7a09d4aee82890f819c6d2ce8e)
Merged-In: Ida183d9ca1d99f7eb8019d0487a3b00c37d2728c
Change-Id: Ida183d9ca1d99f7eb8019d0487a3b00c37d2728c
2024-10-01 01:25:26 +00:00
Samridhi
88438bd991 Merge "Add component overrides to enable Touch Diagnostics in Tegu." into main 2024-09-21 02:29:16 +00:00
Samridhi
240e8f26ab Add component overrides to enable Touch Diagnostics in Tegu.
Bug: 362570271
Test: MANUAL
Flag: EXEMPT makefile changes to enable component-override in Pixel Troubleshooting App.
Change-Id: I3da70af53dfd78df87a5693abd9130a5d5fa3064
2024-09-20 18:52:59 +00:00
Chuck Liao
f99398a26f Merge "Build Tegu default CMF color wallpaper" into main 2024-09-20 00:08:20 +00:00
Neo Yu
a0b4ea8b52 Enable radioext 2.0 and include gril_aidl.mk for tegu
Bug: 283064367
Test: verify with test ROMs
Flag: EXEMPT HAL interface change
Change-Id: I032ae6a414e29df0dfbb5833d625425b8605f8b7
2024-09-16 11:40:31 +08:00
Cyan_Hsieh
8f37f6a8a6 Move PRODUCT_SHIPPING_API_LEVEL to define by device
Bug: 312876454
Change-Id: I6e523c4e27c7fe8fcc26eae82c487398d116d069
2024-09-13 11:47:33 +08:00
Neo Yu
2a3a3bb413 Include gril_hidl.mk for tegu
Bug: 365505327
Test: verify with test ROMs
Flag: EXEMPT bugfix
Change-Id: I67f6db12801e62f10b5d565d006e4830e493e28f
2024-09-12 15:37:19 +08:00
Charles Yo
6687d87597 Merge "Revert "Enable radioext 2.0 and include gril_aidl.mk for tegu"" into main 2024-09-09 15:53:33 +00:00
Charles Yo
8e52443019 Revert "Enable radioext 2.0 and include gril_aidl.mk for tegu"
Bug: 365505327

Reason for revert: BB on 25D4-Release

Change-Id: I3cf0bfde349b7bf693d25aa355dfe7a643c2bb1b
2024-09-09 15:43:38 +00:00
Chuck Liao
a9b2e5b8b3 Build Tegu default CMF color wallpaper
Bug: 361683632
Flag: EXEMPT resource only update
Test: Manually build
Change-Id: I38f919ccd29c97afdcd1d6815e1c04ced67cbbdb
2024-09-09 22:30:27 +08:00
Shilika Gehlot
c8b41a0f2c Merge "dck: Setting DCK WCC and SE system properties" into main 2024-09-06 22:10:50 +00:00
Neo Yu
58231ca2ab Merge "Enable radioext 2.0 and include gril_aidl.mk for tegu" into main 2024-09-06 01:41:14 +00:00
chenkris
d80454e323 tegu: udfps: fix typo in property configuration
Bug: 364167308
Test: build
Change-Id: I62174f350158109969d3b8d5f979772fdfc80056
2024-09-05 00:44:50 +00:00
Neo Yu
5ffb61b5a4 Enable radioext 2.0 and include gril_aidl.mk for tegu
Bug: 283064367
Test: verify with test ROMs
Flag: EXEMPT HAL interface change
Change-Id: I6cd2e3c5b7aae8c51fc07c7e86a992260073c878
2024-09-05 01:07:18 +08:00
Kiwon Park
44457e5ccb Merge "Include esim.mk in device-tegu.mk" into main 2024-09-04 16:55:20 +00:00
Charlie Yang
8215b0593f Merge "Revert "Add a soong config USE_RADIOEXTERNAL_HAL_AIDL in device/..."" into main 2024-09-04 13:05:40 +00:00
Charlie Yang
500003dec9 Revert "Add a soong config USE_RADIOEXTERNAL_HAL_AIDL in device/..."
Revert submission 28947244-grilservice

Reason for revert: b/363911795

Reverted changes: /q/submissionid:28947244-grilservice

Change-Id: I25a4b0655529f5e90652cf667947b5b61a7f0afe
2024-09-04 11:03:13 +00:00
chenkris
4b98a8f9c1 tegu: set persist.vendor.udfps.boost_whole_auth_path_supported to true
Bug: 364167308
Test: authenticate fingerprint
Change-Id: Ieca695826c1588e2046b4b501d808bbac24b98a9
2024-09-03 07:29:55 +00:00
chenkris
1833232f8e tegu: disable udfps retrying capture callback
Bug: 364151551
Test: enroll and authenticate fingerprint
Change-Id: I40c400b4616aade48260d782de6a58d0c1821de2
2024-09-03 07:29:12 +00:00
Bao Do
589ee5240b Enable multi-codec for Tegu project.
Add set scenarios, configurations files and set properties to
enable multi-codec architecture for Tegu projects.

This is a clone of the default files, only GAME scenarios
has some order changed to prioritize 48k gaming without source.

Bug: 362436202
Test: Check file location
Flag: NONE system property change only
Change-Id: Ib5f8ca648c57f4d58dea97cf15692a5308c7400a
2024-08-31 16:06:54 +08:00
Treehugger Robot
87f20d6e94 Merge "Add a soong config USE_RADIOEXTERNAL_HAL_AIDL in device/google/tegu/device-tegu.mk" into main 2024-08-30 07:22:56 +00:00
kellyhung
2617805f1e Add a soong config USE_RADIOEXTERNAL_HAL_AIDL in device/google/tegu/device-tegu.mk
Bug: 360757079
Test: lunch r11-trunk_staging-userdebug; m grilservice
Flag: EXEMPT bugfix

Change-Id: Ib8139b30f976c6b5f41686e9263b9da7ff87db07
2024-08-30 06:38:16 +00:00
Kiwon Park
c27a598033 Include esim.mk in device-tegu.mk
Bug: 349592724
Change-Id: Idabe8ae9fe9d7f689d8b3292a335db6397f2d923
Test: m
Flag: NONE disabling a feature just in factory
2024-08-28 22:24:22 +00:00
Shilika Gehlot
90aadf7f84 dck: Setting DCK WCC and SE system properties
Bug: 356403117
Test: Build only
Change-Id: I1345b631c9c81137c8b8d57cf5d42409b1586ffd
Flag: NONE <setting system properties>
2024-08-28 18:02:35 +00:00
Aaron Tsai
7c75af7281 Enable RIL ENDC mode setting during Radio OFF on Pixel 2025M
Bug: 302058506
Test: build pass
Flag: build.ALLOW_SET_ENDC_DURING_RADIO_OFF
Change-Id: I31c798b55176b5065965f0df0d8981235be13321
2024-08-27 06:39:57 +00:00
Treehugger Robot
6eb1e49ecd Merge "Add AOSP support for tegu" into main 2024-08-26 19:05:52 +00:00
Shin-Yu Wang
df5bcc3305 Merge "Change padding and height radio for Tegu keyboard" into main 2024-08-26 06:46:39 +00:00
Shin-Yu Wang
791ba9b252 Change padding and height radio for Tegu keyboard
Bug: 336219542
Test: check `adb shell getprop`
Change-Id: Ifa303635de6e6da77fa6f1eeec10a108ce769823
Flag: EXEMPT keryboard layout update
2024-08-26 06:46:11 +00:00
Attis Chen
99f07a0082 Merge "display: add disp_therm sysfs node and interval time" into main 2024-08-26 04:53:16 +00:00
Bill Yi
32340a0d59 Add AOSP support for tegu
We will have a 'vendor' project containing proprietary blobs
to be able to build and flash Pixel device when vendor source is not
available.
The project names are
platform/vendor/aosp/google_devices/tegu

and the path is
vendor/google_devices/tegu

BUG: 362002791
Change-Id: I82b51019fb5bcfe3dd864078601cbba5165fa198
2024-08-24 17:47:38 -07:00
attis
46b5622df9 display: add disp_therm sysfs node and interval time
Bug: 356557498
Flag: NONE add new property
Test: check the display temperature work
Change-Id: I7f4a78a7e89fa061351af88948191087690a5025
Signed-off-by: attis <attis@google.com>
2024-08-21 19:24:09 +08:00
chenkris
0758023f22 tegu: set persist.vendor.udfps.set_lhbm_in_advance to true
Bug: 360980086
Test: enroll and authenticate fingerprint.
Change-Id: I1d00d20eaa4f1fbf2f725b77debd7348656674a5
2024-08-20 06:48:42 +00:00
Gary Jian
aa69aa26c1 Use IRadio 2.2 for new Android V launch device
Bug: 353169338
Test: VTS
Flag: NONE IRadio version change does not support flags
Change-Id: Iad86a95d8b8c551d151cd367568f264835783ab3
2024-08-15 14:57:36 +08:00