Android 15.0.0 Release 21 (BP1A.250305.020)

-----BEGIN PGP SIGNATURE-----
 
 iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8fKCAAKCRDorT+BmrEO
 eNWGAJ9cunaL2zWIqz3onGlEH+jXTq3O7ACfZ/Scp1N1r3B7MaZ3OTStAXIV4ls=
 =dhB/
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN SSH SIGNATURE-----
 U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ
 +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
 AAAAQN883JqepURjVpuMnUGWyDpwUWL8eeG22JK19CGRq+qyhbThxA3cbpsNKV80VRrDNN
 o+hskjJo5Lu0KR4+IBbwI=
 -----END SSH SIGNATURE-----

Merge tag 'android-15.0.0_r21' into staging/lineage-22.2_merge-android-15.0.0_r21

Android 15.0.0 Release 21 (BP1A.250305.020)

# -----BEGIN PGP SIGNATURE-----
#
# iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8fKCAAKCRDorT+BmrEO
# eNWGAJ9cunaL2zWIqz3onGlEH+jXTq3O7ACfZ/Scp1N1r3B7MaZ3OTStAXIV4ls=
# =dhB/
# -----END PGP SIGNATURE-----
# gpg: Signature made Wed Mar  5 05:50:32 2025 EET
# gpg:                using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78
# gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate]

# By Chungkai Mei (4) and others
# Via Android Build Coastguard Worker (35) and others
* tag 'android-15.0.0_r21': (44 commits)
  powerhint: Disable auto margins
  support NTN with dual SIM
  Add a way to disable auto prefer fit for launch.
  comet: apmg3: update 0 db tx tuning.
  comet: update libspeechenhancer_1203
  audio: [2024/12/05] CT3 Fortemedia table check in
  BT: add skip uart suspend overlay config
  Revert "comet/haptics: Remove voltage restriction for haptics"
  powerhint: Set response_time_ms for clusters
  powerhint: Enable auto migration margins/dvfs headroom by default
  comet/haptics: Remove voltage restriction for haptics
  Add Samsung Galaxy Buds 3 pro to the LE audio allow list
  gps: support Galileo in CP NILR for TMO
  Revert "gps: set default SUPL SSL method to SSLv23"
  [comet] Define multiple levels of PA kill to be used in Mendel experiments
  Set a proper status bar height
  Disable Wifi BugReport for subsystem restart
  [NFC] Enable STNFC_ACTIVERW_TIMER
  gps: set default SUPL SSL method to SSLv23
  [Bluetooth] Set default LDAC quality mode to ABR
  ...

Change-Id: I09fe600a2968f9f1ac420c267c97c277bc8db2d9
This commit is contained in:
Michael Bestas 2025-03-09 10:57:48 +02:00
commit 9706bdc167
25 changed files with 493 additions and 255 deletions

33
sensors/Android.bp Normal file
View file

@ -0,0 +1,33 @@
// Copyright (C) 2009 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
package {
default_applicable_licenses: [
"device_google_comet_license",
],
}
// HAL module implementation stored in
// hw/<SENSORS_HARDWARE_MODULE_ID>.<ro.hardware>.so
cc_library_shared {
name: "sensors.comet",
relative_install_path: "hw",
shared_libs: [
"liblog",
"libcutils",
"libhardware",
],
srcs: ["sensors_dummy.c"],
proprietary: true,
}