blob: 9d3a49c808a1406c10b69c99b20f9a11b6950cc1 [file] [log] [blame]
Roman Kiryanov19ccdee2019-02-26 13:39:35 -08001PRODUCT_KERNEL_VERSION := 4.14
bohu268c72f2018-06-09 08:19:08 -07002
3PRODUCT_PROPERTY_OVERRIDES += \
Bjoern Johanssonfda217c2018-06-14 16:02:30 -07004 vendor.rild.libpath=/vendor/lib/libgoldfish-ril.so
bohu268c72f2018-06-09 08:19:08 -07005
6# This is a build configuration for a full-featured build of the
7# Open-Source part of the tree. It's geared toward a US-centric
8# build quite specifically for the emulator, and might not be
9# entirely appropriate to inherit from for on-device configurations.
10PRODUCT_COPY_FILES += \
11 development/sys-img/advancedFeatures.ini:advancedFeatures.ini \
12 device/generic/goldfish/data/etc/encryptionkey.img:encryptionkey.img \
Roman Kiryanov6d5cffe2018-11-05 11:43:40 -080013 prebuilts/qemu-kernel/x86_64/$(PRODUCT_KERNEL_VERSION)/kernel-qemu2:kernel-ranchu-64
bohu268c72f2018-06-09 08:19:08 -070014
bohuee28af42018-08-02 12:55:41 -070015PRODUCT_SHIPPING_API_LEVEL := 28
16TARGET_USES_MKE2FS := true