Automatic translation import
[GitHub/LineageOS/android_hardware_samsung.git] / Android.mk
CommitLineData
3e03dba1
AO
1# Copyright (C) 2012 The Android Open Source Project
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
81c2e053
AO
15SAM_ROOT := $(call my-dir)
16
601dc858 17# Exynos 4
3e03dba1
AO
18ifeq ($(TARGET_BOARD_PLATFORM),exynos4)
19ifeq ($(TARGET_SOC),exynos4210)
81c2e053 20include $(SAM_ROOT)/exynos4210.mk
3e03dba1
AO
21endif
22ifeq ($(TARGET_SOC),exynos4x12)
81c2e053 23include $(SAM_ROOT)/exynos4x12.mk
3e03dba1
AO
24endif
25endif
0a336cc1 26
601dc858 27# Exynos 3
0a336cc1 28ifeq ($(TARGET_BOARD_PLATFORM),s5pc110)
81c2e053
AO
29include $(SAM_ROOT)/s5pc110.mk
30endif
81c2e053 31
601dc858 32# Wifi
81c2e053
AO
33ifeq ($(BOARD_HAVE_SAMSUNG_WIFI),true)
34include $(SAM_ROOT)/macloader/Android.mk
2140f1ff 35include $(SAM_ROOT)/wifiloader/Android.mk
0a336cc1 36endif
601dc858 37
802fd001 38# Loki
c03534e9 39ifeq ($(strip $(TARGET_NEEDS_LOKI)),true)
802fd001
NJ
40include $(SAM_ROOT)/loki_tool/Android.mk
41endif
42
601dc858 43ifeq ($(BOARD_VENDOR),samsung)
a6d5bd70 44include $(SAM_ROOT)/AdvancedDisplay/Android.mk
297a636a 45include $(SAM_ROOT)/audio/Android.mk
c8668b27 46include $(SAM_ROOT)/doze/Android.mk
872abc67 47include $(SAM_ROOT)/dtbhtool/Android.mk
53afa330 48include $(SAM_ROOT)/hidl/Android.mk
222cff07 49include $(SAM_ROOT)/modemloader/Android.mk
6596730a 50include $(SAM_ROOT)/ril/Android.mk
222cff07 51endif