1127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# Copyright (C) 2010 The Android Open Source Project
2127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru#
3127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# Licensed under the Apache License, Version 2.0 (the "License");
4127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# you may not use this file except in compliance with the License.
5127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# You may obtain a copy of the License at
6127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru#
7127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru#      http://www.apache.org/licenses/LICENSE-2.0
8127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru#
9127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# Unless required by applicable law or agreed to in writing, software
10127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# distributed under the License is distributed on an "AS IS" BASIS,
11127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# See the License for the specific language governing permissions and
13127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# limitations under the License.
14127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru
15127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru#
16127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# This file sets variables that control the way modules are built
17127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# thorughout the system. It should not be used to conditionally
18127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# disable makefiles (the proper mechanism to control what gets
19127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# included in a build is to use PRODUCT_PACKAGES in a product
20127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# definition file).
21127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru#
22127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru
23127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# WARNING: This line must come *before* including the proprietary
24127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# variant, so that it gets overwritten by the parent (which goes
25127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# against the traditional rules of inheritance).
26127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# The proprietary variant sets USE_CAMERA_STUB := false, this way
27127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# we use the camera stub when the vendor tree isn't present, and
28127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# the true camera library when the vendor tree is available.  Similarly,
29127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# we set USE_PROPRIETARY_AUDIO_EXTENSIONS to true in the proprietary variant as
30127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru# well.
31754c5f4c1f7e82d0ba103a66d169f3c07033d112Ramanan Rajeswaran
32127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste QueruUSE_CAMERA_STUB := true
33127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste QueruUSE_PROPRIETARY_AUDIO_EXTENSIONS := false
34127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru
35e63432463f0f78879fc6b46877dd5f11ada71d75jessicaTARGET_RECOVERY_UPDATER_LIBS := librecovery_updater_tilapia
36e63432463f0f78879fc6b46877dd5f11ada71d75jessicaTARGET_RECOVERY_UPDATER_EXTRA_LIBS := libIMCdownload libPrgHandler
3773248d0bced007641e20422a3a0e1327b85e68ceRamanan Rajeswaran
38421370d48dfb2d58696b23392bc356adf16cff72jessicaTARGET_RELEASETOOLS_EXTENSIONS := device/asus/tilapia
39421370d48dfb2d58696b23392bc356adf16cff72jessica
40127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queru-include vendor/asus/tilapia/BoardConfigVendor.mk
41127b2d58fde64d4b7d1489972694fc2b10923da5Jean-Baptiste Queruinclude device/asus/grouper/BoardConfigCommon.mk
4268f6a132bac691c60740cd4e72342242a4ddb503Ken Sumrall
4368f6a132bac691c60740cd4e72342242a4ddb503Ken SumrallTARGET_RECOVERY_FSTAB = device/asus/tilapia/fstab.grouper
44bb6523b296356fc1e3488832cd89a107efaae90fChristopher Ferris
45bb6523b296356fc1e3488832cd89a107efaae90fChristopher FerrisMALLOC_IMPL := dlmalloc
46