Skip to content

Commit

Permalink
Add CMUpdater overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Daz Jones committed Jan 10, 2013
1 parent d1c7a41 commit 511144b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions common.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-common/packages.mk)

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

# Packages
PRODUCT_PACKAGES += \
CrescentParts
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 511144b

Please sign in to comment.