summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorDaniel Hillenbrand <codeworkx@cyanogenmod.org>2013-09-19 16:00:50 +0000
committerGerrit Code Review <gerrit@cyanogenmod.org>2013-09-19 16:00:50 +0000
commitfe8300b87cee31c5c3c5058fce03bf39df31a661 (patch)
treea2314243310876b137b9e3a3ffb6b969d5e479ee /common.mk
parent07a0b80580a366f264987b53b84ffef42094c342 (diff)
parentb577559a06444864a6e2b8f74625e1ce9eecbd59 (diff)
downloaddevice_samsung_galaxys2-common-fe8300b87cee31c5c3c5058fce03bf39df31a661.zip
device_samsung_galaxys2-common-fe8300b87cee31c5c3c5058fce03bf39df31a661.tar.gz
device_samsung_galaxys2-common-fe8300b87cee31c5c3c5058fce03bf39df31a661.tar.bz2
Merge "galaxys2: add netflix hack" into cm-10.2
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index c5df704..9fbd9ce 100644
--- a/common.mk
+++ b/common.mk
@@ -29,6 +29,10 @@ PRODUCT_COPY_FILES := \
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/rootdir/init.recovery.smdk4210.rc:root/init.recovery.smdk4210.rc
+# Netflix hack
+PRODUCT_COPY_FILES += \
+ $(COMMON_PATH)/configs/98netflix:system/etc/init.d/98netflix
+
# Audio
PRODUCT_COPY_FILES += \
$(COMMON_PATH)/configs/tinyalsa-audio.xml:system/etc/tinyalsa-audio.xml \