• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (C) 2011 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# Default values, possibly overridden by BoardConfigVendor.mk
16TARGET_BOARD_INFO_FILE := device/samsung/toroplus/board-info.txt
17BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/toroplus/bluetooth
18
19# Use the non-open-source part, if present
20-include vendor/samsung/toroplus/BoardConfigVendor.mk
21
22# Use the part that is common between all tunas
23include device/samsung/tuna/BoardConfig.mk
24
25BOARD_USERDATAIMAGE_PARTITION_SIZE := 30691799040
26
27# Use/add toroplus-specific variants
28TARGET_RECOVERY_UPDATER_LIBS += librecovery_updater_toroplus
29TARGET_RELEASETOOLS_EXTENSIONS := device/samsung/toroplus
30
31# on toroplus boards we need to apply a special adaptive filter
32# on the compass output because of noise generated by the pmic.
33BOARD_INVENSENSE_APPLY_COMPASS_NOISE_FILTER := true
34