Skip to content

Commit

Permalink
Forgot
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Feb 7, 2013
1 parent 81440af commit 0777007
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BoardConfig.mk
Expand Up @@ -32,6 +32,9 @@ BOARD_KERNEL_CMDLINE := androidboot.hardware=blade2 console=null
TARGET_BOOTLOADER_NAME := blade2
TARGET_OTA_ASSERT_DEVICE := blade2

# Touchscreen
BOARD_USE_LEGACY_TOUCHSCREEN := true

# Wi-Fi
BOARD_WLAN_DEVICE := bcmdhd
WPA_SUPPLICANT_VERSION := VER_0_8_X
Expand Down
3 changes: 3 additions & 0 deletions device.mk
Expand Up @@ -18,6 +18,9 @@ $(call inherit-product, device/zte/msm7x27-common/common.mk)
$(call inherit-product, vendor/zte/blade2/blade2-vendor.mk)
$(call inherit-product-if-exists, device/zte/blade2/packages.mk)

# Overlay for CMUpdater
DEVICE_PACKAGE_OVERLAYS += device/zte/blade2-common/overlay

# Baseband versions for device variations
ifdef P736E
PRODUCT_PROPERTY_OVERRIDES += \
Expand Down
12 changes: 12 additions & 0 deletions overlay/packages/apps/CMUpdater/res/values/config.xml
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The CyanogenMod Project
Licensed under the GNU GPLv2 license
The text of the license can be found in the LICENSE file
or at https://www.gnu.org/licenses/gpl-2.0.txt
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- CMUpdate Config Strings -->
<string name="conf_update_server_url_def">http://getcm.thebronasium.com/api</string>
</resources>

0 comments on commit 0777007

Please sign in to comment.