blob: 1e331cdfd110876c97734c5d1837ef8f21be42ac [file] [log] [blame]
Jean-Baptiste Queru127b2d52012-08-03 15:06:49 -07001# Copyright (C) 2010 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
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
23# WARNING: This line must come *before* including the proprietary
24# variant, so that it gets overwritten by the parent (which goes
25# against the traditional rules of inheritance).
26# The proprietary variant sets USE_CAMERA_STUB := false, this way
27# we use the camera stub when the vendor tree isn't present, and
28# the true camera library when the vendor tree is available. Similarly,
29# we set USE_PROPRIETARY_AUDIO_EXTENSIONS to true in the proprietary variant as
30# well.
Ramanan Rajeswaran754c5f42012-09-04 14:05:03 -070031
Jean-Baptiste Queru127b2d52012-08-03 15:06:49 -070032USE_CAMERA_STUB := true
33USE_PROPRIETARY_AUDIO_EXTENSIONS := false
34
jessicae6343242012-09-18 14:44:31 -070035TARGET_RECOVERY_UPDATER_LIBS := librecovery_updater_tilapia
36TARGET_RECOVERY_UPDATER_EXTRA_LIBS := libIMCdownload libPrgHandler
Ramanan Rajeswaran73248d02012-08-09 13:03:27 -070037
jessica421370d2012-09-21 17:03:38 -070038TARGET_RELEASETOOLS_EXTENSIONS := device/asus/tilapia
39
Jean-Baptiste Queru127b2d52012-08-03 15:06:49 -070040-include vendor/asus/tilapia/BoardConfigVendor.mk
41include device/asus/grouper/BoardConfigCommon.mk
Ken Sumrall68f6a132013-02-22 17:39:38 -080042
43TARGET_RECOVERY_FSTAB = device/asus/tilapia/fstab.grouper
Christopher Ferrisbb6523b2014-07-10 14:54:50 -070044
45MALLOC_IMPL := dlmalloc