1include device/generic/goldfish/arm64-kernel.mk 2 3PRODUCT_PROPERTY_OVERRIDES += \ 4 vendor.rild.libpath=/vendor/lib64/libgoldfish-ril.so 5 6PRODUCT_PROPERTY_OVERRIDES += \ 7 ro.crypto.dm_default_key.options_format.version=2 8 9PRODUCT_SHIPPING_API_LEVEL := 34 10TARGET_USES_MKE2FS := true 11 12# Note: the following lines need to stay at the beginning so that it can 13# take priority and override the rules it inherit from other mk files 14# see copy file rules in core/Makefile 15PRODUCT_COPY_FILES += \ 16 device/generic/goldfish/fstab.ranchu.arm:$(TARGET_COPY_OUT_VENDOR_RAMDISK)/first_stage_ramdisk/fstab.ranchu \ 17 device/generic/goldfish/fstab.ranchu.arm:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu \ 18 device/generic/goldfish/data/etc/encryptionkey.img:encryptionkey.img \ 19 $(EMULATOR_KERNEL_FILE):kernel-ranchu \ 20 device/generic/goldfish/data/etc/advancedFeatures.ini.arm:advancedFeatures.ini \ 21 22EMULATOR_VENDOR_NO_GNSS := true 23