aospa: products: Introduce Pixel 7/7 Pro (Panther/Cheetah)

Change-Id: Ia138ad5c7fbe8d8907d8e15cd3213cdc6fb00e9a
This commit is contained in:
Chris Crump 2022-10-24 14:20:15 -04:00
parent 0e463ffe56
commit 2722f609df
5 changed files with 306 additions and 0 deletions

View File

@ -17,11 +17,13 @@ PRODUCT_MAKEFILES += \
$(LOCAL_DIR)/alioth/aospa_alioth.mk \
$(LOCAL_DIR)/apollo/aospa_apollo.mk \
$(LOCAL_DIR)/bluejay/aospa_bluejay.mk \
$(LOCAL_DIR)/cheetah/aospa_cheetah.mk \
$(LOCAL_DIR)/lmi/aospa_lmi.mk \
$(LOCAL_DIR)/mini5g/aospa_mini5g.mk \
$(LOCAL_DIR)/oneplus9/aospa_oneplus9.mk \
$(LOCAL_DIR)/oneplus9pro/aospa_oneplus9pro.mk \
$(LOCAL_DIR)/oriole/aospa_oriole.mk \
$(LOCAL_DIR)/panther/aospa_panther.mk \
$(LOCAL_DIR)/phoenix/aospa_phoenix.mk \
$(LOCAL_DIR)/raven/aospa_raven.mk
@ -30,10 +32,12 @@ COMMON_LUNCH_CHOICES += \
aospa_alioth-userdebug \
aospa_apollo-userdebug \
aospa_bluejay-userdebug \
aospa_cheetah-userdebug \
aospa_lmi-userdebug \
aospa_mini5g-userdebug \
aospa_oneplus9-userdebug \
aospa_oneplus9pro-userdebug \
aospa_oriole-userdebug \
aospa_panther-userdebug \
aospa_phoenix-userdebug \
aospa_raven-userdebug

View File

@ -0,0 +1,104 @@
[
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_pantah",
"target_path": "device/google/pantah",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_pantah-kernel",
"target_path": "device/google/pantah-kernel",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_gs101",
"target_path": "device/google/gs101",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_gs201",
"target_path": "device/google/gs201",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_gs101-sepolicy",
"target_path": "device/google/gs101-sepolicy",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_gs201-sepolicy",
"target_path": "device/google/gs201-sepolicy",
"revision": "topaz"
},
{
"remote": "blobs-gitlab",
"repository": "proprietary_vendor_google",
"target_path": "vendor/google_devices",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_hardware_google_pixel",
"target_path": "hardware/google/pixel",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_gs-common",
"target_path": "device/google/gs-common",
"revision": "topaz"
},
{
"remote": "aosp",
"repository": "device/google/pantah-sepolicy",
"target_path": "device/google/pantah-sepolicy",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/pixel-sepolicy",
"target_path": "hardware/google/pixel-sepolicy",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/gchips",
"target_path": "hardware/google/gchips",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/graphics/common",
"target_path": "hardware/google/graphics/common",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/graphics/gs101",
"target_path": "hardware/google/graphics/gs101",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/graphics/gs201",
"target_path": "hardware/google/graphics/gs201",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/interfaces",
"target_path": "hardware/google/interfaces",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/broadcom/wlan",
"target_path": "hardware/broadcom/wlan",
"revision": "refs/tags/android-13.0.0_r11"
}
]

View File

@ -0,0 +1,47 @@
# Copyright (C) 2022 Paranoid Android
#
# 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.
ifeq (aospa_cheetah,$(TARGET_PRODUCT))
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
# Inherit from the custom device configuration.
$(call inherit-product, device/google/pantah/aosp_cheetah.mk)
include device/google/pantah/device-aospa.mk
# Inherit from the AOSPA configuration.
$(call inherit-product, vendor/aospa/target/product/aospa-target.mk)
# Resolution for bootanimation
TARGET_BOOT_ANIMATION_RES := 1440
PRODUCT_BRAND := google
PRODUCT_DEVICE := cheetah
PRODUCT_MANUFACTURER := Google
PRODUCT_MODEL := Pixel 7 Pro
PRODUCT_NAME := aospa_cheetah
PRODUCT_GMS_CLIENTID_BASE := android-google
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_DEVICE=Pixel7Pro \
PRIVATE_BUILD_DESC="cheetah-user 13 TD1A.220804.031 9071314 release-keys"
BUILD_FINGERPRINT := google/cheetah/cheetah:13/TD1A.220804.031/9071314:user/release-keys
$(call inherit-product, vendor/google_devices/cheetah/cheetah-vendor.mk)
endif

View File

@ -0,0 +1,104 @@
[
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_pantah",
"target_path": "device/google/pantah",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_pantah-kernel",
"target_path": "device/google/pantah-kernel",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_gs101",
"target_path": "device/google/gs101",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_gs201",
"target_path": "device/google/gs201",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_gs101-sepolicy",
"target_path": "device/google/gs101-sepolicy",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_gs201-sepolicy",
"target_path": "device/google/gs201-sepolicy",
"revision": "topaz"
},
{
"remote": "blobs-gitlab",
"repository": "proprietary_vendor_google",
"target_path": "vendor/google_devices",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_hardware_google_pixel",
"target_path": "hardware/google/pixel",
"revision": "topaz"
},
{
"remote": "aospa",
"repository": "AOSPA/android_device_google_gs-common",
"target_path": "device/google/gs-common",
"revision": "topaz"
},
{
"remote": "aosp",
"repository": "device/google/pantah-sepolicy",
"target_path": "device/google/pantah-sepolicy",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/pixel-sepolicy",
"target_path": "hardware/google/pixel-sepolicy",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/gchips",
"target_path": "hardware/google/gchips",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/graphics/common",
"target_path": "hardware/google/graphics/common",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/graphics/gs101",
"target_path": "hardware/google/graphics/gs101",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/graphics/gs201",
"target_path": "hardware/google/graphics/gs201",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/google/interfaces",
"target_path": "hardware/google/interfaces",
"revision": "refs/tags/android-13.0.0_r11"
},
{
"remote": "aosp",
"repository": "platform/hardware/broadcom/wlan",
"target_path": "hardware/broadcom/wlan",
"revision": "refs/tags/android-13.0.0_r11"
}
]

View File

@ -0,0 +1,47 @@
# Copyright (C) 2022 Paranoid Android
#
# 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.
ifeq (aospa_panther,$(TARGET_PRODUCT))
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
# Inherit from the custom device configuration.
$(call inherit-product, device/google/pantah/aosp_panther.mk)
include device/google/pantah/device-aospa.mk
# Inherit from the AOSPA configuration.
$(call inherit-product, vendor/aospa/target/product/aospa-target.mk)
# Resolution for bootanimation
TARGET_BOOT_ANIMATION_RES := 1080
PRODUCT_BRAND := google
PRODUCT_DEVICE := panther
PRODUCT_MANUFACTURER := Google
PRODUCT_MODEL := Pixel 7
PRODUCT_NAME := aospa_panther
PRODUCT_GMS_CLIENTID_BASE := android-google
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_DEVICE=Pixel7 \
PRIVATE_BUILD_DESC="panther-user 13 TD1A.220804.031 9071314 release-keys"
BUILD_FINGERPRINT := google/panther/panther:13/TD1A.220804.031/9071314:user/release-keys
$(call inherit-product, vendor/google_devices/panther/panther-vendor.mk)
endif