Commit graph

2994 commits

Author SHA1 Message Date
Android Build Coastguard Worker
cd39311d12 Snap for 12537680 from c730cbb2ba to 25Q1-release
Change-Id: I52d2e388b9b4a4a87f667d4928f6d932b63b2953
2024-10-22 23:04:53 +00:00
Robin Peng
c730cbb2ba [automerger skipped] 16k: Ignore 16k kernel settings if 16kb folder doesn't exist am: 9e1bb10e89 am: edd87c421e -s ours
am skip reason: Merged-In I2f6c1f3365f624502366b883dbcd1066ed166cdb with SHA-1 8cd5a64cd7 is already in history

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

Change-Id: I1b21593ad06460ec23201fe6a8a782061649294c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-10-22 04:06:16 +00:00
Vilas Bhat
cf9990784c [automerger skipped] 16k: Move logic from device/google/shusky/BoardConfig-shusky-common.mk to zuma/BoardConfig-16k-common.mk am: fbedb6f26f am: 399ba7d977 -s ours
am skip reason: Merged-In Ibd060eae8f4e97ae8ff800f765e2310c984e5796 with SHA-1 354b984c0d is already in history

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

Change-Id: Ic0b905682b77dbd0eafe3bb2d15b21e0e6a74752
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-10-22 04:06:13 +00:00
Juan Yescas
d90423cf24 [automerger skipped] 16kb: Use TARGET_BOOTS_16K to select the efs config files am: e192e6f56e am: bf8283c053 -s ours
am skip reason: Merged-In I1e0bea52de09fe3c9ee2f52b0803882456943833 with SHA-1 bf9f082f67 is already in history

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

Change-Id: I57cdaca2cfcf165bc19e4cca72b37567f6b63039
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-10-22 04:06:10 +00:00
Juan Yescas
520360dfe6 [automerger skipped] 16kb: Use PRODUCT_BOOTS_16K to select the proper rc file and fstab am: 0420e6dfff am: c03be2441d -s ours
am skip reason: Merged-In I4dba20518925a176f1e1e66596e2bb1e8ade7c26 with SHA-1 98f2222e27 is already in history

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

Change-Id: I3c24c5efd189d3b7b499719137e40fbfeaacf85b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-10-22 04:06:06 +00:00
Robin Peng
edd87c421e 16k: Ignore 16k kernel settings if 16kb folder doesn't exist am: 9e1bb10e89
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3313596

Change-Id: Ib075b276396597229c654a1c55bd5bcfa7d2d3d0
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-10-22 03:44:29 +00:00
Vilas Bhat
399ba7d977 16k: Move logic from device/google/shusky/BoardConfig-shusky-common.mk to zuma/BoardConfig-16k-common.mk am: fbedb6f26f
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3313595

Change-Id: I9b1ea72ed2253ed68608e2a64b98a5705fd7df4c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-10-22 03:44:26 +00:00
Juan Yescas
bf8283c053 16kb: Use TARGET_BOOTS_16K to select the efs config files am: e192e6f56e
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3312654

Change-Id: I476a3217cc8f10d3786eb21fa45c3b3aa8dc80ae
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-10-22 03:44:23 +00:00
Juan Yescas
c03be2441d 16kb: Use PRODUCT_BOOTS_16K to select the proper rc file and fstab am: 0420e6dfff
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3312653

Change-Id: I9f5abbdd5f6432e0430d300fe120526e99b6200b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-10-22 03:44:15 +00:00
Robin Peng
9e1bb10e89 16k: Ignore 16k kernel settings if 16kb folder doesn't exist
to avoid build breakage with test kernel prebuilts (e.g. ag/28525733)
that doesn't have 16kb artifacts in it.

Bug: 370842132
Bug: 349877551
Flag: EXEMPT bugfix
Change-Id: I2f6c1f3365f624502366b883dbcd1066ed166cdb
Merged-In: I2f6c1f3365f624502366b883dbcd1066ed166cdb
2024-10-17 23:28:59 +00:00
Vilas Bhat
fbedb6f26f 16k: Move logic from device/google/shusky/BoardConfig-shusky-common.mk to zuma/BoardConfig-16k-common.mk
The makefile logic in device/google/shusky/BoardConfig-shusky-common.mk
is identical to the logic required for akita. Hence, this logic is
moved to device/google/zuma/BoardConfig-16k-common.mk to avoid
duplicating the file for akita.

Bug: 370842132
Bug: 349877551
Test: Built and booted up `aosp_shiba` and and `aosp_shiba-pgagnostic` targets
Flag: EXEMPT bugfix
Change-Id: Ibd060eae8f4e97ae8ff800f765e2310c984e5796
Merged-In: Ibd060eae8f4e97ae8ff800f765e2310c984e5796
2024-10-17 23:28:48 +00:00
Juan Yescas
e192e6f56e 16kb: Use TARGET_BOOTS_16K to select the efs config files
Test: Build and test pgagnostic targets
Bug: 370842132
Bug: 350529323
Bug: 346868433
Flag: EXEMPT bugfix
Change-Id: I1e0bea52de09fe3c9ee2f52b0803882456943833
Merged-In: I1e0bea52de09fe3c9ee2f52b0803882456943833
2024-10-17 23:28:34 +00:00
Juan Yescas
0420e6dfff 16kb: Use PRODUCT_BOOTS_16K to select the proper rc file and fstab
The build flag PRODUCT_BOOTS_16K will be used to select
the proper efs rc file and fstab:

- When PRODUCT_BOOTS_16K := true, 16k rc files and fstab will be used.
- When PRODUCT_BOOTS_16K := false, 4k rc files and fstab will be used.

Bug: 370842132
Bug: 346868433
Test: Built and booted up `aosp_shiba` and and `aosp_shiba-pgagnostic` targets
Flag: EXEMPT bugfix
Change-Id: I4dba20518925a176f1e1e66596e2bb1e8ade7c26
Merged-In: I4dba20518925a176f1e1e66596e2bb1e8ade7c26
2024-10-17 23:28:10 +00:00
Android Build Coastguard Worker
1c9a25d61e Snap for 12508860 from 3b75642fc2 to 25Q1-release
Change-Id: Ib17470f4cf27acf6b3d156b0097de91f3d9ea641
2024-10-16 23:04:10 +00:00
Robert Luo
3b75642fc2 Merge "[Pixel RR] Apply reviewed default permissions" into main 2024-10-16 08:42:35 +00:00
Android Build Coastguard Worker
61ba0b3b8b Snap for 12502765 from 41b461c238 to 25Q1-release
Change-Id: Id42d9cb16a89253b6509d294180915b557be6ea2
2024-10-15 23:04:54 +00:00
Treehugger Robot
41b461c238 Merge "Fix LE Audio sysprops typos in makefiles" into main 2024-10-15 16:56:06 +00:00
Android Build Coastguard Worker
08999fde05 Snap for 12496712 from c07e594a12 to 25Q1-release
Change-Id: I111e4dbe933c1c7e2040ea11a0b45ea6ef2bb601
2024-10-14 23:04:27 +00:00
Eileen Lai
c07e594a12 Merge "modem_svc: use shared_modem_platform to replace all modem_svc_sit" into main 2024-10-14 07:27:51 +00:00
Android Build Coastguard Worker
3166aff890 Snap for 12488717 from a6c71987d5 to 25Q1-release
Change-Id: Ifd29e724a8ddc6bae01b2aac8c5ef0baabb15aed
2024-10-12 01:04:50 +00:00
Robert Luo
d2b83392a7 [Pixel RR] Apply reviewed default permissions
Pregrantting below permission(s):
CALL_PHONE

Flag: EXEMPT add pregranted permission in b/371912006
Bug: 336203918
Test: presubmit
Change-Id: I96d2fd462172e2e176e5c8e0d4add7e98c36bb84
2024-10-11 17:59:59 +08:00
Andrew Cheng
9106927757 Fix LE Audio sysprops typos in makefiles
Makefile contain the following sysprops

bluetooth.profile.bap.unicast.server.enabled
bluetooth.profile.tbs.server.enabled
bluetooth.profile.vc.server.enabled

However, CS indicates the above sysprops aren't defined anywhere
nor read anywhere? Given how the following LE Audio sysprops are
missing from the makefile, and the similarities in naming, we
suspect there was a typo?

bluetooth.profile.bap.unicast.client.enabled
bluetooth.profile.ccp.server.enabled
bluetooth.profile.vcp.controller.enabled

Bug: 372711861
Test: builds
Flag: EXEMPT bugfix
Change-Id: I3b1be96531ffa6639647e0240dfc0f07ad1843a3
2024-10-10 14:11:43 -07:00
Rick Yiu
a6c71987d5 Set auto prefer idle task name
Set InputDispatche and InputReader prefer idle explicitly, which is a
workaround and should be removed after they become ADPF.

Bug: 366146314
Flag: NONE init rc file change does not support flags
Test: tasks set as expected
Change-Id: I38afa16f8f85e6aea31ddd5367c2e2d4a3249ced
2024-10-10 08:47:15 +00:00
Android Build Coastguard Worker
c0410c3725 Snap for 12477291 from 23cee311f9 to 25Q1-release
Change-Id: I16202fbc4e8cfc1f4fd0f8c9e88facddb6f3aaf4
2024-10-09 21:03:59 +00:00
Kuen-Han Tsai
23cee311f9 Usb: Add status check to prevent NPE
This patch prevents a Null Pointer Exception in
queryMoistureDetectionStatus() when getPortStatusHelper() fails to open
the /sys/class/typec file. The failure results in an empty
currentPortStatus vector, causing the NPE when accessing its first
element.

Bug: 361097811
Flag: EXEMPT bugfix
Test: NPE does not occur when getPortStatusHelper() fails
Change-Id: I2cbe70d3b00cb2cf8c28a28d91a18fbf7c326ea7
Signed-off-by: Kuen-Han Tsai <khtsai@google.com>
2024-10-09 15:59:20 +08:00
Android Build Coastguard Worker
09cdb30474 Snap for 12470893 from c730474f5e to 25Q1-release
Change-Id: I54abc3a5a52a6554012bcd6ab73852f084314484
2024-10-08 23:04:37 +00:00
Madhav Iyengar
c730474f5e Merge "[chre-hal-xport] Give permissions for new xport" into main 2024-10-07 21:45:41 +00:00
Madhav Iyengar
1df1b01bdd [chre-hal-xport] Give permissions for new xport
Bug: 369883034
Flag: android.chre.flags.refactor_hal_xport_agnostic
Change-Id: Ibea491792b6539820bc833f4662d84eb68e113ea
2024-10-07 21:45:14 +00:00
Eileen Lai
115208a81c modem_svc: use shared_modem_platform to replace all modem_svc_sit
Bug: 368257019

Flag: NONE local testing only
Change-Id: I3d4007714e48cdabe010b4d740fe472024966270
2024-10-07 08:28:30 +00:00
Android Build Coastguard Worker
13dccaa7b5 Snap for 12445464 from 72b12b913c to 25Q1-release
Change-Id: I8806eb0b5615e10991b34a247aa2e58ae067f0e0
2024-10-02 23:04:43 +00:00
Jimmy Shiu
72b12b913c Merge "[task_profiles]Add MaxPerformance and PreferIdle to InputPolicy profile." into main 2024-10-02 03:13:56 +00:00
Jimmy Shiu
0911e1e72c [task_profiles]Add MaxPerformance and PreferIdle to InputPolicy profile.
Flag: com.android.input.flags.enable_input_policy_profile
Bug: 369574417
Change-Id: Iab14bf54c75911fcb48b316f66bc0293d5faf76c
2024-10-01 11:41:45 +00:00
Android Build Coastguard Worker
86d5bedb50 Snap for 12433810 from 42cb622a74 to 25Q1-release
Change-Id: Ib0f0f3a47c62bf34d3212068d89b8fad010d064e
2024-09-30 23:04:33 +00:00
Shikha Panwar
42cb622a74 Zuma: Enable Secretkeeper on aosp targets am: 72946bd429 am: bb3fb6aa85
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3287155

Change-Id: I81a6e406ccf40cf13b65d7c57b88c24fe2101a72
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-09-30 16:08:26 +00:00
Shikha Panwar
bb3fb6aa85 Zuma: Enable Secretkeeper on aosp targets am: 72946bd429
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3287155

Change-Id: I7e161f139f098fb1f2d15569eb93484139cd67a4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-09-30 15:42:59 +00:00
Shikha Panwar
72946bd429 Zuma: Enable Secretkeeper on aosp targets
These are used for testing, enable Secretkeeper on these devices.

Test: get_build_var SECRETKEEPER_ENABLED
Bug: 341708664
Change-Id: I0fd0e3d5a16cab352c79228e89f9d2fdd6f886b7
2024-09-30 12:13:56 +00:00
Android Build Coastguard Worker
74369d515c Snap for 12426030 from e9f1e61a35 to 25Q1-release
Change-Id: I2d91c55659e00cbc76d899dd561d31add3944174
2024-09-28 01:04:25 +00:00
Android Build Coastguard Worker
d6e1445f90 Snap for 12420652 from ce26f3aab9 to 25Q1-release
Change-Id: I345d2baf27990039b8e97da0c8e22d34a001a222
2024-09-26 23:03:42 +00:00
Zhengyuan Cui
e9f1e61a35 Merge "Change any use case of folder name apis to tachyon_apis to avoid api review" into main 2024-09-26 21:00:59 +00:00
Baltazar Ortiz
8921faa915 Merge "dumpstate: Use generic dc_mains for all parallel chargers" into main 2024-09-26 20:14:40 +00:00
Wesley Lee
ce26f3aab9 Merge "use 80x80 as the minimal resolution" into main 2024-09-26 01:40:26 +00:00
Baltazar Ortiz
7a32e9dcdd dumpstate: Use generic dc_mains for all parallel chargers
Bug: 360866957
Test: adb bugreport
Flag: EXEMPT bugfix
Change-Id: I00e7a60bfcefb6d68879d0a301cd126134e8b3a1
Signed-off-by: Baltazar Ortiz <baltazarortiz@google.com>
2024-09-25 23:24:12 +00:00
Yi Shiou (Les) Lee
22b71710a1 Merge "wifi: Upgrade vendor hal version" into main 2024-09-25 21:33:48 +00:00
Zhengyuan Cui
a53df11883 Change any use case of folder name apis to tachyon_apis to avoid api review
Bug: 364390678

Change-Id: Icc42a31cf00f09e1c86f147376c276c9a657822f
Flag: EXEMPT refactor
2024-09-24 21:52:28 +00:00
Android Build Coastguard Worker
df44ec5501 Snap for 12399304 from 57a8d79710 to 25Q1-release
Change-Id: Icd25356a916bbe6e45f652ff3a5e6622570b708e
2024-09-21 23:02:57 +00:00
Wesley Lee
5e2b322b5b use 80x80 as the minimal resolution
Bug: 367425615

Flag: EXEMPT bugfix

Change-Id: I19f87ebf6dae28369612e26db064bd2709f68094
Signed-off-by: Wesley Lee <szuweilee@google.com>
2024-09-20 16:32:53 -07:00
Krzysztof Kosiński
57a8d79710 Delete TARGET_CPU_VARIANT_RUNTIME. am: 48f1c2182c am: 7cd5c7d047
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3274367

Change-Id: I8c5b866a0114073ce6a4252cd265dce8f3b1cb82
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-09-20 20:48:38 +00:00
Krzysztof Kosiński
7cd5c7d047 Delete TARGET_CPU_VARIANT_RUNTIME. am: 48f1c2182c
Original change: https://android-review.googlesource.com/c/device/google/zuma/+/3274367

Change-Id: Ieb3853b09bfbc56d955a88fc4c78b3fb0ff5f3e4
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-09-20 20:33:17 +00:00
Krzysztof Kosiński
48f1c2182c Delete TARGET_CPU_VARIANT_RUNTIME.
This variable only does something when it differs from
TARGET_CPU_VARIANT. Setting it to the same values doesn't do
anything.

Bug: 368635026
Test: presubmit
Change-Id: I1e16c5b9244eca4d69909bb1caefebfc17e54a70
2024-09-20 19:19:37 +00:00
Jerry Chang
f42925e978 Add input event profile to mitigate input latency of input threads
Bug: 347122505
Test: check the priority and latency of input thread in Perffeto
Flag: NONE early device setting updates
Change-Id: I3977722564241817575d94b2d2023eac6939ce1c
2024-09-18 12:06:53 +00:00