Eileen Lai
862fbd7fe0
modem_svc: move shared_modem_platform related sepolicy to gs-common
...
Bug: 372400955
Change-Id: I9b69d1754f718faac51e89bb10c3a2ba604d2bae
Flag: NONE local testing only
2024-12-06 12:58:34 +00:00
Rick Yiu
9c90950b8f
Merge changes from topic "sched_qos_for_adpf" into main
...
* changes:
Set permission for rampup_multiplier
Use SCHED_QOS_SENSITIVE_EXTREME_SET for InputPolicy
Add SCHED_QOS_POWER_EFFICIENCY profiles
2024-12-06 08:20:09 +00:00
Dinesh Yadav
1e5b6fb9eb
Allow tachyon service to make binder calls to GCA
...
This permission is needed for tachyon service to call callbacks.
AVC Error seen when tachyon tries accessing GCA:
12-02 11:40:03.212 6987 6987 W com.google.edge: type=1400 audit(0.0:17): avc: denied { call } for scontext=u:r:edgetpu_tachyon_server:s0 tcontext=u:r:google_camera_app:s0:c145,c256,c512,c768 tclass=binder permissive=0
12-03 07:12:26.424 4166 4166 W com.google.edge: type=1400 audit(0.0:254): avc: denied { call } for scontext=u:r:edgetpu_tachyon_server:s0 tcontext=u:r:debug_camera_app:s0:c67,c257,c512,c768 tclass=binder permissive=0
Bug: 381787911
Flag: EXEMPT updates device sepolicy only
Change-Id: Iaa61d70cdffb75024c497482f4c0a6cab493bec3
2024-12-06 04:07:23 +00:00
Rick Yiu
20ca1e9f98
Set permission for rampup_multiplier
...
Bug: 355612114
Flag: NONE init rc file does not support flag
Test: build pass
Change-Id: I410866488af508cb02d7fa509f4458fbdf676078
2024-12-06 01:53:25 +00:00
Nelson Li
ebe716f98d
[automerger skipped] Change TARGET_RECOVERY_UI_LIB to use fully qualified names in zumapro am: 312ec7ca37
am: 7f7355750b
-s ours
...
am skip reason: Merged-In I4b585c0b73366ba5e1f8c6461ed3ed62547af7b7 with SHA-1 1887e6e521
is already in history
Original change: https://android-review.googlesource.com/c/device/google/zumapro/+/3392061
Change-Id: I513abbc2c25c9fcc516f089d20f0ff079bb0858f
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-12-06 01:46:49 +00:00
Nelson Li
7f7355750b
Change TARGET_RECOVERY_UI_LIB to use fully qualified names in zumapro am: 312ec7ca37
...
Original change: https://android-review.googlesource.com/c/device/google/zumapro/+/3392061
Change-Id: I21809878188bfc1451511ec29729a917d4e00bf8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-12-06 01:35:49 +00:00
Rick Yiu
1c268207da
Use SCHED_QOS_SENSITIVE_EXTREME_SET for InputPolicy
...
Let InputPolicy have all the feature of ADPF task.
Bug: 355612114
Flag: NONE vendor task_profiles.json does not support flag
Test: build pass
Change-Id: I5c2964c0328d2d3a95c84d4c2908ace198202e06
2024-12-06 01:19:00 +00:00
Rick Yiu
6e9b0dbc67
Add SCHED_QOS_POWER_EFFICIENCY profiles
...
Currently support AutoUclampMax.
Bug: 355612114
Flag: NONE vendor task_profiles.json
Test: build pass
Change-Id: I99c3862c471b212e2a8d0e5a7a5758daac461fbe
2024-12-06 01:19:00 +00:00
Android Build Coastguard Worker
65f68a033f
Snap for 12755599 from 84aa7bf7a2
to 25Q1-release
...
Change-Id: I1680a3bb70eb38888bcb6606fbec7260bce56119
2024-12-06 00:04:26 +00:00
Android Build Coastguard Worker
f212c7b1c0
Snap for 12755599 from 9db371a596
to 25Q1-release
...
Change-Id: Ibbdb78c72c152c92d6713d556e569d17873e4a92
2024-12-06 00:04:25 +00:00
Daniel Zheng
36fdcd9831
update health HAL dependency
...
Bug: 381926253
Test: th
Change-Id: I9028c55dab29f7b4f73ee0011d9cb2ac4f4e7f91
2024-12-05 14:44:34 -08:00
Adrian Mejia
9db371a596
Merge "Add config_satellite_allow_tn_scanning_during_satellite_session
flag." into main
2024-12-05 19:19:09 +00:00
Tim Lin
a547826e2e
Add config_satellite_carrier_roaming_esos_provisioned_class
for the intent to trigger satellite provisioning
...
Bug: 381285467
Test: make
Flag: EXEMPT resource only update
Change-Id: Ib253b2eca0a70f45eca1d9749cf9462fd4cc1d26
2024-12-05 07:56:16 +00:00
Nina Chen
84aa7bf7a2
Merge "Update SELinux error" into main
2024-12-05 06:58:47 +00:00
Nina Chen
30570259fe
Update SELinux error
...
Flag: EXEMPT sepolicy
Test: SELinuxUncheckedDenialBootTest
Bug: 382362300
Bug: 366116096
Change-Id: I8cf6742ded1f3b90b46909ee0ac47c9f33258466
2024-12-05 06:43:47 +00:00
Joner Lin
07c6dcc88f
Merge "allow hal_bluetooth_btlinux write sysfs file" into main
2024-12-05 05:12:18 +00:00
Joner Lin
a55772f311
Merge "init.zumapro.board.rc: bluetooth own uart debug node" into main
2024-12-05 05:11:48 +00:00
Nelson Li
312ec7ca37
Change TARGET_RECOVERY_UI_LIB to use fully qualified names in zumapro
...
Since the TARGET_RECOVERY_UI_LIB for each device is not exactly the
same, and most of the modules in it contain `soong_namespace{}` to
avoid conflicts between different devices, after converting
`librecovery_ui_ext` from Android.mk to Android.bp, it needs to be
changed to a `fully qualified name` in order to correctly use the
corresponding module.
Flag: EXEMPT refactor
Bug: 339143524
Test: m -j librecovery_ui_ext
Merged-In: I4b585c0b73366ba5e1f8c6461ed3ed62547af7b7
Change-Id: I4b585c0b73366ba5e1f8c6461ed3ed62547af7b7
2024-12-05 03:38:56 +00:00
jonerlin
a9b6884b3a
allow hal_bluetooth_btlinux write sysfs file
...
12-04 19:32:23.040000 1002 784 784 I auditd : type=1400 audit(0.0:30): avc: denied { write } for comm="binder:784_2" name="uart_dbg" dev="sysfs" ino=60136 scontext=u:r:hal_bluetooth_btlinux:s0 tcontext=u:object_r:sysfs_bt_uart:s0 tclass=file permissive=0
12-04 19:32:23.040000 1002 784 784 W binder:784_2: type=1400 audit(0.0:30): avc: denied { write } for name="uart_dbg" dev="sysfs" ino=60136 scontext=u:r:hal_bluetooth_btlinux:s0 tcontext=u:object_r:sysfs_bt_uart:s0 tclass=file permissive=0
Bug: 376774204
Test: v2/pixel-pts/release/bootstress/1200counts/suspend-resume
Flag: EXEMPT project configuration patch
Change-Id: I6c1a28d0e5e22b03b088d64d550fd475d796ae67
2024-12-05 02:41:13 +00:00
Treehugger Robot
e72cc55b33
Merge "Change TARGET_RECOVERY_UI_LIB to use fully qualified names in zumapro" into main
2024-12-05 02:39:17 +00:00
Android Build Coastguard Worker
dc522b0c8d
Snap for 12748980 from 06525b3713
to 25Q1-release
...
Change-Id: I6e162073f99f1874894d2ab0f88fff0050973a19
2024-12-05 00:04:49 +00:00
Adrian Mejia
5c61b70300
Add config_satellite_allow_tn_scanning_during_satellite_session
flag.
...
Bug: 382143173
Change-Id: Iedd8a22bd43024d07058448b8b8cda793264c750
Test: config change
Flag: EXEMPT config change
2024-12-04 19:35:05 +00:00
Roy Luo
06525b3713
Merge changes from topic "377782468_internal_hub" into main
...
* changes:
usb: support device state monitoring with internal hub enabled
usb: dump port name for usb device state update
usb: clean up monitor thread in UsbDataSessionMonitor destructor
2024-12-04 10:01:16 +00:00
Jeremy Nei
c22f870169
port display sysfs access
...
Adds color_data access to sysfs_display
Bug: 369456857
Test: adb shell displaycolor_service 20000
Flag: EXEMPT N/A
Change-Id: Id2a00d138daad44d7135d5bd5652b128c1c63e46
2024-12-04 09:26:21 +00:00
Hung-Yeh Lee
2d0e825be2
display-dump: make display dump project-specific
...
Bug: 376426334
Test: adb bugreport
Test: adb shell /vendor/bin/dump/dump_*_display
Test: adb shell /vendor/bin/dump/dump_*_second_display
Flag: EXEMPT bugfix
Change-Id: I418dd4cf834e8a581ae94730c6fc995c99f0db8e
2024-12-04 15:01:06 +08:00
Rohan Narayanan
afb2839d6e
Add hal_shared_modem_platform to modem_diagnostic_app.te
...
This is needed to access the modem platform HAL.
FLAG: EXEMPT HAL interface change
Test: manual testing of selinux
Bug: 351024952
Change-Id: I95fc6b997e08ae46089ed90a1060c23274f6cd58
2024-12-04 01:57:48 +00:00
Nathan Kulczak
4a529cbeb4
Merge "Vibrator: Update compatability matrix" into main
2024-12-04 01:51:16 +00:00
Chaohui Wang
3165d2f624
Merge "Clean up unnecessary data_connection_5g_plus overlay" into main
2024-12-04 01:21:44 +00:00
Android Build Coastguard Worker
0d42550d11
Snap for 12742097 from 126f1b6f5a
to 25Q1-release
...
Change-Id: I77151c4713d478c71de23918e4a14cc7023b5652
2024-12-04 00:04:55 +00:00
Treehugger Robot
e66ba1fc19
Merge "Fix kasan logic" into main
2024-12-03 21:40:48 +00:00
Treehugger Robot
126f1b6f5a
Merge "Increase HCI command timeout for BT AOC passghrough" into main
2024-12-03 19:33:40 +00:00
Nick Kralevich
bc9e47d93b
Fix kasan logic
...
The command line "kasan=off" should be unconditionally set when we're
compiling for a normal (non-_fullmte) build. The current logic
sets "kasan=off" for a normal ENG build only, which is insufficent.
Test: _fullmte userdebug/eng: "sanitizer-status mte" shows MTE enabled.
Test: _fullmte userdebug/eng: "kasan=off" IS NOT present in /proc/cmdline
Test: !_fullmte userdebug: "sanitizer-status mte" shows MTE disabled.
Test: !_fullmte eng: "sanitizer-status mte" shows MTE enabled
Test: !_fullmte userdebug/eng: "kasan=off" IS present in /proc/cmdline
Change-Id: Idd61747156daa135e919ce71fd63bfab1f4d9239
Bug: 381940217
Flag: EXEMPT bugfix
2024-12-03 10:34:03 -08:00
Xin Li
636fa6327c
[automerger skipped] Merge ab/AP4A.241205.013 into aosp-main-future am: 7ac5ac238a
-s ours
...
am skip reason: Merged-In Ica1cc1bcf44205f6ccfb09529a52107b1c5091b3 with SHA-1 76b662b189
is already in history
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zumapro/+/30626348
Change-Id: I37d61834a529797b41fbceaffe18b29801bbe943
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-12-03 18:22:04 +00:00
Chaohui Wang
4307055f6f
Clean up unnecessary data_connection_5g_plus overlay
...
This string is not device specific, and already set at,
frameworks/base/packages/SettingsLib/res/values-mcc311-mnc480/strings.xml
frameworks/base/packages/SettingsLib/res/values-mcc310-mnc004/strings.xml
Bug: 377907543
Flag: EXEMPT clean up
Test: m
Change-Id: Ib7681d0acde908f3cb7b0628c54a2d42a002e21c
2024-12-03 17:30:47 +08:00
Nathan Kulczak
0d33b2a9b8
Vibrator: Update compatability matrix
...
Update IVibrator compatability matrix entry to support AIDL V3
Flag: EXEMPT HAL interface change
Bug: 346570576
Test: ABTD build
Change-Id: I18f81d54141da23938e7bda5c7e83616d30da696
Signed-off-by: Nathan Kulczak <nathankulczak@google.com>
2024-12-02 20:42:32 +00:00
Android Build Coastguard Worker
7b5eca7a57
Snap for 12730349 from 57bf47fc5c
to 25Q1-release
...
Change-Id: I91edad5a115ce07c30e7017ac18e30d0b9fd1a53
2024-11-30 02:04:29 +00:00
Jack Wu
57bf47fc5c
add permission for hl7132 sysfs
...
Bug: 381457533
Test: adb bugreport
Flag: EXEMPT bugfix
Change-Id: I640957b4834e35f0c3aa9d3cd789865eff019dd3
Signed-off-by: Jack Wu <wjack@google.com>
2024-11-29 12:41:11 +08:00
Android Build Coastguard Worker
f13c17310c
Snap for 12727401 from 100436811e
to 25Q1-release
...
Change-Id: I9fe9e8e242505e7d3081f36217aac838e1f056bb
2024-11-29 00:04:31 +00:00
Android Build Coastguard Worker
41b70ceb7a
Snap for 12727401 from 0113deb3c7
to 25Q1-release
...
Change-Id: Ia3312b6a6790f8ffd227e51d43247d76964c6532
2024-11-29 00:04:30 +00:00
Treehugger Robot
0113deb3c7
Merge "[NTN][VZW P2P] Add config to enable sending check message datagrams when satellite modem is not connected." into main
2024-11-28 04:49:48 +00:00
Nina Chen
100436811e
Update SELinux error
...
Test: SELinuxUncheckedDenialBootTest
Bug: 381327278
Flag: EXEMPT sepolicy
Change-Id: I359cc10c3a6f5bd5b20c4b1022f39f40484aa950
2024-11-28 03:00:00 +00:00
Treehugger Robot
1f85e5697e
Merge "Add hardware/google/graphics/zumapro/libhwc2.1 to PRODUCT_SOONG_NAMESPACES" into main
2024-11-28 02:07:55 +00:00
Daniel Banta
81cf0cfb2c
[NTN][VZW P2P] Add config to enable sending check message datagrams when satellite modem is not connected.
...
Bug: 380927601
Change-Id: Ifb301726d49ba8dbcad645a9d16239d40b50fc2e
Test: config change
Flag: EXEMPT config change
2024-11-28 00:50:41 +00:00
Android Build Coastguard Worker
0374f4673b
Snap for 12722466 from 6b1787d6f2
to 25Q1-release
...
Change-Id: I9851ce1a22d32661aefc4ebbcc232841af0f2288
2024-11-28 00:04:31 +00:00
Android Build Coastguard Worker
a7492369d3
Snap for 12722466 from 68fed19e40
to 25Q1-release
...
Change-Id: I272737fc8ffa8f42f16a466cc1f3427d8f09cd4c
2024-11-28 00:04:31 +00:00
Xin Li
7ac5ac238a
Merge ab/AP4A.241205.013 into aosp-main-future
...
Bug: 370570306
Merged-In: Ica1cc1bcf44205f6ccfb09529a52107b1c5091b3
Change-Id: I607433640892c639679e343cb22582aaa0f1e21c
2024-11-27 12:53:10 -08:00
Mike Wang
6b1787d6f2
Merge "Update the PMS app seinfo for the certification change." into main
2024-11-27 16:25:53 +00:00
mikeyuewang
ec3dae0ee3
Update the PMS app seinfo for the certification change.
...
Bug: 375656221
Flag: EXEMPT selinux app context change.
Change-Id: If9bd9a3818b2f117cf26a13c2ae6940b53963b92
2024-11-27 16:23:53 +00:00
Jenhao Chen
68fed19e40
Merge "init: zuma: move sched rate limit to late init" into main
2024-11-27 14:58:16 +00:00
Will Song
7f6e9bb150
init: zuma: move sched rate limit to late init
...
Since pixel performance has a shared configuration,
we need to move override values into late init.
Bug: 381100494
Test: Boot
Flag: EXEMPT bug fix
Change-Id: I359c33622f18c9345ee3f250ca5d5c61bc1440cc
2024-11-27 02:46:54 -08:00