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----- 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
This commit is contained in:
commit
4277f8480e
69 changed files with 868 additions and 921 deletions
|
@ -16,7 +16,13 @@
|
|||
|
||||
TARGET_BOARD_INFO_FILE := device/google/caimito/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := tokay
|
||||
TARGET_SCREEN_DENSITY := 420
|
||||
|
||||
ifdef PHONE_CAR_BOARD_PRODUCT
|
||||
include vendor/auto/embedded/products/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
|
||||
else
|
||||
TARGET_SCREEN_DENSITY := 420
|
||||
endif
|
||||
|
||||
BOARD_USES_GENERIC_AUDIO := true
|
||||
USES_DEVICE_GOOGLE_CAIMITO := true
|
||||
|
||||
|
|
|
@ -227,4 +227,11 @@
|
|||
<!-- Package name providing GNSS location support. Used only when
|
||||
config_useGnssHardwareProvider is false. -->
|
||||
<string name="config_gnssLocationProviderPackageName" translatable="false">com.google.android.gms</string>
|
||||
|
||||
<!-- Whether to enable fp unlock when screen turns off on udfps devices -->
|
||||
<bool name="config_screen_off_udfps_enabled">true</bool>
|
||||
|
||||
<!-- Default value for fp screen off unlock toggle, it only works for the devices that support
|
||||
fp screen off unlock-->
|
||||
<bool name="config_screen_off_udfps_default_on">false</bool>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue