• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include device/generic/goldfish/x86_64-kernel.mk
2
3PRODUCT_PROPERTY_OVERRIDES += \
4       vendor.rild.libpath=/vendor/lib/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/config.ini.xl:config.ini \
12    device/generic/goldfish/data/etc/advancedFeatures.ini:advancedFeatures.ini \
13    device/generic/goldfish/data/etc/encryptionkey.img:encryptionkey.img \
14    device/generic/goldfish/task_profiles.json:$(TARGET_COPY_OUT_VENDOR)/etc/task_profiles.json \
15    $(EMULATOR_KERNEL_FILE):kernel-ranchu-64
16
17PRODUCT_SDK_ADDON_COPY_FILES += \
18    device/generic/goldfish/data/etc/advancedFeatures.ini:images/x86/advancedFeatures.ini \
19    device/generic/goldfish/data/etc/encryptionkey.img:images/x86/encryptionkey.img \
20    $(EMULATOR_KERNEL_FILE):images/x86/kernel-ranchu-64
21
22PRODUCT_PROPERTY_OVERRIDES += \
23    ro.crypto.dm_default_key.options_format.version=2
24
25PRODUCT_SHIPPING_API_LEVEL := 33
26PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
27TARGET_USES_MKE2FS := true
28
29PRODUCT_COPY_FILES += \
30    device/generic/goldfish/fstab.ranchu.x86:$(TARGET_COPY_OUT_VENDOR_RAMDISK)/first_stage_ramdisk/fstab.ranchu \
31    device/generic/goldfish/fstab.ranchu.x86:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu
32