Commit graph

95 commits

Author SHA1 Message Date
Alex Hong
f9607f6384 [DO NOT MERGE] Use GmsCorePrebuilt y2023w06 for tangorpro devices
Bug: 269378805
Change-Id: Ifb9094877a41a56cf69852308738eed9a0519164
2023-03-02 10:24:37 +08:00
Mao Lee
9c6a87e274 Camera: Add the property to bypass sensor binning resolution condition.
Bug: 265755704
Test: CTS, GCA and Snapchat
Change-Id: Ie6d2f26e0df5b5cd721d5f9c881b31c6d756f668
2023-02-22 07:24:58 +00:00
Wiwit Rifa'i
4e4c9b5ed5 Enable dynamic recomposition by default
Dynamic recomposition in HWC is a feature to save some power savings
during idle case by flattening all layers using GPU composition.

Enable dynamic recomposition for display with index 0.

Bug: 267972056
Test: DR should be used when all layers have low fps
Test: DR should not be used when there's front buffer or video layer
Change-Id: I6ec0a05508524a7d15dddfc8e244a298e1fa5a6a
2023-02-09 11:15:47 +08:00
Blossom Chiang
795665af9f Merge "Reveal model/make name in camera EXIF" into tm-qpr-dev 2023-02-04 04:05:14 +00:00
Haoming Wu
2dcd116560 Add libcast_auth to PRODUCT_PACKAGES
Bug: 265445490
Test: test on device
Change-Id: I9724d979399574b90cda8fd40623851e17af6e70
2023-01-16 02:35:27 +00:00
Alex Hong
0b33f83170 [DO NOT MERGE] Use GmsCorePrebuilt y2023w02 for tangorpro devices
Bug: 262621552
Change-Id: I04edf89533f7cdc620f81a22e621e792897fadba
2023-01-13 02:16:24 +00:00
CJ Fan
42675a3dc6 Merge "[DO NOT MERGE]lights: Add golden calibration support" into tm-qpr-dev 2023-01-07 14:12:37 +00:00
MingChe Chiang
b8d6a82abf Reveal model/make name in camera EXIF
Bug: 253011704
Test: Check EXIF data from JPEG image, CTS
Change-Id: I3e5972608ded870c29c1ee0b2ebf2a4e59c1f9cf
2023-01-07 08:57:30 +00:00
Chungjui Fan
e10a95b4b1 [DO NOT MERGE]lights: Add golden calibration support
The units should deploy the golden calibration data
in either case of replacement of MLB or CG.

Bug: 264023021
Change-Id: Idb670bfefb3585ee1413e16c3e07d4d818f3f9ab
Merged-In: Idb670bfefb3585ee1413e16c3e07d4d818f3f9ab
Signed-off-by: Chungjui Fan <chungjuifan@google.com>
2023-01-06 23:42:25 +00:00
Yanting Yang
932308de7e Add regulation e-label for TangorPro
Bug: 249000738
Test: visual
Change-Id: Id267f0faa85bd8da95bc59aecfd10697c57b7fcf
2023-01-04 15:09:28 +08:00
jonerlin
560830597f Bluetooth: remove unsupported feature IBluetoothCcc settings
Bug: 245445796
Test: Manual + atest vts_treble_vintf_vendor_test
Change-Id: If7b54dcf5f76cbae8662f7e5117fedbe41e26ea1
Merged-In: If7b54dcf5f76cbae8662f7e5117fedbe41e26ea1
2022-12-27 07:09:39 +00:00
Sandeep Vijayasekar
67a373d8d8 Merge "Change system property type" into tm-qpr-dev 2022-12-22 21:17:19 +00:00
Sandeep Vijayasekar
a15edc5d93 Change system property type
Bug: b/263263027
Test: ensure mediashell can read this property
Change-Id: I5f6bda59947f4b58c738c375847d6d728f19e918
2022-12-20 12:12:17 -08:00
Mariia Sandrikova
e28a4937ec [2/2][Pro] Set orientation for boot animation and default display rotation.
Change the default display rotation value and boot animation orientation to 270. This is needed to preserve primary landscape UX after device natural orientation changes to portrait.

Context: go/tangor-natural-orientation

Bug: 260627934
Test: manual test with all 4 values
Change-Id: I1ff42f7df21ec8231ff19fd7e209cfbb84537f93
2022-12-11 13:54:38 +00:00
Sandeep Vijayasekar
75bfd09596 Merge "[DO NOT MERGE] Revert "Revert "[AudioProxy] Enable AudioProxy""" into tm-qpr-dev 2022-12-10 02:18:14 +00:00
Sandeep Vijayasekar
67442466d3 [DO NOT MERGE] Revert "Revert "[AudioProxy] Enable AudioProxy""
This reverts commit 40e6ca666b.

Reason for revert: fix breakage with ag/20681848

Change-Id: Ia62aaa17e94a426390e120cc0d811b67cf5739ae
2022-12-08 21:40:14 +00:00
Sandeep Vijayasekar
5b22bbb049 Merge "Revert "[AudioProxy] Enable AudioProxy"" into tm-qpr-dev 2022-12-08 21:17:50 +00:00
T.J. Mercier
40e6ca666b Revert "[AudioProxy] Enable AudioProxy"
This reverts commit f75c0dd43d.

Reason for revert: DroidMonitor: Potential culprit for Bug 261776026 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Change-Id: I7941dfe9235d843ac3a24034819ea6e0ffe00884
2022-12-08 00:16:00 +00:00
Mariia Sandrikova
32eaab94ec [1/n][Pro] Change natural device orientation to portrait.
This change is needed to ensure compatibility of Camera apps that rely on natural orientation being aligned with portrait camera orientation.

0 degrees is selected over 180 to have the back camera at the top of the device when portrait-only apps are force rotated into specific orientation for compatibility.

Also, temporary override ro.surface_flinger.primary_display_orientation to use it instead the value from HWC API to avoid breaking the build even for a short period of time since there is no direct way to synchronize landing of this CLs chain with pa/2342172

Bug: 246793311
Test: manual QA for top apps and manual exploratory testing for overall device experience
Change-Id: I67f9cb522f4478c83ac6bbc18da2eaf4ee0dd686
2022-12-07 20:01:12 +00:00
Yuchen Liu
30cac33ee4 Merge "[AudioProxy] Enable AudioProxy" into tm-qpr-dev 2022-12-07 18:48:30 +00:00
TreeHugger Robot
6b89898295 Merge "Add MIPI Coex tables for tangor cameras" into tm-qpr-dev 2022-11-29 15:05:40 +00:00
Labib Rashid
e1ba72abd7 Add MIPI Coex tables for tangor cameras
Source:
https://docs.google.com/spreadsheets/d/15Mn-rcptXy4cI-kpPonDAwiuMTfNE4gkBKUViDLU_3I/preview#gid=0

Bug: 250889701
Test: go/dynamic-frequency-test
Change-Id: I895ed94f06fafe997549beed1d1fc4d92b20b883
2022-11-29 10:09:02 +00:00
Amy Hsu
a27792b7b1 Merge "Enable CABC as default." into tm-qpr-dev 2022-11-29 06:16:50 +00:00
Amy Hsu
d233fb5fbc Enable CABC as default.
CABC is enabled as default. For factory build, we'd like
to disable it as default.

Bug: 259212634
Test: adb shell /sys/class/backlight/panel0-backlight/cabc_mode
Change-Id: I9c128ef2e54924a6cd4a082898a3f84a50a03e6f
2022-11-28 03:21:59 +00:00
Sandeep Vijayasekar
f75c0dd43d [AudioProxy] Enable AudioProxy
CP of go/ag/16674532

1. Enable AudioProxy service and client library.
2. AudioProxy service will implement the audio HAL, so add the audio
policy config file.
3. AudioProxy also has its own AIDL interface. Add the compatibility
matrix file for the new AIDL interface, and the audio HAL.

Bug: 197547824
Test: Build and local run
Change-Id: I9aa3dbced63f071bebade5de7d996655fe502295
2022-11-22 15:14:06 -08:00
Bill Yi
4e093e92ff Add AOSP support for tangorpro
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 name is
platform/vendor/aosp/google_devices/tangorpro

and the path is
vendor/google_devices/tangorpro

BUG:246437989

TEST: make and flash a tangorpro device
Change-Id: Ia860cc84ffa8db42ae2f30c433e3764459f27732
2022-11-22 18:39:03 +00:00
TreeHugger Robot
be88126f44 Merge "display: add golden files" into tm-qpr-dev 2022-11-21 12:27:46 +00:00
TreeHugger Robot
82d24e3608 Merge "[T6] Camera: Enable the product properties." into tm-qpr-dev 2022-11-18 07:25:31 +00:00
Chih-ren Yu (Swim)
2620d685da [T6] Camera: Enable the product properties.
1. Raise buffer allocation priority
2. Extended cpu boost

Bug: 258359662
Test:
1.use 'adb shell getprop persist.vendor.camera.extended_launch_boost' and 'adb shell getprop persist.vendor.camera.raise_buf_allocation_priority' to confirm the property is default set
2.Camera Check list
3.CTS performance test
Change-Id: I1bc4fbfa493837dedbfd83ff000d4f52f0f74947
2022-11-18 03:30:46 +00:00
Mei Wu
20d00b6b43 RESTRICT AUTOMERGE:
Set tangorpro as the tuning_product for tangorpro device.

This was initially set, but then overwritten.
See analysis in attached bug.
Bug:259197392
Test: `m -j com.google.pixel.camera.hal && ls  $OUT/apex/com.google.pixel.camera.hal/etc/lib64/camera/`

Change-Id: Ib7ca1ee2f5d1fad6a78d61b04ee636120c0a5be4
2022-11-15 07:43:26 +00:00
TreeHugger Robot
fd87ec7e64 Merge "Update DWB values for T6pro" into tm-qpr-dev 2022-11-09 01:47:49 +00:00
linpeter
9286215ef9 display: add golden files
Bug: 210932935
test: loading the file during boot
Change-Id: I12cc43232db362ad3330bc63c589dbdb3796fcc7
2022-11-03 15:02:29 +08:00
Christine Franks
e4005cbbb9 Update DWB values for T6pro
Bug: 243717330
Test: n/a

Change-Id: Ic27334d1252945b31e792aa00819401c11ee748f
2022-10-24 16:23:43 -07:00
Richard Chang
eff267c77f perf: add dex pre-opt for SystemUITitan
SystemUI package name for tablet is SystemUITitan instead of
SystemUIGoogle.

Bug: 254388795
Test: pts-tradefed run commandAndExit pts -m PtsPerfWbsTestCases
-t com.google.android.perfwbs.pts.FrameworkOptTest
Test: adb shell oatdump
--oat-file=system_ext/priv-app/SystemUITitan/oat/arm64/SystemUITitan.odex
--header-only

Change-Id: If904f0f6dbfd7516e464669594a055b9981f7e98
2022-10-20 07:25:27 +00:00
TreeHugger Robot
df928e6730 Merge "[DO NOT MERGE] Use GmsCorePrebuilt y2022w41 for tangorpro devices" into tm-qpr-dev 2022-10-14 19:22:47 +00:00
Alex Hong
a18b62f2cf [DO NOT MERGE] Use GmsCorePrebuilt y2022w41 for tangorpro devices
Bug: 251261605
Change-Id: Ibfd73fc707b8fb2b9129b4b7145f48397cbf70b9
2022-10-13 13:24:50 +08:00
Speth Chang
4e115dc4f5 T6pro: bypass csi crc error
Bug: 229825634
Bug: 249439125
Test: T6Pro property check.
Change-Id: I599157b52b41a47ce900a7ad10c08092fc5ee151
2022-10-06 10:14:19 +00:00
Sandeep Vijayasekar
6eb477104f Set Cast SSID suffix
Bug: 230819507
Test: build and flash to device
Change-Id: I7d90ebf9a3966141ecbed8bbdbbb2ab60a0d1e51
2022-10-05 10:50:03 -07:00
TreeHugger Robot
7d1a60b079 Merge "[T6pro] Enable the flag to increase thread priority for nodes stop" into tm-qpr-dev 2022-10-05 11:01:58 +00:00
Jay Chien
ae7a623cb3 [T6pro] Enable the flag to increase thread priority for nodes stop
Synchronizing solution from L10: ag/19991927

Bug: 251027883
Test: GCA, CTS
Change-Id: I243ef681cdea3a907da3c5b33e5c36278a53f5a2
2022-10-05 09:36:38 +00:00
Cyan_Hsieh
d125960b2e Disable Android telephony euicc on Tablet products
Adding the flag to disable copy euicc xml

Bug: 246514347
Change-Id: Ia9d6e035059f7053001202ee28765696534a24cf
2022-10-05 15:07:45 +08:00
Roger Liao
d926f40640 Remove DCK property
No DCK support in this project.

Bug: 247031263
Test: get_build_var PRODUCT_PROPERTY_OVERRIDES
Change-Id: I4634d1e031c0955d46187e449833afbfea131d98
2022-10-04 22:23:00 +08:00
Haoming Wu
66c1664383 CastAuthApk: Castkey AIDL mediaDrm plugin
Bug: 229298787
Test: Access Cast creds with MediaDrm plugin
Change-Id: I085b193ff4046d9005366c8bc8b3eb8020716b4b
2022-10-04 05:01:59 +00:00
Doreen Wang
b1a2041c7c Merge "RESTRICT AUTOMERGE: Update T6Pro soong_config target device" into tm-qpr-dev 2022-09-29 17:25:34 +00:00
Doreen Wang
e1a1e099ec RESTRICT AUTOMERGE:
Update T6Pro soong_config target device

Bug: 246290120
Test: build pass
Change-Id: Ic4b3a697f5c6d36b9fa4f3d9f5ade4332e9c8838
2022-09-28 17:58:21 +00:00
Alex Hong
271c7e84a6 [DO NOT MERGE] Use GmsCorePrebuilt y2022w39 for tangorpro devices
Bug: 248359402
Change-Id: Ia8a5aacbb05f6bc3ef8ed547208033b9bbe5d523
2022-09-27 18:30:49 +08:00
Doreen Wang
06f1e47a23 Revert "RESTRICT AUTOMERGE: [Camera 3A] Update T6Pro soong_config"
This reverts commit fed96fed0c.
Test: build successfully
Bug:249154327
Change-Id: Iabfbd8994ec74117b039443ba6e209265054087c

Change-Id: If5eccfc92c4ea0ac523de9b1de7b19dce605d983
2022-09-27 00:49:56 +00:00
Doreen Wang
fed96fed0c RESTRICT AUTOMERGE: [Camera 3A] Update T6Pro soong_config
Update T6Pro soong_config target device

Bug: 246290120
Test: build pass
Change-Id: Ib0f14c27710c55e15029d592602fb16fd55210e2
2022-09-24 18:14:08 +00:00
Krzysztof Kosiński
e4a986aba2 Set Lyric camera_hardware variable.
Bug: 240478511
Test: presubmit
Change-Id: Idbec3553d9eca43a7c7fb4c36f3d3a1ceac63d77
Merged-In: Idbec3553d9eca43a7c7fb4c36f3d3a1ceac63d77
2022-09-23 02:56:08 +00:00
Blade Chiu
04e0e865fa Merge "Set correct the isp tuning project name" into tm-qpr-dev 2022-09-22 17:14:13 +00:00