Android 14.0.0 release 29
# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZeZWygAKCRDorT+BmrEO
# eD7OAJ432TWMe9grx03PWAXroMGubhrqOQCfa4pJGdaN9YVr/L8ZI6WdQdsjy6U=
# =3gr6
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Mar 5 01:18:34 2024 EET
# gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
# gpg: initial-contribution@android.com: Verified 2383 signatures in the past
# 2 years. Encrypted 4 messages in the past 2 years.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78
# By Wilson Sung (13) and others
# Via Automerger Merge Worker (428) and others
* tag 'android-14.0.0_r29': (55 commits)
sepolicy: add read wlc sysfs permission
Fix rlsservice sepolicy
Update SELinux error
Update SELinux error
Add Secretkeeper HAL
gs201: move sepolicy related to bootctrl hal to gs-common
Removes duplicate hidraw_device type definition.
Suppress avc error log on debugfs's usb folder.
Move sg_device related policy
aoc: add sysfs file entry
Add Pixel Mapper as a sp-HAL
dontaudit on dir search for vendor_votable_debugfs
Removes duplicate hidraw_device type definition.
Change the MDS to platform app in selinux ap context.
sensors: Move USF related sepolicy to gs-common.
Update SELinux error
Add selinux policy change to allow MDS access Samsung OemRil hal.
Update SELinux policies for rlsservice
pixelstats: Add Brownout Detection sepolicy
Update SELinux error
...
Conflicts:
sepolicy/gs201-sepolicy.mk
sepolicy/whitechapel_pro/keys.conf
Change-Id: I9fc4aff3c5cc921195544f85b2c176e50712e7d0
Android 14.0.0 release 29
# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZeZWygAKCRDorT+BmrEO
# eDSNAJ9wqDj+MjTkLxlVtDrIJfY8Snw+mwCeNsBpbgOGLGUe+yZUutCeS44QeFs=
# =PW52
# -----END PGP SIGNATURE-----
# gpg: Signature made Tue Mar 5 01:18:34 2024 EET
# gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
# gpg: initial-contribution@android.com: Verified 2382 signatures in the past
# 2 years. Encrypted 4 messages in the past 2 years.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78
# By Roy Luo (7) and others
# Via Automerger Merge Worker (846) and others
* tag 'android-14.0.0_r29': (84 commits)
Revert^3 "Use graphics allocator 2"
usb: enable media-presence polling for SD cards
pixelstats: Fix access permission by adding total call count and update cca path sysfs
config: Use carrier config in ROM by default
Revert^2 "usb: introduce UsbDataSessionMonitor class"
gs201: use android.hardware.boot aidl interface
gs201: update manifest HAL android.hardware.boot from hidl 1.2 to aidl
Revert "usb: introduce UsbDataSessionMonitor class"
gs201: include bootctrl_hidl_1.2.mk from gs-common
gs201: move bootctrl service declaration to gs-common
gs201: move bootctrl hal to gs-common
bcl: adjust heavy clk divider ratio
usb: introduce UsbDataSessionMonitor class
Update default color temperature for night light
Add webview pinning for gs201 devices
Enable adaptive playback for BigOcean
gs201: add c2.android.av1-dav1d.decoder in media_codecs_performance_c2.xml
usb: update usb hal version to v3
gs201: update AIDL IGoogleBattery manifest version to 3
usb: update incompatible charger warning reason
...
Conflicts:
device.mk
Change-Id: I3e4ae1e4aebe25a1d14ced1f99cfdfc16955d21c
Android 14.0.0 release 20
# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZZXyBQAKCRDorT+BmrEO
# eAvqAKCQEBK7YcuKGulZhDtox4EMWVzcSQCfYMYllTDWhXK1MfXCrAcRqvgedlc=
# =pmkj
# -----END PGP SIGNATURE-----
# gpg: Signature made Thu Jan 4 01:47:17 2024 EET
# gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
# gpg: initial-contribution@android.com: Verified 2228 signatures in the past
# 2 years. Encrypted 4 messages in the past 24 months.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78
# By Hungyen Weng
# Via Android Build Coastguard Worker
* tag 'android-14.0.0_r20':
config: Use carrier config in ROM by default
Change-Id: I70f50993a7d4821f976f45ee7df688c54cfa6d31
After USB enumeration, some SD card readers do not send signals to the
device when the SD card is inserted or removed.
To support SD card hotplugging, this patch enables in-kernel
media-presence polling, which will check the SD card status every 2
seconds after a SD card reader is attached.
Bug: 186479576
Test: SD card insertion/removal and data copy (see b/301566595)
Change-Id: Ibd7816b717d2fbcb038a7c0ff703b7fab7d2a46c
Signed-off-by: Kuen-Han Tsai <khtsai@google.com>
Android 14.0.0 Release 17 (UQ1A.231205.015)
# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZXDPIgAKCRDorT+BmrEO
# eKW+AKCSKOvswyMxQEPeAGlxB0qYhYPLagCeKng8NIvA1PoQ+GiKvm4qGPNnqyg=
# =Zxbc
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed Dec 6 21:44:34 2023 EET
# gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
# gpg: initial-contribution@android.com: Verified 2194 signatures in the past
# 2 years. Encrypted 4 messages in the past 23 months.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78
# By Samuel Gosselin (2) and others
# Via Automerger Merge Worker (71) and others
* tag 'android-14.0.0_r17':
Grant the MDS access to the IPowerStats hal service.
gs201: ufs_firmware_update: add scsi directory permission
Revert^2 "Introduce CameraServices seinfo tag for PixelCameraServices"
Revert "Introduce CameraServices seinfo tag for PixelCameraServices"
Introduce CameraServices seinfo tag for PixelCameraServices
Revert "Revert "Create telephony.ril.silent_reset system_ext pro..."
Revert "Allow bthal to access vendor bluetooth folder"
Allow bthal to access vendor bluetooth folder
Revert "Create telephony.ril.silent_reset system_ext property fo..."
Create telephony.ril.silent_reset system_ext property for RILD restart
genfs_contexts: add raw s2mpg12mfd and s2mpg13mfd node.
genfs_contexts: add raw s2mpg12mfd and s2mpg13mfd node.
Add chre channel sepolicy entries
remove fixed selinux bug from bug map.
[TSV2] Remove tcpdump sepolicy from gs201 and move sepolicy to gs-common
Remove obsolete entries
Conflicts:
sepolicy/whitechapel_pro/keys.conf
Change-Id: If62362077dd47387f5d5dc070375b54b0f74ee8a
Android 14.0.0 Release 17 (UQ1A.231205.015)
# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZXDPIgAKCRDorT+BmrEO
# eCoeAKCMl4tu2uBiBg4bJRWlUY4yWJP62ACffzqUwXKRgfOiCdUcO/rAck5EXDk=
# =0jpY
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed Dec 6 21:44:34 2023 EET
# gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [marginal]
# gpg: initial-contribution@android.com: Verified 2194 signatures in the past
# 2 years. Encrypted 4 messages in the past 23 months.
# gpg: WARNING: This key is not certified with sufficiently trusted signatures!
# gpg: It is not certain that the signature belongs to the owner.
# Primary key fingerprint: 4340 D135 70EF 945E 8381 0964 E8AD 3F81 9AB1 0E78
# By qinyiyan (3) and others
# Via Automerger Merge Worker (142) and Android Build Coastguard Worker (61)
* tag 'android-14.0.0_r17': (51 commits)
Run fsck to resolve possible data corruption
Revert "gs201: Enable SkiaVk as RenderEngine backend"
usb.rc: Advertise 360p and 480p support through UVC
Usb.cpp: Fix typos when unable to disable USB data
[SELinux] Add gyotaku_app doamin to Pixel 2022.
UsbGadget: Update SDP enum timeout when gadget is pulled up
usb: Modify sdp enumeration timeout value in charger mode
init.gs201.rc: Disable util-awareness
Disable variable refresh rate when typing on gs201
gs201: ffu: add lifeC and activated date as condition
wifi: Update p2p overlay config
gs201: update media_codecs_performance_c2.xml based on UQ1A.230911.001
gs201: tweak memory management
Grant default permissions to PCS for camera connectivity
Revert "Enable small dirty detection for variable refresh rate"
Enable small dirty detection for variable refresh rate
Support variable refresh rate when typing on gs201
Set USF SoC from board makefile.
Enable dimming in gamma space in screenshots for adaptive mode
suspend: enable adaptive suspend
...
Conflicts:
BoardConfig-common.mk
device.mk
Change-Id: Ib822c3f6b53087a800eb32a537cd764c1abf0e63