Skip to content
Snippets Groups Projects
Commit 9f2b9bb0 authored by Erfan Abdi's avatar Erfan Abdi :volcano: Committed by Arian
Browse files

sm8350-common: Add support for haydn

Change-Id: I2bca12c13e55b8a71e2d05c79a39c886b598b468
parent a7baa93b
No related branches found
No related tags found
No related merge requests found
#
# Copyright (C) 2020 The LineageOS Project
# Copyright (C) 2020-2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
LOCAL_PATH := $(call my-dir)
ifneq ($(filter venus,$(TARGET_DEVICE)),)
ifneq ($(filter haydn venus,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
include $(CLEAR_VARS)
......
#!/bin/bash
#
# Copyright (C) 2018-2020 The LineageOS Project
# Copyright (C) 2018-2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
......@@ -26,7 +26,7 @@ source "${HELPER}"
setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${LINEAGE_ROOT}" true
# Copyright headers and guards
write_headers "venus"
write_headers "haydn venus"
# The standard common blobs
write_makefiles "${MY_DIR}/proprietary-files.txt" true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment