-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ1IssQAKCRDorT+BmrEO eO94AJ92jyZuJ1uq/njek2I7JdxbdXAg5ACeP/ehhxzfwZ3Z2/J44QJylqeByWo= =AFwD -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQJLBAABCgA1FiEEHrBYPudH862glXQBzJUERRm+ZmkFAmdY8ecXHG1rYmVzdGFz QGxpbmVhZ2Vvcy5vcmcACgkQzJUERRm+ZmmTKg/+PUN7P6yiBWzundIJndoZQ5i0 LhCxEtojWhQzz390aNOno3zvZo6vM4VKFIJoiep3WsZt4fCchEmocOCmwGZgel/W elBOMvviypvhv5jAEpK2JK4s7MUHaV+lxUgvFPIVNECTUKu2/UmlFXU808Mk7vUI h4L5BMp/ETdBCEoqBX7zOW4R0F/t27wwHPzqnFIxQiZufIIcMzaaHr6NETC+tWv6 Vs+6yIf43d5I6VLbbyTawO7tfYVHPEgatmCla3a6zXpZeYD6H1EklYg8pQJHYJZa T8zdoh1+d5Lg5b6Mzk3gEdQTJPfXwQlAz7xc//GA0xE2cFFJWjtYkO+3Qs2pdTAt z93JkIvx+XoOoEv8fincHoY/xH9thIib+6GU1W2bPn/aLNYtAFpEVVnmz+eBYHo1 kQ+grpiTny6zrBF5qlvMZFjHSQwg/hehOhiGBmjfhEpn1hrRh9LEEsjCj2gqjnpc zoBYtCKLG1u4Dt0ychx5OIi4HyWuuff48maNmiCaE96QS2ClNQOWK0HuLZAPcp68 zIrDLHpMua42bZ/Mkkwn0tLvyjg7HHUn00mgL15UVVdPzg+M9WWD6sr3QC5GnY+C O4CiTio36cyEWYRJcxUT83jdxiqMFldMybhDtwpMHOMEnbrQkPiNR/86jgRroj1O QB1J0yrwtY1v8wqmVLc= =cgBI -----END PGP SIGNATURE----- Merge tag 'android-15.0.0_r6' into staging/lineage-22.0_merge-android-15.0.0_r6 Android 15.0.0 Release 6 (AP4A.241205.013) # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ1IssQAKCRDorT+BmrEO # eO94AJ92jyZuJ1uq/njek2I7JdxbdXAg5ACeP/ehhxzfwZ3Z2/J44QJylqeByWo= # =AFwD # -----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 2484 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 (6) and others # Via Android Build Coastguard Worker (27) and others * tag 'android-15.0.0_r6': (27 commits) gps: set default SUPL SSL method to SSLv23 gps: Enable Beidou measurements only in the US for P21. Symlink current prebuilt folder to android root Update product id for oriole and raven oriole/raven: add etm modules in userdebug/eng builds move bootloader and radio build flag to device mk gps: Re-enable GLO & QZSS in US gps: add CpEarlyFixGuardTimeSec to prevent earlyfix response delay thermal: read thermistor temp from sysfs thermal:remove unused state2power value Update oriole SVN to 86 Update raven SVN to 86 thermal: Remove bcl related tzones update OWNERS to include Android.bp raviole: Add build_flags based properties for SMR/EMR build haptics: Update output distortion gain gps: Enable ExitOnComFailure Adpf:raviole: switch to multitier heuristic boost. Update oriole SVN to 85 Update raven SVN to 85 ... Conflicts: device-oriole.mk device-raven.mk oriole/BoardConfig.mk raven/BoardConfig.mk Change-Id: Ic9e494f17dcc35b9dab52908e7a66ebd6fbd0798
56 lines
2.1 KiB
Makefile
56 lines
2.1 KiB
Makefile
#
|
|
# Copyright (C) 2020 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.
|
|
#
|
|
|
|
# Enable load module in parallel
|
|
BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
|
|
|
|
# The modules which need to be loaded in sequential
|
|
BOARD_KERNEL_CMDLINE += fips140.load_sequential=1
|
|
BOARD_KERNEL_CMDLINE += exynos_mfc.load_sequential=1
|
|
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
|
|
BOARD_KERNEL_CMDLINE += pcie-exynos-core.load_sequential=1
|
|
BOARD_KERNEL_CMDLINE += g2d.load_sequential=1
|
|
|
|
ifdef AUTOMOTIVE_PRODUCT_PATH
|
|
#RBC# include_top device/google/auto_tcu
|
|
#RBC# include_top device/google/pixel_tcu
|
|
#RBC# include_top device/google_car
|
|
include device/$(AUTOMOTIVE_PRODUCT_PATH)/BoardConfig.mk
|
|
else
|
|
TARGET_SCREEN_DENSITY := 560
|
|
endif
|
|
|
|
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
|
|
TARGET_BOOTLOADER_BOARD_NAME := raven
|
|
USES_DEVICE_GOOGLE_RAVIOLE := true
|
|
BOARD_KERNEL_CMDLINE += disable_dma32=on
|
|
|
|
include device/google/gs101/BoardConfig-common.mk
|
|
include device/google/gs101/sepolicy/raven-sepolicy.mk
|
|
include device/google/gs101/wifi/BoardConfig-wifi.mk
|
|
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
|
include device/google/gs-common/check_current_prebuilt/check_current_prebuilt.mk
|
|
-include vendor/google_devices/raven/proprietary/BoardConfigVendor.mk
|
|
|
|
ifneq (,$(RELEASE_ETM_IN_USERDEBUG_ENG))
|
|
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
|
|
-include device/google/common/etm/BoardUserdebugModules.mk
|
|
endif
|
|
endif
|
|
|
|
DEVICE_PATH := device/google/raviole
|
|
VENDOR_PATH := vendor/google/raven
|
|
include $(DEVICE_PATH)/$(TARGET_BOOTLOADER_BOARD_NAME)/BoardConfigLineage.mk
|