summaryrefslogtreecommitdiffstats
path: root/vendor.mk
diff options
context:
space:
mode:
authorbohu <bohu@google.com>2020-05-01 23:17:09 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-01 23:17:09 +0000
commit37a7738641c97f2683153f8942910ff581807eba (patch)
treeea6a36427bb66d8fb6100d9181cd31827c82cded /vendor.mk
parent52ff3c1891aa251c7b8aac0d9c1dfacb54f806aa (diff)
parent5295e6bd9653a964f6a8cc9d392f304f533b9963 (diff)
downloaddevice_generic_goldfish-37a7738641c97f2683153f8942910ff581807eba.tar.gz
device_generic_goldfish-37a7738641c97f2683153f8942910ff581807eba.tar.bz2
device_generic_goldfish-37a7738641c97f2683153f8942910ff581807eba.zip
goldfish: refactor arm/x86 vendor mk files am: 5295e6bd96
Change-Id: I9fae655cd5ae8d63bc40978778e9c976a78c4f1d
Diffstat (limited to 'vendor.mk')
-rw-r--r--vendor.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/vendor.mk b/vendor.mk
index 89dc80e8..6631e2bc 100644
--- a/vendor.mk
+++ b/vendor.mk
@@ -18,27 +18,7 @@
#
$(call inherit-product-if-exists, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)
-ifeq ($(QEMU_DISABLE_AVB),true)
- ifeq ($(QEMU_USE_SYSTEM_EXT_PARTITIONS),true)
- PRODUCT_COPY_FILES += \
- device/generic/goldfish/data/etc/dummy.vbmeta.img:$(PRODUCT_OUT)/vbmeta.img \
- device/generic/goldfish/fstab.ranchu.initrd.noavb.ex:$(TARGET_COPY_OUT_RAMDISK)/fstab.ranchu \
- device/generic/goldfish/fstab.ranchu.noavb.ex:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu
- else
- PRODUCT_COPY_FILES += \
- device/generic/goldfish/data/etc/dummy.vbmeta.img:$(PRODUCT_OUT)/vbmeta.img \
- device/generic/goldfish/fstab.ranchu.initrd.noavb:$(TARGET_COPY_OUT_RAMDISK)/fstab.ranchu \
- device/generic/goldfish/fstab.ranchu.noavb:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu
- endif
-endif
-
PRODUCT_SYSTEM_EXT_PROPERTIES += ro.lockscreen.disable.default=1
-ifeq ($(QEMU_USE_SYSTEM_EXT_PARTITIONS),true)
-PRODUCT_COPY_FILES += \
- device/generic/goldfish/fstab.ranchu.initrd.ex:$(TARGET_COPY_OUT_RAMDISK)/fstab.ranchu \
- device/generic/goldfish/fstab.ranchu.ex:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.ranchu
-endif
-
DISABLE_RILD_OEM_HOOK := true