summaryrefslogtreecommitdiffstats
path: root/x86_64-vendor.mk
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64-vendor.mk')
-rw-r--r--x86_64-vendor.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/x86_64-vendor.mk b/x86_64-vendor.mk
new file mode 100644
index 0000000..66d46f9
--- /dev/null
+++ b/x86_64-vendor.mk
@@ -0,0 +1,15 @@
+
+PRODUCT_PROPERTY_OVERRIDES += \
+ vendor.rild.libpath=/vendor/lib64/libgoldfish-ril.so
+
+# This is a build configuration for a full-featured build of the
+# Open-Source part of the tree. It's geared toward a US-centric
+# build quite specifically for the emulator, and might not be
+# entirely appropriate to inherit from for on-device configurations.
+PRODUCT_COPY_FILES += \
+ development/sys-img/advancedFeatures.ini:advancedFeatures.ini \
+ device/generic/goldfish/data/etc/encryptionkey.img:encryptionkey.img \
+ prebuilts/qemu-kernel/x86_64/4.9/kernel-qemu2:kernel-ranchu
+
+PRODUCT_SHIPPING_API_LEVEL := 28
+TARGET_USES_MKE2FS := true