Update Android TV

This commit is contained in:
Kamil Trzcinski 2016-09-05 15:01:23 +02:00
parent d0dcdd53dd
commit 56e75cc588
3 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,6 @@ PRODUCT_PACKAGES += \
# xml # xml
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/softwinner/common/config/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \ frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \ frameworks/native/data/etc/android.hardware.wifi.direct.xml:system/etc/permissions/android.hardware.wifi.direct.xml \
frameworks/native/data/etc/android.hardware.location.xml:system/etc/permissions/android.hardware.location.xml \ frameworks/native/data/etc/android.hardware.location.xml:system/etc/permissions/android.hardware.location.xml \

View file

@ -38,6 +38,7 @@ PRODUCT_COPY_FILES += \
device/softwinner/tulip-chiphd/modules/modules/gslX680new.ko:obj/gslX680new.ko \ device/softwinner/tulip-chiphd/modules/modules/gslX680new.ko:obj/gslX680new.ko \
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
device/softwinner/common/config/tablet_core_hardware.xml:system/etc/permissions/tablet_core_hardware.xml \
frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \ frameworks/native/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \
frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \ frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \ frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \

View file

@ -13,8 +13,8 @@ $(call inherit-product, vendor/google/atv/atv-vendor.mk)
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
AtvRemoteService \ AtvRemoteService \
LeanbackLauncher \ LeanbackLauncher \
TV \ FrameworkPackageStubs \
Settings TV
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
SuperSU \ SuperSU \