summaryrefslogtreecommitdiff
authorTing Li <ting.li@amlogic.com>2019-12-31 07:13:18 (GMT)
committer Tellen Yu <tellen.yu@amlogic.com>2019-12-31 07:57:36 (GMT)
commit4264f20a25bd951cbd4786537075542c8ddeb5eb (patch)
tree71cb32b1b19759977baefea650f5b8db96e2dd77
parentced7e4f445db1015ad81ed2d699980416b637c5c (diff)
downloadampere-q-amlogic.zip
ampere-q-amlogic.tar.gz
ampere-q-amlogic.tar.bz2
Revert: add netflix feature to system partition [1/5]
PD#SWPL-15584 Problem: This reverts commit e40efacced6be95c27cad31fb03946dc5077cf18. Solution: not add netflix Verify: newton Change-Id: I4823a7ddcba338f4907b5c31becc828ca036b084 Signed-off-by: Ting Li <ting.li@amlogic.com>
Diffstat
-rw-r--r--ampere.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/ampere.mk b/ampere.mk
index 04c16a9..e23bdbf 100644
--- a/ampere.mk
+++ b/ampere.mk
@@ -171,14 +171,3 @@ ifeq ($(HAVE_WRITED_SHELL_FILE),yes)
$(warning $(shell ($(AUTO_PATCH_SHELL_FILE) $(TARGET_BUILD_LIVETV) $(TARGET_BUILD_GOOGLE_ATV))))
endif
-#########################################################################
-#
-# 3rd party app config
-#
-#########################################################################
-#Netflix
-ifeq ($(TARGET_BUILD_NETFLIX_MGKID),true)
-PRODUCT_COPY_FILES += \
- device/amlogic/common/netflix/netflix.xml:system/etc/sysconfig/netflix.xml \
- device/amlogic/common/netflix/nrdp.xml:system/etc/permissions/nrdp.xml
-endif