add support for goo.im
This commit is contained in:
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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user