Roman Kiryanov | 19ccdee | 2019-02-26 13:39:35 -0800 | [diff] [blame^] | 1 | PRODUCT_KERNEL_VERSION := 4.14 |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 2 | |
| 3 | PRODUCT_PROPERTY_OVERRIDES += \ |
Bjoern Johansson | fda217c | 2018-06-14 16:02:30 -0700 | [diff] [blame] | 4 | vendor.rild.libpath=/vendor/lib/libgoldfish-ril.so |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 5 | |
| 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. |
| 10 | PRODUCT_COPY_FILES += \ |
| 11 | development/sys-img/advancedFeatures.ini:advancedFeatures.ini \ |
| 12 | device/generic/goldfish/data/etc/encryptionkey.img:encryptionkey.img \ |
Roman Kiryanov | 6d5cffe | 2018-11-05 11:43:40 -0800 | [diff] [blame] | 13 | prebuilts/qemu-kernel/x86_64/$(PRODUCT_KERNEL_VERSION)/kernel-qemu2:kernel-ranchu-64 |
bohu | 268c72f | 2018-06-09 08:19:08 -0700 | [diff] [blame] | 14 | |
bohu | ee28af4 | 2018-08-02 12:55:41 -0700 | [diff] [blame] | 15 | PRODUCT_SHIPPING_API_LEVEL := 28 |
| 16 | TARGET_USES_MKE2FS := true |