add support for goo.im

This commit is contained in:
Arif Ali 2012-05-29 09:35:59 +01:00
parent 0896abb071
commit a39c119a6d
3 changed files with 17 additions and 0 deletions

BIN
GooManager.apk Normal file

Binary file not shown.

View File

@ -133,6 +133,9 @@ endif
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
# Add support for goo.im
(call inherit-product, device/samsung/galaxys2/goo.mk)
# See comment at the top of this file. This is where the other
# half of the device-specific product definition file takes care
# of the aspects that require proprietary drivers that aren't

14
goo.mk Normal file
View File

@ -0,0 +1,14 @@
#
# Copyright (C) 2012 the arifali
#
# GooManager specific stuff
#
PRODUCT_PROPERTY_OVERRIDES += \
ro.goo.developerid=arifali \
ro.goo.rom=cm7galaxys2nightly \
ro.goo.version=$(shell date +%s)
# include goo manager
PRODUCT_COPY_FILES += \
device/samsung/galaxys2/GooManager.apk:system/app/GooManager.apk