• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PRODUCT_KERNEL_VERSION := 4.14
2
3PRODUCT_PROPERTY_OVERRIDES += \
4       vendor.rild.libpath=/vendor/lib64/libgoldfish-ril.so
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.
10PRODUCT_COPY_FILES += \
11    device/generic/goldfish/data/etc/advancedFeatures.ini:advancedFeatures.ini \
12    device/generic/goldfish/data/etc/encryptionkey.img:encryptionkey.img \
13    prebuilts/qemu-kernel/x86_64/$(PRODUCT_KERNEL_VERSION)/kernel-qemu2:kernel-ranchu
14PRODUCT_SDK_ADDON_COPY_FILES += \
15    device/generic/goldfish/data/etc/advancedFeatures.ini:images/x86_64/advancedFeatures.ini \
16    device/generic/goldfish/data/etc/encryptionkey.img:images/x86_64/encryptionkey.img \
17    prebuilts/qemu-kernel/x86_64/$(PRODUCT_KERNEL_VERSION)/kernel-qemu2:images/x86_64/kernel-ranchu
18
19PRODUCT_SHIPPING_API_LEVEL := 28
20TARGET_USES_MKE2FS := true
21