Commit graph

2815 commits

Author SHA1 Message Date
Jack Wu
a06bf9cb25 [automerger skipped] Update health AIDL HAL to V3 am: c59a55ffc8 -s ours
am skip reason: Merged-In I7582ba278abcb30cebe041f775efe45633a58bad with SHA-1 40f89b2d46 is already in history

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

Change-Id: Ib776182bbe6868745bca2a4a66b9480bca2df3ae
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-04-12 05:27:29 +00:00
David Lin
ab17ee2548 Merge "Update health AIDL HAL to V3" into 24D1-dev 2024-04-12 05:08:32 +00:00
Jack Wu
c59a55ffc8 Update health AIDL HAL to V3
Bug:<b/328327545>
Test: TH
Test: vts-tradefed run vts -m vts_treble_vintf_vendor_test
Signed-off-by: Jack Wu <wjack@google.com>
(cherry picked from https://android-review.googlesource.com/q/commit:40f89b2d464071389d395f39928ef0e6d99bf2fb)
Merged-In: I7582ba278abcb30cebe041f775efe45633a58bad
Change-Id: I7582ba278abcb30cebe041f775efe45633a58bad
24D1-dev is based on 24Q2-release. Therefore, we merged this CL to 24D1-dev.
2024-04-12 05:08:15 +00:00
Android Build Coastguard Worker
2d635d6485 Snap for 11704135 from f8a4bd6ce1 to 24Q3-release
Change-Id: Ib0a179e89389eee1a86b1f9bad9c6ed3185e7df4
2024-04-11 23:03:28 +00:00
Treehugger Robot
c462243219 Merge "Zuma: disable compression on apex" into main 2024-04-11 21:58:15 +00:00
Jaegeuk Kim
6f61b2f689 Zuma: disable compression on apex
Compression on apex disables direct IO for loopback, which introduces
double buffering and longer latency.

Bug: 298717358
Change-Id: I3b1de10f17931bec7769947bad62a22637a8a528
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
2024-04-11 21:57:05 +00:00
Enzo Liao
f8a4bd6ce1 Merge "Apply common SELinux policies related to ramdumps and coredumps to zuma." into main 2024-04-11 02:03:27 +00:00
Martin Liu
625450137c Disable proactive compaction
From field data, sometimes kcompactd is
pretty activated and can impact critical
CUJs. Disable it first to mitigate the
impact.

Bug: 332916849
Test: boot
Change-Id: I87cdcf184afb5fe10e873162b94bd3bf54b1acbd
Signed-off-by: Martin Liu <liumartin@google.com>
2024-04-11 00:14:29 +00:00
Android Build Coastguard Worker
55a014e1c8 Snap for 11697857 from 13c3ad1dc2 to 24Q3-release
Change-Id: Ifcf7e77c68aefc39e2ea285a50691068ddec66f7
2024-04-10 23:03:28 +00:00
Wen Chang Liu
13c3ad1dc2 Merge "update odd resolution support in vpx and av1 codecs" into main 2024-04-10 11:20:37 +00:00
Daniel Chapin
e47d4c3767 Revert "Add betterbug mk to zuma"
Revert submission 26348985-bb-sepolicy-poc

Reason for revert: Droidfood blocking bug: b/327991669

Bug: 327991669

Reverted changes: /q/submissionid:26348985-bb-sepolicy-poc
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:fe980182cc8f21d7af154271d58aff971f72132c)
Merged-In: I83de6f389e4ce5113afd751871e0e10e67fb0b4f
Change-Id: I83de6f389e4ce5113afd751871e0e10e67fb0b4f
24D1-dev is based on 24Q2-release. Therefore, we merged this CL to 24D1-dev.
2024-04-08 06:20:23 +00:00
Android Build Coastguard Worker
9bcf8ff08e Snap for 11679388 from 7c575c770f to 24Q3-release
Change-Id: Id59a18cdded903e06e7b7273c2dcaa8e1a33a029
2024-04-06 01:03:17 +00:00
Dinesh Yadav
7c575c770f Merge "TPU Rio Tachyon Migration" into main 2024-04-05 04:03:45 +00:00
Dinesh Yadav
0a091afcbc TPU Rio Tachyon Migration
This change includes tachyon targets for edgetpu in the final image

TESTED:
Create a private build with this change and verified that the tachyon targets were present after flashing on a local device.

Bug: 307591410
Change-Id: Id531f0941d043319771e2b10fd3cb6c93c9a7a24
2024-04-04 12:44:15 +00:00
Android Build Coastguard Worker
b0a2ed6547 Snap for 11666018 from 90fc27fe79 to 24Q3-release
Change-Id: I8641d8c210bcedad3ef2b4b5a4f05a578853d919
2024-04-03 23:03:19 +00:00
Enzo Liao
f8c54e9912 Apply common SELinux policies related to ramdumps and coredumps to zuma.
Refer: ag/26620507

Bug: 298102808
Design: go/sys-software-logging
Test: Manual
Change-Id: I9f0d29ef69dc88cb8e876e37aac09ed7331c79b7
2024-04-03 16:02:30 +08:00
Ziyi Yang
90fc27fe79 Merge "Adding post notification to gca default permissions" into main 2024-04-02 19:54:46 +00:00
wenchangliu
da4eb5e611 update odd resolution support in vpx and av1 codecs
[VSR-4.2.004.001] MUST support the smallest width/height alignment allowed
by the video standard. For AVC/HEVC/VCC, this requires 2x2 pixel alignment
for YUV 4:2:0 profiles, and 2x1 pixel alignment for YUV 4:2:2 profiles.
For VP8/VP9/AV1, this requires 1x1 pixel alignment for any profiles.
Note: This is usually stored as the crop rectangle in the bitstream.

Bug: 329378524
Test: CtsMediaV2TestCases
Change-Id: I0e84a342bf1093c74c712d2c811b37eca9c7908c
2024-04-01 04:18:51 +00:00
Android Build Coastguard Worker
e7ac1387f9 Snap for 11650815 from 2c21455b27 to 24Q3-release
Change-Id: Ia7fafe083f1d6296a9f00fc39b3f6fc1bd6883fe
2024-03-30 21:03:43 +00:00
Android Build Coastguard Worker
46140e09b9 Snap for 11648291 from 29b78ff858 to 24Q3-release
Change-Id: Idc77c56237c3f353d34f8f68fa64b01d00f17f4b
2024-03-30 01:03:30 +00:00
Treehugger Robot
2c21455b27 Merge "usb: handle displayport debounce timer empty reads" into main 2024-03-30 00:41:50 +00:00
Ziyi Yang
6531ad3c81 Adding post notification to gca default permissions
Bug: 331677590
Test: Build and flash. Permission was pregranted to gca.
Change-Id: Id358ad4ad34b700409e157345a43a93729009af5
2024-03-30 00:10:05 +00:00
Android Build Coastguard Worker
c6e447ea3a Snap for 11641371 from 1b6df46381 to 24Q3-release
Change-Id: I69803fd614ac7d46816aca0d3f12dc275f9bce0e
2024-03-28 23:03:16 +00:00
Chris Lu
29b78ff858 zuma: upgrade IDisplay to V11 am: 3a14c951a2
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/26482877

Change-Id: Ic3c7f4af6f69eabaf4e0d501bece99613e173d46
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-03-28 21:37:16 +00:00
Shashwat Razdan
5032fc7cb5 Revert "Adding android.software.contextualsearch to zuma devices."
Revert submission 26467635-feature_cs

Reason for revert: b/329350496 - Introducing new config with `android.*` namespace is not allowed in 24Q2.

Reverted changes: /q/submissionid:26467635-feature_cs

Change-Id: Icee16ce2f1d8b4971f9db615b862ba36588a9f65
2024-03-28 18:59:22 +00:00
Jack Wu
82bb1a5112 Update health AIDL HAL to V3
Bug: 328327545
Test: TH
Test: vts-tradefed run vts -m vts_treble_vintf_vendor_test
Signed-off-by: Jack Wu <wjack@google.com>
(cherry picked from https://android-review.googlesource.com/q/commit:40f89b2d464071389d395f39928ef0e6d99bf2fb)
Merged-In: I7582ba278abcb30cebe041f775efe45633a58bad
Change-Id: I7582ba278abcb30cebe041f775efe45633a58bad
24D1-dev is based on 24Q2-release. Therefore, we merged this CL to 24D1-dev.
2024-03-28 07:26:43 +00:00
Treehugger Robot
1b6df46381 Merge "Update SOONG_NAMESPACES to include power-anomaly-sitril folder" into main 2024-03-28 04:59:30 +00:00
Android Build Coastguard Worker
93e292bba3 Snap for 11629448 from 336cc78bd9 to 24Q3-release
Change-Id: Ib67f14d788e7daddfb348a9c9aed64b4ce3427fa
2024-03-27 01:04:37 +00:00
Android Build Coastguard Worker
6a6766d878 Merge cherrypicks of ['android-review.googlesource.com/3009648'] into 24Q2-release.
Change-Id: I13b9f2ca30340a6b5a11d590106d3200d9dd4d46
2024-03-26 23:37:01 +00:00
Jack Wu
956405c6c0 Update health AIDL HAL to V3
Bug: 328327545
Test: TH
Test: vts-tradefed run vts -m vts_treble_vintf_vendor_test
Signed-off-by: Jack Wu <wjack@google.com>
(cherry picked from https://android-review.googlesource.com/q/commit:40f89b2d464071389d395f39928ef0e6d99bf2fb)
Merged-In: I7582ba278abcb30cebe041f775efe45633a58bad
Change-Id: I7582ba278abcb30cebe041f775efe45633a58bad
2024-03-26 23:19:37 +00:00
Vilas Bhat
336cc78bd9 Merge "16k: zuma: Remove PRODUCT_MAX_PAGE_SIZE_SUPPORTED, set to 16384 by default" into main am: 9f46e1bc8a am: 19eefd7be5
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3009017

Change-Id: I18dcbc4200bbded295cbf3084a6c2c54d3a49a69
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-03-26 00:58:45 +00:00
Vilas Bhat
19eefd7be5 Merge "16k: zuma: Remove PRODUCT_MAX_PAGE_SIZE_SUPPORTED, set to 16384 by default" into main am: 9f46e1bc8a
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3009017

Change-Id: I62eeed1a5d24504c67c9b11a8e07c4874a4c95f1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-03-26 00:32:26 +00:00
Vilas Bhat
9f46e1bc8a Merge "16k: zuma: Remove PRODUCT_MAX_PAGE_SIZE_SUPPORTED, set to 16384 by default" into main 2024-03-26 00:11:12 +00:00
Vilas Bhat
2c6de7bc7a 16k: zuma: Remove PRODUCT_MAX_PAGE_SIZE_SUPPORTED, set to 16384 by default
b/300367402 has been resolved and PRODUCT_MAX_PAGE_SIZE_SUPPORTED
override is not needed anymore as the default value is set to 16384.

Bug: 310232825
Bug: 300367402
Change-Id: I0a319a2ede0897bcde97214c70ebf099062bac0d
2024-03-26 00:06:22 +00:00
Herbert Xue
f655891870 Update SOONG_NAMESPACES to include power-anomaly-sitril folder
Bug: 326175117
Test: lunch husky-trunk_staging-userdebug && m PowerAnomalySitril
Change-Id: Icdaf363a37c29d9bc7b07b3ee552440fa723f80d
2024-03-25 16:11:14 +08:00
Android Build Coastguard Worker
672de8fd30 Snap for 11617975 from 4f08475886 to 24Q3-release
Change-Id: I6d2397b900639a9852289f5a4b2531574bd61c96
2024-03-23 01:03:04 +00:00
Jack Wu
4f08475886 Update health AIDL HAL to V3 am: 40f89b2d46 am: b3ae3a6b85
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3009648

Change-Id: Ibfa39e6ef8eff1cf6e967226a8677b026e97aafd
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-03-22 17:59:05 +00:00
Jack Wu
b3ae3a6b85 Update health AIDL HAL to V3 am: 40f89b2d46
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3009648

Change-Id: Ia38afc00d2ea7b36cdb40c6500ac6ce7becb6800
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-03-22 17:43:36 +00:00
Jack Wu
40f89b2d46 Update health AIDL HAL to V3
Bug: 328327545
Test: TH
Test: vts-tradefed run vts -m vts_treble_vintf_vendor_test
Change-Id: I7582ba278abcb30cebe041f775efe45633a58bad
Signed-off-by: Jack Wu <wjack@google.com>
2024-03-22 21:38:07 +08:00
Spade Lee
ea61856798 Merge "pixelstats: zuma: add history validation path" into main 2024-03-22 07:30:31 +00:00
Wesley Lee
2aff27d3e4 Merge "Adjust 720P and below performance point" into main 2024-03-21 23:18:15 +00:00
Android Build Coastguard Worker
d5d9ed7547 Snap for 11610847 from e723942c69 to 24Q3-release
Change-Id: Ifdaa2160dbadd311dba111fe8d13859f656612f7
2024-03-21 23:03:13 +00:00
Wesley Lee
b80719b25f Adjust 720P and below performance point
Bug: 325950790

Change-Id: I3038b4056819e55fff9171f809ff66d6ada969ab
Signed-off-by: Wesley Lee <szuweilee@google.com>
2024-03-21 10:15:50 -07:00
Oleg Blinnikov
e723942c69 Merge "persist.sys.hdcp_checking controls max hdcp" into main 2024-03-21 12:21:30 +00:00
Chris Lu
3a14c951a2 zuma: upgrade IDisplay to V11
Bug: 307787644
Test: build pass
Change-Id: I538f57a0d67f9e8d248e8a1d46e4be46889f0d42
2024-03-21 07:30:11 +00:00
Oleg Blinnikov
3248117d06 persist.sys.hdcp_checking controls max hdcp
Change-Id: Ibe2554019449b6f958fc6e0168ae0deccc9f589d
Bug: 321344894
Test: set persist.sys.hdcp_checking, check the file is updated
2024-03-20 11:10:41 +00:00
Android Build Coastguard Worker
80a8bb82bb Snap for 11597038 from 45dbae1b7a to 24Q3-release
Change-Id: I57b35dcbf82e3c703b7c7312bc6282319a964607
2024-03-19 23:03:37 +00:00
RD Babiera
523717b768 usb: handle displayport debounce timer empty reads
If the device is unplugged then plugged before
mDisplayPortDebounceTimer triggers, then the new
displayPortPollWork could process the trigger
in the intial epoll handling loop. Because the
timer can be rearmed, the timerfd read results
in -EAGAIN because no data is ready, but stale
data was ready to begin with.

Disarm the debounce timer when displayPortPollWork
closes to prevent new work threads from reading
timer when not ready. Also log debounce read
errors as a warning and not an error.

Test: manual test on device
Bug: 328553922
(cherry-picked from 94c9c1ac86f398c22ddc446f17bd7ab3fddb675c)
Change-Id: Icf3dbe929eb9f0520941a4efe3dcea79a71d46c3
Signed-off-by: RD Babiera <rdbabiera@google.com>
2024-03-19 18:35:19 +00:00
Shashwat Razdan
45dbae1b7a [automerger skipped] Adding android.software.contextualsearch to zuma devices. am: df92ac07bd -s ours
am skip reason: Merged-In I4ee1ecd9e292d6e1807ba1f77851e53380db0a07 with SHA-1 3ceb5170ce is already in history

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

Change-Id: I564a51efb5e1dfa0e3bd84876dc500c0b9c21659
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-03-19 08:29:05 +00:00
Treehugger Robot
7a6899664e Merge "zuma: Set max supported page size to 65536" into main 2024-03-19 02:09:56 +00:00