BoardConfig.mk revision da90dca88922d45da17ca99bf872c5a799668160
1#
2# Copyright 2012 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8#      http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17#
18# This file sets variables that control the way modules are built
19# throughout the system. Those variables can be read from any Android.mk
20# file. Preferably, such variables should be prefixed by "BOARD_".
21#
22# The variables in this file should be used to control all behaviors
23# that affect at least one Open Source Android.mk (i.e. outside of the
24# vendor/ folder).
25#
26# Preferably, variables set in this file should not be used to conditionally
27# disable makefiles (the primary mechanism to control what gets included in
28# a build is to use PRODUCT_PACKAGES in a product definition file).
29#
30
31# HACK: inherit from the emulator - TODO: remove this
32include build/target/board/generic/BoardConfig.mk
33
34-include vendor/lge/mako/BoardConfigVendor.mk
35