Update Android TV
This commit is contained in:
parent
d0dcdd53dd
commit
56e75cc588
3 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,6 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# xml
|
||||
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.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 \
|
||||
|
|
|
@ -38,6 +38,7 @@ PRODUCT_COPY_FILES += \
|
|||
device/softwinner/tulip-chiphd/modules/modules/gslX680new.ko:obj/gslX680new.ko \
|
||||
|
||||
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.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 \
|
||||
|
|
|
@ -13,8 +13,8 @@ $(call inherit-product, vendor/google/atv/atv-vendor.mk)
|
|||
PRODUCT_PACKAGES += \
|
||||
AtvRemoteService \
|
||||
LeanbackLauncher \
|
||||
TV \
|
||||
Settings
|
||||
FrameworkPackageStubs \
|
||||
TV
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
SuperSU \
|
||||
|
|
Loading…
Reference in a new issue