diff options
author | Ziyann <jaraidaniel@gmail.com> | 2014-09-17 18:29:16 +0200 |
---|---|---|
committer | Ziyan <jaraidaniel@gmail.com> | 2014-12-15 23:40:22 +0100 |
commit | 72519330ddf5586e18be274db37f0732fb9a1a58 (patch) | |
tree | 1ee41adfda5d0add01053a0a94252a94d8676029 | |
parent | 8f82708ed9d0ae2c88be84dee023bfa5ef91ba8d (diff) | |
download | device_samsung_maguro-72519330ddf5586e18be274db37f0732fb9a1a58.zip device_samsung_maguro-72519330ddf5586e18be274db37f0732fb9a1a58.tar.gz device_samsung_maguro-72519330ddf5586e18be274db37f0732fb9a1a58.tar.bz2 |
tuna: commonize what we can (2/4)
Change-Id: Ic200add412f31b027ec831c36886eeee2988d0c5
-rw-r--r-- | BoardConfig.mk | 4 | ||||
-rw-r--r-- | bluetooth/bdroid_buildcfg.h | 25 | ||||
-rw-r--r-- | board-info.txt | 1 | ||||
-rw-r--r-- | system.prop | 4 |
4 files changed, 0 insertions, 34 deletions
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 |