summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--core_amlogic.mk17
-rw-r--r--core_base_atv.mk64
-rw-r--r--init.amlogic.wifi_buildin.rc1
-rw-r--r--init.amlogic.wifi_buildin_ap62x8.rc1
-rw-r--r--patch/Readme.txt12
-rw-r--r--products/tv/init.amlogic.rc3
-rw-r--r--products/tv/product_tv.mk5
-rw-r--r--sepolicy/device.te3
-rw-r--r--sepolicy/file.te7
-rw-r--r--sepolicy/file_contexts22
-rw-r--r--sepolicy/hal_audio_default.te1
-rw-r--r--sepolicy/hal_graphics_composer_default.te4
-rw-r--r--sepolicy/hal_tv_input_default.te6
-rw-r--r--sepolicy/hwservice.te1
-rw-r--r--sepolicy/hwservice_contexts4
-rw-r--r--sepolicy/hwservicemanager.te5
-rw-r--r--sepolicy/mediacodec.te2
-rw-r--r--sepolicy/system_app.te8
-rw-r--r--sepolicy/system_control.te15
-rw-r--r--sepolicy/tvserver.te48
-rw-r--r--wifi.mk7
-rw-r--r--wifi_driver.mk8
-rw-r--r--wifi_modules.mk1
23 files changed, 207 insertions, 38 deletions
diff --git a/patch/Readme.txt b/patch/Readme.txt
deleted file mode 100644
index 87ce809..0000000
--- a/patch/Readme.txt
+++ b/dev/null
@@ -1,12 +0,0 @@
-patch的路径位于device/amlogic/common/patch
-patch命名方式如下:
-以bootable/recovery为例:
-生成patch:
-cd bootable/recovery
-git format-patch -2
-得到两个patch: 0001-PD-140761-fix-bug-when-upgrade-from-6.0-openlinux-to.patch (这个提交在前,需要先打)
- 0002-PD-141165-support-upgrade-with-partition-num-changed.patch
-然后把这两个patch重命名后放到device/amlogic/common/patch目录
-mv 0001-PD-140761-fix-bug-when-upgrade-from-6.0-openlinux-to.patch ../../device/amlogic/common/patch/bootable#recovery#0001.patch
-mv 0002-PD-141165-support-upgrade-with-partition-num-changed.patch ../../device/amlogic/common/patch/bootable#recovery#0002.patch
-git仓库相对于项目根目录的路径必须包含在patch的名字中 \ No newline at end of file