Commit graph

98 commits

Author SHA1 Message Date
Alex Hong
9e502e7b41 Jump SVN to 3
Test: adb shell getprop ro.vendor.build.svn
Bug: 297279261
Change-Id: I8abbe4ae1161b8526c315bd47587d8d560aae04f
2023-08-24 12:38:53 +08:00
Alex Hong
dc6ef9bb5a Jump SVN to 2
Test: adb shell getprop ro.vendor.build.svn
Bug: 297279418
Change-Id: Ic2453f6c369a1e9b72da27737f80c875d6264bce
2023-08-24 12:36:48 +08:00
wenchangliu
32ca23a9e6 hk3sb3: Fallback to media performance class 13
We fallback to MPC 13 for FRC release due to :

1. Unable to meet performance for two concurrent 4K@30 fps HEVC
secure video playback since slow CMA (Contiguous Memory Allocator)
allocation.

2. Unable to concurrently execute 4K@30HEVC + 1080p@30AV1 secure
video playback since OOM possibly due to CMA fragmentation.

We will continue work on these issues for SU0 or QPR releases.

Bug: 290294604
Bug: 282157949
Test: run cts -m CtsMediaPerformanceClassTestCases

Change-Id: Ide93bfbb8fdc49d1e2d0847be1a474e697608afa
2023-08-14 23:59:32 +00:00
Scott Wiest
3b6d17c685 Modifying the Media Performance Class read only property to be a product
property

* Change to address failure with GSI on Camera Extensions due to the
  extension not being available on GSI builds

Test: Passed CTS tests on GSI build

Bug: 293999720
Change-Id: Ia9fea23f174c8cafb3568151e131fbac1cd61624
2023-08-08 17:45:38 +00:00
Safayat Ullah
c29590763d display: add golden profile for hk3 and sb3
Bug: 243693860
Test: check displaycolor dump and log
Change-Id: Ibdfdde13c6fc983dad2fdeabc573dfddb2b53991
2023-07-28 06:16:07 +00:00
Edmond Chung
f7bc78b727 Camera: Reveal EXIF info via PRODUCT_VENDOR_PROPERTIES
Bug: 291182308
Test: CTS
Change-Id: If3c3e1a24700a44c22ee0b5e437ee5275ab399cc
2023-07-20 20:17:25 -07:00
Treehugger Robot
086fadb5ed Merge "Bluetooth: P23 SAR table for RC" into udc-d1-dev 2023-07-12 03:14:24 +00:00
Chaohui Wang
d604dde530 Merge "[Regulatory Labels] New labels for shusky" into udc-d1-dev 2023-07-11 07:50:49 +00:00
Ted Wang
db0e9ebbfa Bluetooth: P23 SAR table for RC
Bug: 290317858
Bug: 290318075
Test: make
Change-Id: I881383011036d0857366dc0abe5dee73ba22238f
2023-07-11 05:41:09 +00:00
Treehugger Robot
af64c722ae Merge "Remove broadcast switcher property as it is not in the scope" into udc-d1-dev 2023-07-10 13:57:53 +00:00
Patty Huang
f1d487a9f6 Remove broadcast switcher property as it is not in the scope
Bug: 290562225
Test: Manual
Change-Id: Ifcf7cabe9dc2709a882a5c557fd8d1678aad86da
2023-07-10 13:46:29 +00:00
Chaohui Wang
3489716cbf [Regulatory Labels] New labels for shusky
Also set config_regulatory_info_overlay_package_name, so the regulatory
labels are directly loaded from overlay package.

Bug: 283170651
Test: manual - check regulatory labels
Change-Id: I8005c86c1d093451a8f84c84a189b03130d840f3
2023-07-07 08:27:05 +00:00
Edmond Chung
39e53534e1 Enable camera exif model/make reporting
Bug: 284792598
Test: CTS
Change-Id: I45898c377f21de45110e162c8c05df9bff1d27e3
2023-07-06 20:37:43 -07:00
wenchangliu
9c48bf32a8 hk3sb3: Enable media performance class 14
Bug: 268198011
Test: run cts -m CtsMediaPerformanceClassTestCases
Change-Id: I7df00be189aad8863de6c7ff5caa2598f5b5aa67
2023-06-27 08:42:05 +00:00
Treehugger Robot
6c91500f77 Merge "Change padding and height radio for keyboard" into udc-d1-dev 2023-06-17 02:38:56 +00:00
Alan Chen
57bac462e9 Merge "Add Display Dynamic Frequency to coex for HK3/SB3." into udc-d1-dev 2023-06-15 09:17:06 +00:00
Alan Chen
8769f9dbba Merge "Add coex MIPI/DBR table for hk3/sb3 devices." into udc-d1-dev 2023-06-15 09:15:16 +00:00
Cyan_Hsieh
1253e9696a Change padding and height radio for keyboard
Bug: 271358290
Change-Id: Id5871262d6e82e427b6d044cf5c276298554ad9d
2023-06-12 11:17:00 +08:00
Jeffrey Carlyle
1bea4f8100 dck: add missing WCC and SE capability properties
Values set per relevant hardware specs.

Bug: 285390995
Test: build only
Change-Id: I51e16bce7bf8f639fb1061ebfbe34d05578e7fc5
Signed-off-by: Jeffrey Carlyle <jcarlyle@google.com>
2023-06-09 19:10:35 +00:00
Jacky Liu
703f6e1326 Define LOCAL_PATH
LOCAL_PATH is not guaranteed, define it before using.

Bug: 286503615
Test: build
Change-Id: I93f1e8995488e3dd6510c7424f109e8f943f42ce
2023-06-09 18:03:08 +08:00
Alan Chen
8b2edcace5 Add Display Dynamic Frequency to coex for HK3/SB3.
Bug: 281705874
Test: verified the files with the corresponding values were generated on device

Change-Id: I2dee416b43276938ca0563066984235c1ebf2015
2023-06-09 09:51:20 +00:00
Alan Chen
d83c7c7c63 Add coex MIPI/DBR table for hk3/sb3 devices.
Bug: 280745525
Test: verified the files were properly generated on device

Change-Id: I603fdd8d3bd2af690812edfea60d2846593d6b7c
2023-06-09 09:50:58 +00:00
Ted Wang
ddddd61cd4 Merge "Bluetooth: update SB3/HK3 BT defatul SAR tables" into udc-d1-dev 2023-06-09 06:35:55 +00:00
Treehugger Robot
566097b915 Merge "Disable broadcast source & assistant by default" into udc-d1-dev 2023-06-02 13:34:26 +00:00
David Duarte
ca4347fc28 Merge "Enable superwide band system property" into udc-d1-dev 2023-06-01 15:31:24 +00:00
Patty Huang
e6a84ee54f Disable broadcast source & assistant by default
Bug: 284804688
Test: Ensure the broadcast source & assistant was disabled by default
Change-Id: I6b784d015dc18d5f19bde6a843520e9894010bff
2023-06-01 17:54:33 +08:00
Ted Wang
c4a17b8196 Bluetooth: update SB3/HK3 BT defatul SAR tables
Bug: 285219292
Test: make
Change-Id: I72a9952dc00ec48187a6fbeb1479c5cca5f372e7
2023-06-01 08:05:37 +00:00
Leo Hsieh
e65696ed15 Merge "hk3sb3: Enable runtime exposure compensation" into udc-d1-dev 2023-05-30 13:50:00 +00:00
Treehugger Robot
c190406429 Merge "Add POF property" into udc-d1-dev 2023-05-30 03:51:27 +00:00
Ted Wang
944e6cd36d Add POF property
Add those property for FinderService

Bug: 283372320
Test: make
Change-Id: I55d64b34441d42cee20a4fa6a34f797acb62c485
2023-05-30 03:32:24 +00:00
leohsieh
9740e95d13 hk3sb3: Enable runtime exposure compensation
Bug: 267271482
Test: build and test fingerprint on device.
Change-Id: Id8e983cbd4413aeb8c61adfdea018eae4c8b1289
2023-05-30 03:21:28 +00:00
John Pan
d73522bb72 Merge "Build HK3/SB3 default CMF color wallpaper" into udc-d1-dev 2023-05-26 07:44:18 +00:00
John Pan
e71934965b Build HK3/SB3 default CMF color wallpaper
Bug: 274862523
Test: Build pass; Manual
Change-Id: If24b149a547b8c9bf90f5677c6c621af4dbba25a
2023-05-24 08:55:31 +00:00
shihchienc
fb1be101b0 Enable superwide band system property
As the change of init feature flag on swb is ready, we will open
swb on those devices that supports this feature with more flexibility
since wiping sys property could be done at android regular releases
as enabling feature flag on server make it more flexible on schedule.

Test: manual
Bug: 283722412
Change-Id: If015fd92b5c75a07bb0820f54dc413a32031f6ea
2023-05-22 06:27:52 +00:00
Charles Chen
dc2f107406 Disable Setting large screen optimization on normal device
Test: build
fixes: 283348006

Change-Id: I5285b3f40353ec7095425c83a572fc7af5030e11
2023-05-19 12:20:41 +00:00
Treehugger Robot
098f926027 Merge "[SWB] Disable super wideband" into udc-d1-dev 2023-05-12 15:54:53 +00:00
shihchienc
87615e502e [SWB] Disable super wideband
Disable SWB by setting system property

Tag: #feature
Bug: 281957936
Test: flash devices and check property
Change-Id: I7f9e824b64feb23f8ddf61ef44e92dad889030b2
2023-05-11 08:54:07 +00:00
Jay Civelli
763cece701 Merge "Adding Fast Pair extended IDs for Shiba and Husky" into udc-d1-dev 2023-05-09 15:59:53 +00:00
Jay Civelli
1981dcae60 Adding Fast Pair extended IDs for Shiba and Husky
Adding the Fast Pair extended IDs for Shiba and Husky so that
Quick Start shows the right Fast Pair bottom sheet on other devices
during setup.

Bug: 280889888
Test: Manually flashed a Shiba & Husky device and validated the FP
      bottom sheet is displayed on a nearby other device
Change-Id: Idf45a6ca819dbb012210ee9dfeec7e98b18603de
2023-05-04 23:27:39 +00:00
Treehugger Robot
8779a25fdb Merge "[DO NOT MERGE] vibrator: Disable PWLE capability for U" into udc-d1-dev 2023-05-04 20:26:45 +00:00
Andrew Chant
77e6c02e7c shusky: move perf/thermal configs around
Move shusky thermal .json files into thermal/
and perf configs into perf/.

Also move the configs into device-shusky-common.mk,
allowing override of the config file path.

Bug: 277993984
Change-Id: Ifa2882ee9c27c57d967c27f9f8e8edaff313e2d5
2023-05-02 09:39:45 -07:00
Treehugger Robot
32e929bbf8 Merge "Camera: Force front camera always binning for 720P or less" into udc-d1-dev 2023-05-02 02:59:26 +00:00
Nathan Kulczak
f350357cbd [DO NOT MERGE] vibrator: Disable PWLE capability for U
Set chirp.enabled=0 so that CAP_FREQUENCY_CONTROL and
CAP_COMPOSE_PWLE_EFFECTS will not be enabled.

Bug: 275032416
Test: adb shell idlcli vibrator getCapabilities
Change-Id: I4eb07c595bbd15e85bf8c07e29cab1a479589b09
Signed-off-by: Nathan Kulczak <nathankulczak@google.com>
2023-04-28 05:36:12 +00:00
Wei Wang
a08c53bf89 Merge "shusky: adjust zram swap size to 50% of total memory" into udc-d1-dev 2023-04-26 21:41:50 +00:00
Jia-yi Chen
35726fa691 Camera: Force front camera always binning for 720P or less
Bug: 275886769
Test: Boot & check logs
Change-Id: I78ded68fdec10c447ad2b402dc979e18d754855f
2023-04-26 10:49:08 -07:00
Richard Chang
455a5c9c54 shusky: adjust zram swap size to 50% of total memory
- 8 GB 	-> 3.62 GB
- 12 GB -> 5.57 GB

Bug: 249179924
Test: Boot
Change-Id: I8c9a3ce05893564878fc395579ae962a2fbe53ca
2023-04-26 08:50:49 +00:00
timmyli
602ad8190d Disable rlsservice for P23 devices
These devices will use spectral driver for ambient
light and flicker information.

Bug: 277959222
Test: ./run_cts.sh
Change-Id: I5a245fa222bc83ed3c4976895671070be02a9a43
2023-04-24 20:06:09 +00:00
Treehugger Robot
7a889ab62a Merge "[SWB] Enable super wideband" into udc-d1-dev 2023-04-21 01:12:07 +00:00
Bill Yi
062ebe5313 Add AOSP support for Husky and Shiba.
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/husky
platform/vendor/aosp/google_devices/shiba

and the paths are
vendor/google_devices/husky
vendor/google_devices/shiba

TEST:make and flash a husky device

BUG: 278968179
Change-Id: I1c5424dfddddb8ee29a86f2408a231aa5556a0bb
2023-04-19 22:26:16 -07:00
shihchienc
7bdd128083 [SWB] Enable super wideband
Enable SWB by setting system property

Tag: #feature
Bug: 277338500
Test: flash devices and check property
Change-Id: I5dbdafc0a4ed03f137d4ce9602fe67c1b2fca756
2023-04-19 07:06:10 +00:00