Skip to content

Commit

Permalink
tomato: Set name to YUREKA
Browse files Browse the repository at this point in the history
Change-Id: Id475a09c8d24cdb26bc506116ae71218cbeae148
Signed-off-by: Roman Birg <[email protected]>
  • Loading branch information
romanbb authored and intervigilium committed Jan 7, 2015
1 parent bbd9845 commit b7901b5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Device tree for YUREKA A05510
Device tree for YU YUREKA
2 changes: 1 addition & 1 deletion bluetooth/bdroid_buildcfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#ifndef _BDROID_BUILDCFG_H
#define _BDROID_BUILDCFG_H

#define BTM_DEF_LOCAL_NAME "YUREKA A05510"
#define BTM_DEF_LOCAL_NAME "YUREKA"
#define BLUETOOTH_QCOM_SW TRUE
// Disables read remote device feature
#define BTA_SKIP_BLE_READ_REMOTE_FEAT FALSE
Expand Down
6 changes: 3 additions & 3 deletions cm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ PRODUCT_DEVICE := tomato

PRODUCT_GMS_CLIENTID_BASE := android-micromax

TARGET_VENDOR_PRODUCT_NAME := A05510
TARGET_VENDOR_DEVICE_NAME := A05510
PRODUCT_BUILD_PROP_OVERRIDES += TARGET_DEVICE=A05510 PRODUCT_NAME=A05510
TARGET_VENDOR_PRODUCT_NAME := YUREKA
TARGET_VENDOR_DEVICE_NAME := YUREKA
PRODUCT_BUILD_PROP_OVERRIDES += TARGET_DEVICE=YUREKA PRODUCT_NAME=YUREKA

ifeq ($(SIGN_BUILD),true)
# Signed builds gets a special boot animation because they are special.
Expand Down
2 changes: 1 addition & 1 deletion full_tomato.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ $(call inherit-product, device/micromax/tomato/device.mk)
PRODUCT_DEVICE := tomato
PRODUCT_NAME := full_tomato
PRODUCT_BRAND := YU
PRODUCT_MODEL := YUREKA A05510
PRODUCT_MODEL := YUREKA
PRODUCT_MANUFACTURER := YU

0 comments on commit b7901b5

Please sign in to comment.