Android 15.0.0 Release 21 (BP1A.250305.020)
-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ8fKCAAKCRDorT+BmrEO eMs3AJ95J96e0Kv/3dVWOrkTI5HXZjn+7QCfT8gs70sr9lbjAIKOoMKAueJM8y0= =K75U -----END PGP SIGNATURE----- gpgsig -----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQIRhGQGF/72GaYamROts4zqtuErZfylD49Os+O2IaHyRthj2oyNc/vzf6y6vE1EYic QnXbtRPS7ocAjwTM2oGgY= -----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 # eMs3AJ95J96e0Kv/3dVWOrkTI5HXZjn+7QCfT8gs70sr9lbjAIKOoMKAueJM8y0= # =K75U # -----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 timmyli (6) and others # Via Android (Google) Code Review (65) and others * tag 'android-15.0.0_r21': (87 commits) Revert "Add amm experiment." Reduce the trace instance irq_gia_google's buffer size Remove code that just re-enables IRQ and GIA events Add amm experiment. storage: add missing bug_map Add apf experiment. modem_svc: add modem_svc_sit to solve sepolicy conflicts arising from different device versions modem_svc: move shared_modem_platform related sepolicy to gs-common Add Intelligence rc Always include camera calibration tools in debug builds. Add kswapd experiment. Add Proc Vendor Sched Sepolicy Fix Add recovery support for perf experiments. Revert "Allow tachyon service to make binder calls to GCA" Allow tachyon service to make binder calls to GCA Add libg3a logging initrc files. Rename aocx.IAoc to aocx.IAoc/default to support stable AIDL dump_chip_info: dump more tables from chip-info driver Introduce interrupts module for debug and trace Revert^2 "gs-common: Move cpufreq perf settings to gs-common" ... Conflicts: aoc/aoc.mk camera/lyric.mk Change-Id: Ifd45cd3aa7799789ded7db2b0f24207c39367067
This commit is contained in:
commit
afe59287ff
165 changed files with 1426 additions and 112 deletions
11
aoc/aoc.mk
11
aoc/aoc.mk
|
@ -4,16 +4,15 @@ PRODUCT_PACKAGES += dump_aoc \
|
|||
aocd \
|
||||
aocxd
|
||||
|
||||
ifeq (,$(filter aosp_% lineage_%,$(TARGET_PRODUCT)))
|
||||
# IAudioMetricExt HIDL
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.google.audiometricext@1.0-service-vendor
|
||||
endif
|
||||
|
||||
# If AoC Daemon is not present on this build, load firmware at boot via rc
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/gs-common/aoc/conf/init.aoc.daemon.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.aoc.rc
|
||||
|
||||
ifneq ($(wildcard vendor/google/whitechapel/aoc/aocx/aidl/aocx/framework_compatibility_matrix.xml),)
|
||||
DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += \
|
||||
vendor/google/whitechapel/aoc/aocx/aidl/aocx/framework_compatibility_matrix.xml
|
||||
endif
|
||||
|
||||
# AoC debug support
|
||||
PRODUCT_PACKAGES_ENG += \
|
||||
aocdump \
|
||||
|
|
|
@ -34,6 +34,9 @@
|
|||
/dev/acd-chre_bt_offload_ctl u:object_r:aoc_device:s0
|
||||
/dev/acd-chre_bt_offload_data_tx u:object_r:aoc_device:s0
|
||||
/dev/acd-chre_bt_offload_data_rx u:object_r:aoc_device:s0
|
||||
/dev/acd-chre_ctl u:object_r:aoc_device:s0
|
||||
/dev/acd-chre_data_tx u:object_r:aoc_device:s0
|
||||
/dev/acd-chre_data_rx u:object_r:aoc_device:s0
|
||||
|
||||
# AoC vendor binaries
|
||||
/vendor/bin/aocd u:object_r:aocd_exec:s0
|
||||
|
|
|
@ -1 +1 @@
|
|||
aocx.IAocx u:object_r:aocx:s0
|
||||
aocx.IAocx/default u:object_r:aocx:s0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue