haydn: Inherit from common tree

Change-Id: I9d0590599ab046dbb61881e137ee9d62ffcb260d
This commit is contained in:
AdarshGrewal 2022-10-12 04:09:39 +05:30
parent 5d373ea0ea
commit 6e74d1311a
3 changed files with 9 additions and 0 deletions

View file

@ -1,2 +1,5 @@
soong_namespace {
imports: [
"device/xiaomi/sm8350-common",
],
}

View file

@ -6,5 +6,8 @@
DEVICE_PATH := device/xiaomi/haydn
# Inherit from sm8350-common
include device/xiaomi/sm8350-common/BoardConfigCommon.mk
# Board
TARGET_BOOTLOADER_BOARD_NAME := haydn

View file

@ -4,6 +4,9 @@
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from sm8350-common
$(call inherit-product, device/xiaomi/sm8350-common/common.mk)
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)