bramble: Initial Lineage bringup

Change-Id: Ieddd0460eeb223512b5d3ce9504f6a654d44c0d9
This commit is contained in:
Rashed Abdel-Tawab
2019-11-20 10:22:06 -05:00
committed by Michael Bestas
parent 411c6cd992
commit 76e5db6191
6 changed files with 54 additions and 0 deletions

View File

@@ -18,6 +18,8 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/aosp_bramble.mk \
$(LOCAL_DIR)/aosp_bramble_64.mk \
$(LOCAL_DIR)/aosp_bramble_hwasan.mk \
$(LOCAL_DIR)/lineage_bramble.mk
COMMON_LUNCH_CHOICES := \
aosp_bramble-userdebug \
lineage_bramble-userdebug

7
BoardConfigLineage.mk Normal file
View File

@@ -0,0 +1,7 @@
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
include device/google/redbull/BoardConfigLineage.mk

View File

@@ -31,3 +31,5 @@ else
-include vendor/google_devices/bramble/proprietary/BoardConfigVendor.mk
endif
include device/google/bramble/BoardConfigLineage.mk

7
device-lineage.mk Normal file
View File

@@ -0,0 +1,7 @@
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
$(call inherit-product, device/google/redbull/device-lineage.mk)

6
lineage.dependencies Normal file
View File

@@ -0,0 +1,6 @@
[
{
"repository": "android_device_google_redbull",
"target_path": "device/google/redbull"
}
]

30
lineage_bramble.mk Normal file
View File

@@ -0,0 +1,30 @@
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common Lineage stuff.
TARGET_DISABLE_EPPE := true
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/google/bramble/aosp_bramble.mk)
$(call inherit-product, device/google/redbull/lineage_common.mk)
include device/google/bramble/device-lineage.mk
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 4a (5G)
PRODUCT_NAME := lineage_bramble
# Boot animation
TARGET_SCREEN_HEIGHT := 2340
TARGET_SCREEN_WIDTH := 1080
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=bramble \
PRIVATE_BUILD_DESC="bramble-user 13 TP1A.220624.014 8819323 release-keys"
BUILD_FINGERPRINT := google/bramble/bramble:13/TP1A.220624.014/8819323:user/release-keys