aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
blob: 0b5607115cedfa9321abc46805d80b1b2b2d5aac (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Copyright (C) 2018-2019 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#

LOCAL_PATH := $(call my-dir)

ifeq ($(TARGET_DEVICE),guacamoleb)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif