add support for goo.im
This commit is contained in:
parent
0896abb071
commit
a39c119a6d
BIN
GooManager.apk
Normal file
BIN
GooManager.apk
Normal file
Binary file not shown.
@ -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
14
goo.mk
Normal 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
|
Loading…
Reference in New Issue
Block a user