Android 14.0.0 release 29 # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZeZWygAKCRDorT+BmrEO # eI9cAJ9VWEBWZaDHOcuYN9/HflrHwiTPigCeJXzsWeLM6ARuSHKWiHNmXVYq22g= # =Z5xh # -----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 2380 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 Ankur Bakshi (13) and others # Via Automerger Merge Worker (767) and others * tag 'android-14.0.0_r29': (74 commits) Update lynx SVN to 34 Update lynx SVN to 33 Update lynx SVN to 32 gps: Disable Vzw SUPL OTDOA Update lynx SVN to 31 Revert "Update L10 bounding box to 14x14mm" Update lynx SVN to 30 aoc: update mixer table for voice capture V2 aoc: update mixer table for voice capture aoc: update mixer table for voice capture V2 aoc: update mixer table for voice capture Branch bootloader prebuilts for 24Q2 release Add zoom boost in powerhint for L10 Update lynx SVN to 29 Update lynx SVN to 28 [CCA] Set enable flag by default on Lynx. Revert^2 "lynx(nfc): Modify NFC overlays for NFC apex" powerhint: game mode tuning powerhint: add game mode tuning nodes Revert^2 "lynx: Replace NFC app with NFC apex" ... Conflicts: Android.mk AndroidProducts.mk device-lynx.mk Change-Id: I54d9cebb9354302a9b7bb567d1e54bef50088a27
25 lines
832 B
Makefile
25 lines
832 B
Makefile
#
|
|
# Copyright (C) 2021 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_lynx.mk \
|
|
$(LOCAL_DIR)/aosp_lynx_hwasan.mk \
|
|
$(LOCAL_DIR)/factory_lynx.mk \
|
|
$(LOCAL_DIR)/lineage_lynx.mk
|
|
|
|
COMMON_LUNCH_CHOICES := \
|
|
aosp_lynx-trunk_staging-userdebug
|