click: add goo.im support
This commit is contained in:
parent
ea3b4a53bd
commit
24ef3f1dec
3
click.mk
3
click.mk
@ -85,6 +85,9 @@ $(call inherit-product, device/common/gps/gps_eu_supl.mk)
|
||||
$(call inherit-product, device/htc/common/common.mk)
|
||||
$(call inherit-product, build/target/product/full_base.mk)
|
||||
|
||||
# Add goo.im support
|
||||
$(call inherit-product, device/htc/click/goo.mk)
|
||||
|
||||
PRODUCT_NAME := htc_click
|
||||
PRODUCT_DEVICE := click
|
||||
|
||||
|
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=cm7clicknightly \
|
||||
ro.goo.version=$(shell date +%s)
|
||||
|
||||
# include goo manager
|
||||
#PRODUCT_COPY_FILES += \
|
||||
# device/htc/click/prebuilt/GooManager.apk:system/app/GooManager.apk
|
Loading…
Reference in New Issue
Block a user