odroidc4: Set fingerprint to a whitelisted one
[GitHub/LineageOS/G12/android_device_hardkernel_odroidc4.git] / Android.mk
CommitLineData
c666a205
JA
1#
2# Copyright (C) 2021 The LineageOS Project
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7ifeq ($(TARGET_DEVICE), odroidc4)
8
9LOCAL_PATH := $(call my-dir)
10include $(call all-makefiles-under,$(LOCAL_PATH))
11
12include $(LOCAL_PATH)/factory.mk
13
14endif