-----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ9i73wAKCRDorT+BmrEO eNAdAJ4iFgX7EK1C2pdsM9xAkM5Xjk7dBwCfch41c+qFXQr6zJJCy4YChJm17gw= =5vJF -----END PGP SIGNATURE----- gpgsig -----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQBeN6OMa4JXSo0E6+1dGtQsG6agJl9uiIidcCeIkA9m/JKpVY4/gLmgAJcDlUj2DCl /ke0tsHVnYjBoG0cJ+BQA= -----END SSH SIGNATURE----- Merge tag 'aml_tz6_351400020' into staging/lineage-23.0_merge-aml_tz6_351400020 aml_tz6_351400020 (13155446,com.google.android.go.tzdata6,com.google.android.tzdata6) # -----BEGIN PGP SIGNATURE----- # # iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ9i73wAKCRDorT+BmrEO # eNAdAJ4iFgX7EK1C2pdsM9xAkM5Xjk7dBwCfch41c+qFXQr6zJJCy4YChJm17gw= # =5vJF # -----END PGP SIGNATURE----- # gpg: Signature made Tue Mar 18 02:18:39 2025 EET # gpg: using DSA key 4340D13570EF945E83810964E8AD3F819AB10E78 # gpg: Good signature from "The Android Open Source Project <initial-contribution@android.com>" [ultimate] # By James Huang (2) and others # Via Android (Google) Code Review (12) and others * tag 'aml_tz6_351400020': (26 commits) Remove old unused VINTF manifest file gps: Update GNSS config for KDDI Enable dynamic routing for tmobile_cz and vodafone_cz carriers Enable ambient AOD for certain devices Enable fp screen off unlock feature and turn off by default thermal: Low power shutdown policy bringup Revert^2 "Delete 16kb dev option config from caimito" Revert "Delete 16kb dev option config from caimito" [UWB] Add a new runtime overlay for caiman and komodo on GSI Delete 16kb dev option config from caimito powerhint: Mask hints in AA and DISPLAY_IDLE thermal: Remove bcl related tzones caimito: Clean up dbc and pm properties. thermal: prev_samples_order mismatch fix Fix LE Audio Unicast Allowlist Add IFingerprintDebug and update build config. caimito: Update APMg3 tuning files Revert "powerhint: Disable auto margins" powerhint: Disable auto margins Add support for google_car devices ... Conflicts: fingerprint/ultrasonic_udfps.mk Change-Id: Ifbbdc1ead7a5c49837827f9572df09cc7604779d
48 lines
1.8 KiB
Makefile
48 lines
1.8 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.
|
|
#
|
|
|
|
TARGET_BOARD_INFO_FILE := device/google/caimito/board-info.txt
|
|
TARGET_BOOTLOADER_BOARD_NAME := caiman
|
|
|
|
ifdef PHONE_CAR_BOARD_PRODUCT
|
|
include vendor/auto/embedded/products/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
|
|
else
|
|
TARGET_SCREEN_DENSITY := 480
|
|
endif
|
|
|
|
BOARD_USES_GENERIC_AUDIO := true
|
|
USES_DEVICE_GOOGLE_CAIMITO := true
|
|
|
|
RELEASE_GOOGLE_PRODUCT_RADIO_DIR := $(RELEASE_GOOGLE_CAIMAN_RADIO_DIR)
|
|
RELEASE_GOOGLE_PRODUCT_RADIOCFG_DIR := $(RELEASE_GOOGLE_CAIMAN_RADIOCFG_DIR)
|
|
RELEASE_GOOGLE_PRODUCT_NTNRADIO_DIR := $(RELEASE_GOOGLE_CAIMAN_NTNRADIO_DIR)
|
|
|
|
include device/google/caimito/device-caimito-common.mk
|
|
|
|
include device/google/zumapro/BoardConfig-common.mk
|
|
-include vendor/google_devices/zumapro/prebuilts/BoardConfigVendor.mk
|
|
include device/google/gs-common/check_current_prebuilt/check_current_prebuilt.mk
|
|
-include vendor/google_devices/caiman/proprietary/BoardConfigVendor.mk
|
|
include device/google/caimito/sepolicy/caiman-sepolicy.mk
|
|
include device/google/caimito/wifi/BoardConfig-wifi.mk
|
|
|
|
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
|
|
-include device/google/common/etm/6_1/BoardUserdebugModules.mk
|
|
endif
|
|
|
|
DEVICE_PATH := device/google/caimito
|
|
VENDOR_PATH := vendor/google/caiman
|
|
include $(DEVICE_PATH)/$(TARGET_BOOTLOADER_BOARD_NAME)/BoardConfigLineage.mk
|