summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbohu <bohu@google.com>2018-06-01 11:19:36 -0700
committerbohu <bohu@google.com>2018-06-01 11:19:54 -0700
commit5c1a1b6129b8b20732021cdf1e24aadda9fd646b (patch)
treee10d900f63b3c7e0d6937c339e27f98f2211c4b2
parent1473a745a0fec2774c33f6ab968d3a419b09cbe1 (diff)
downloaddevice_google_atv-5c1a1b6129b8b20732021cdf1e24aadda9fd646b.tar.gz
device_google_atv-5c1a1b6129b8b20732021cdf1e24aadda9fd646b.tar.bz2
device_google_atv-5c1a1b6129b8b20732021cdf1e24aadda9fd646b.zip
google-atv-emulator: uses 4.4 kernel
this cl only impacts emulator tv image BUG: 87800219 Change-Id: Id1cd9eb54f67327f774f9c7932923aa83515c74d
-rw-r--r--products/sdk_atv_x86.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/products/sdk_atv_x86.mk b/products/sdk_atv_x86.mk
index cdb4e81..6f2d544 100644
--- a/products/sdk_atv_x86.mk
+++ b/products/sdk_atv_x86.mk
@@ -22,7 +22,7 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
development/sys-img/advancedFeatures.ini:advancedFeatures.ini \
device/generic/goldfish/data/etc/encryptionkey.img:encryptionkey.img \
- prebuilts/qemu-kernel/x86_64/3.18/kernel-qemu2:kernel-ranchu-64
+ prebuilts/qemu-kernel/x86_64/4.4/kernel-qemu2:kernel-ranchu-64
# TODO: separate out a common base for arm/x86 atv SDK build.
$(call inherit-product, device/google/atv/products/sdk_atv_armv7.mk)