1# Copyright (C) 2009 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). 26USE_CAMERA_STUB := true 27 28# inherit from the proprietary version 29-include vendor/htc/passion/BoardConfigVendor.mk 30 31# Get the generic variables that are common between all versions 32# of passion 33include device/htc/passion-common/BoardConfigCommon.mk 34 35TARGET_RECOVERY_UI_LIB := librecovery_ui_passion librecovery_ui_htc 36