Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Switch to tiny config and add buildcfg header
  • Loading branch information
Daz Jones committed Dec 23, 2012
1 parent bc77c42 commit e429b32
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions BoardConfig.mk
Expand Up @@ -52,6 +52,7 @@ BOARD_USE_LEGACY_TOUCHSCREEN := true
# Bluetooth
BOARD_HAVE_BLUETOOTH_BCM := true
BOARD_BLUEDROID_VENDOR_CONF := device/zte/blade2/bluetooth/libbt_vndcfg.txt
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/zte/blade2/bluetooth

# dev: size erasesize name
# mtd0: 00600000 00020000 "recovery"
Expand Down
23 changes: 23 additions & 0 deletions bluetooth/bdroid_buildcfg.h
@@ -0,0 +1,23 @@
/*
* 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 "ZTE Crescent"
#define BTA_DISABLE_DELAY 1000 /* in milliseconds */

#endif
2 changes: 1 addition & 1 deletion cm.mk
Expand Up @@ -7,7 +7,7 @@ TARGET_SCREEN_WIDTH := 480

# Inherit some common CM stuff.
$(call inherit-product, vendor/cm/config/gsm.mk)
$(call inherit-product, vendor/cm/config/common_mini_phone.mk)
$(call inherit-product, vendor/cm/config/tiny.mk)

PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=blade2 BUILD_ID=JRO03C BUILD_FINGERPRINT=ZTE/N880E_JB/atlas40:4.1.1/JRO03C/eng.songsy.20120718.233441:eng/test-keys PRIVATE_BUILD_DESC="N880E_JB-eng 4.1.1 JRO03C eng.songsy.20120718.233441 test-keys" BUILD_NUMBER=eng.songsy.20120718.233441

Expand Down

0 comments on commit e429b32

Please sign in to comment.