blob: 745801cbf35296d23469caedef0acf3793f719ac [file] [log] [blame]
Steve Kondik6a52f322013-04-30 21:06:07 -07001# Copyright (C) 2009 The CyanogenMod 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
15#
16# This file sets variables that control the way modules are built
17# thorughout the system. It should not be used to conditionally
18# disable makefiles (the proper mechanism to control what gets
19# included in a build is to use PRODUCT_PACKAGES in a product
20# definition file).
21#
22
Drew Davis4adcee72014-11-15 17:10:10 -060023# inherit from common jf
24include device/samsung/jf-common/BoardConfigCommon.mk
Steve Kondik6a52f322013-04-30 21:06:07 -070025
26# inherit from the proprietary version
dcdccce7d02014-11-19 18:35:26 -060027-include vendor/samsung/jf-gsm-common/BoardConfigVendor.mk
Steve Kondik6a52f322013-04-30 21:06:07 -070028
29# Assert
Drew Davis4adcee72014-11-15 17:10:10 -060030TARGET_OTA_ASSERT_DEVICE := jfltetmo,jflte
Steve Kondik6a52f322013-04-30 21:06:07 -070031