Android 15.0.0 Release 6 (AP4A.241205.013) # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ1IssQAKCRDorT+BmrEO # eL74AKCNQVfSGVAUQFp6Iksi4QQeQpz7cgCeIHeeLWlhg7qq95QZMtZ1tHQfTBI= # =iiyJ # -----END PGP SIGNATURE----- # gpg: Signature made Fri Dec 6 00:44:01 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 2483 signatures in the past # 3 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 Ankur Bakshi (11) and others # Via Android Build Coastguard Worker (52) and others * tag 'android-15.0.0_r6': (72 commits) [Akita] Regulation e-label for Akita Adjust the charging throttling target to 41C Set the fcc cdev_ceiling to 1A before disable charge Adjust the charging throttling target to 41C Set the fcc cdev_ceiling to 1A before disable charge audio: add uninisialized mixer control Adjust the charging throttling target to 41C Set the fcc cdev_ceiling to 1A before disable charge akita: udfps: remove the redundant properties Update product id for Akita Symlink current prebuilt folder to android root audio: update AIDL configs and add spatializer configs Enable auto prefer idle Set big core to group_cfs_skip_mask for sys group by default Set big core to cpu skip mask by default Delete mapper4 manifest audio: power optimization for deepbuffer playback audio: fix the noise of raw-playback in 16kB page mode gps: official release 4.13.2_27_Release_232879 Remove unused trunk folder ... Conflicts: device-akita.mk location/gnssd/release/android.hardware.gnss-service location/gnssd/release/gnssd location/gnssd/release/kepler.bin Change-Id: Ibc6bfc1917a52d41259f5943fe2a548ea8ebb8b9
26 lines
875 B
Makefile
26 lines
875 B
Makefile
#
|
|
# Copyright (C) 2019 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.
|
|
#
|
|
|
|
PRODUCT_MAKEFILES := \
|
|
$(LOCAL_DIR)/aosp_akita.mk \
|
|
$(LOCAL_DIR)/aosp_akita_16k.mk \
|
|
$(LOCAL_DIR)/aosp_akita_fullmte.mk \
|
|
$(LOCAL_DIR)/factory_akita.mk \
|
|
$(LOCAL_DIR)/lineage_akita.mk
|
|
|
|
COMMON_LUNCH_CHOICES := \
|
|
aosp_akita-trunk_staging-userdebug
|