Android 14.0.0 release 29 # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZeZWwAAKCRDorT+BmrEO # eHQ9AJ41eBcssbB14VFQGfqdLqQcutdkywCfduu7Z3vpThQ/IXSTojWfm1snafY= # =8Fc/ # -----END PGP SIGNATURE----- # gpg: Signature made Tue Mar 5 01:18:24 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 2390 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 Steve Berbary (16) and others # Via Automerger Merge Worker (828) and others * tag 'android-14.0.0_r29': (81 commits) Update raven SVN to 77 Update oriole SVN to 77 gps: Disable Vzw SUPL OTDOA Revert "powerhint: add game mode tuning nodes" Revert "powerhint: game mode tuning" Update raven SVN to 76 Update oriole SVN to 76 Branch bootloader prebuilts for 24Q2 release powerhint: game mode tuning powerhint: add game mode tuning nodes Revert^2 "raviole(nfc): Modify NFC overlays for NFC apex" Revert^2 "raven: Replace NFC app with NFC apex" 16k: raviole: Update PRODUCT_PAGE_SIZE_AGNOSTIC to PRODUCT_NO_BIONIC_PAGE_SIZE_MACRO Revert^2 "raviole(nfc): Modify NFC overlays for NFC apex" Revert^2 "raven: Replace NFC app with NFC apex" Update oriole SVN to 75 Update raven SVN to 75 Remove unused Android.mk under device/google/raviole gps: Enable Vzw SUPL OTDOA Update raven SVN to 74 ... Conflicts: Android.mk device-oriole.mk device-raven.mk Change-Id: I5968df0035ac84a7177a8d72253a81e14a9ba510
48 lines
1.7 KiB
Makefile
48 lines
1.7 KiB
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_oriole.mk \
|
|
$(LOCAL_DIR)/aosp_oriole_hwasan.mk \
|
|
$(LOCAL_DIR)/aosp_oriole_pgagnostic_64.mk \
|
|
$(LOCAL_DIR)/aosp_oriole_pkvm.mk \
|
|
$(LOCAL_DIR)/aosp_oriole_64.mk \
|
|
$(LOCAL_DIR)/factory_oriole.mk \
|
|
$(LOCAL_DIR)/aosp_raven.mk \
|
|
$(LOCAL_DIR)/aosp_raven_hwasan.mk \
|
|
$(LOCAL_DIR)/haiku.mk \
|
|
$(LOCAL_DIR)/aosp_raven_pgagnostic_64.mk \
|
|
$(LOCAL_DIR)/aosp_raven_pkvm.mk \
|
|
$(LOCAL_DIR)/aosp_raven_64.mk \
|
|
$(LOCAL_DIR)/factory_raven.mk \
|
|
$(LOCAL_DIR)/aosp_slider.mk \
|
|
$(LOCAL_DIR)/aosp_slider_hwasan.mk \
|
|
$(LOCAL_DIR)/factory_slider.mk \
|
|
$(LOCAL_DIR)/full_slider.mk \
|
|
$(LOCAL_DIR)/aosp_whitefin.mk \
|
|
$(LOCAL_DIR)/aosp_whitefin_pkvm.mk \
|
|
$(LOCAL_DIR)/aosp_whitefin_hwasan.mk \
|
|
$(LOCAL_DIR)/aosp_whitefin_64.mk \
|
|
$(LOCAL_DIR)/factory_whitefin.mk \
|
|
$(LOCAL_DIR)/lineage_oriole.mk \
|
|
$(LOCAL_DIR)/lineage_raven.mk
|
|
|
|
COMMON_LUNCH_CHOICES := \
|
|
aosp_slider-trunk_staging-userdebug \
|
|
aosp_whitefin-trunk_staging-userdebug \
|
|
aosp_oriole-trunk_staging-userdebug \
|
|
aosp_raven-trunk_staging-userdebug
|