From 72519330ddf5586e18be274db37f0732fb9a1a58 Mon Sep 17 00:00:00 2001 From: Ziyann Date: Wed, 17 Sep 2014 18:29:16 +0200 Subject: tuna: commonize what we can (2/4) Change-Id: Ic200add412f31b027ec831c36886eeee2988d0c5 --- BoardConfig.mk | 4 ---- bluetooth/bdroid_buildcfg.h | 25 ------------------------- board-info.txt | 1 - system.prop | 4 ---- 4 files changed, 34 deletions(-) delete mode 100644 bluetooth/bdroid_buildcfg.h delete mode 100644 board-info.txt diff --git a/BoardConfig.mk b/BoardConfig.mk index 2e739d5..3e5b31d 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -12,10 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Default values, possibly overridden by BoardConfigVendor.mk -TARGET_BOARD_INFO_FILE := device/samsung/maguro/board-info.txt -BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/maguro/bluetooth - # Use the non-open-source part, if present -include vendor/samsung/maguro/BoardConfigVendor.mk diff --git a/bluetooth/bdroid_buildcfg.h b/bluetooth/bdroid_buildcfg.h deleted file mode 100644 index 02632ee..0000000 --- a/bluetooth/bdroid_buildcfg.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright (C) 2012 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#ifndef _BDROID_BUILDCFG_H -#define _BDROID_BUILDCFG_H - -#define BTM_DEF_LOCAL_NAME "Galaxy Nexus" - -#define BLE_INCLUDED FALSE -#define BTA_GATT_INCLUDED FALSE -#define SMP_INCLUDED FALSE -#endif diff --git a/board-info.txt b/board-info.txt deleted file mode 100644 index 6fcd60b..0000000 --- a/board-info.txt +++ /dev/null @@ -1 +0,0 @@ -require board=tuna diff --git a/system.prop b/system.prop index 77bc0b9..9633cc2 100644 --- a/system.prop +++ b/system.prop @@ -1,13 +1,9 @@ # # system.prop for maguro # - rild.libpath=/vendor/lib/libsec-ril.so rild.libargs=-d /dev/ttys0 telephony.lteOnCdmaDevice=0 # Ril sends only one RIL_UNSOL_CALL_RING, so set call_ring.multiple to false ro.telephony.call_ring.multiple=0 - -# GPU producer to CPU consumer not supported -ro.bq.gpu_to_cpu_unsupported=1 -- cgit v1.1