device_google_pantah/aosp_panther.mk
Michael Bestas e5c987ca81 aml_tz6_351400020 (13155446,com.google.android.go.tzdata6,com.google.android.tzdata6)
-----BEGIN PGP SIGNATURE-----
 
 iF0EABECAB0WIQRDQNE1cO+UXoOBCWTorT+BmrEOeAUCZ9i73wAKCRDorT+BmrEO
 eFbRAJ0S0/Zi4ZB/oWewusf8lsWMr+5bUACfSu9piWiaNneuN5Hc0GqsnCnu0Ik=
 =24wO
 -----END PGP SIGNATURE-----
gpgsig -----BEGIN SSH SIGNATURE-----
 U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgPpdpjxPACTIhnlvYz0GM4BR7FJ
 +rYv3jMbfxNKD3JvcAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5
 AAAAQH+8qeowP5ZP1Ss/5eoPE4j1KAQg2GKIwWcPy7RN/9TvCWiAWCUTrx21DYvitAzmkv
 NrdyvYtD9/mH/Rr9qOOgE=
 -----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
# eFbRAJ0S0/Zi4ZB/oWewusf8lsWMr+5bUACfSu9piWiaNneuN5Hc0GqsnCnu0Ik=
# =24wO
# -----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 guibing (2) and others
# Via Android Build Coastguard Worker (9) and others
* tag 'aml_tz6_351400020':
  Remove old unused VINTF manifest file
  Enable BQR vendor snoop log
  ADPF:pantah: use tagged ADPF profile for SYSTEM_UI.
  ADPF:pantah: remove unused adpf profiles.
  Hide LE audio toggle for ASHA device on P22
  powerhint: Mask hints in AA and DISPLAY_IDLE
  Enable open source multi akm for specific Broadcom project
  thermal: Remove bcl related tzones
  Disable Bluetooth Hearing Access Profile default enable for P22
  Vibrator: Add permissions for owt_lib_compat

 Conflicts:
	aosp_cheetah.mk
	aosp_panther.mk

Change-Id: I5edff58c766bd8efb73f4b15a1f917a7fc8c97ba
2025-06-23 05:20:48 +03:00

35 lines
1.2 KiB
Makefile

#
# Copyright 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.
#
TARGET_LINUX_KERNEL_VERSION := 5.10
USE_SWIFTSHADER := true
BOARD_USES_SWIFTSHADER := true
$(call inherit-product, device/google/gs201/aosp_common.mk)
$(call inherit-product, device/google/pantah/device-panther.mk)
PRODUCT_NAME := aosp_panther
PRODUCT_DEVICE := panther
PRODUCT_MODEL := AOSP on Panther
PRODUCT_BRAND := Android
PRODUCT_MANUFACTURER := Google
# Keep the VNDK APEX in /system partition for REL branches as these branches are
# expected to have stable API/ABI surfaces.
ifneq (REL,$(PLATFORM_VERSION_CODENAME))
PRODUCT_PACKAGES += com.android.vndk.current.on_vendor
endif