From a01c5a48541b3d04bd0a88ef43248a8494a967a4 Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Wed, 26 Feb 2020 15:09:19 +0100 Subject: [PATCH] universal7885: Compile fastbootd Signed-off-by: SamarV-121 --- product_prop.mk | 4 ++++ universal7904-common.mk | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/product_prop.mk b/product_prop.mk index 521e871..9acd6b3 100644 --- a/product_prop.mk +++ b/product_prop.mk @@ -2,6 +2,10 @@ PRODUCT_PRODUCT_PROPERTIES += \ ro.surface_flinger.max_frame_buffer_acquired_buffers=3 +# fastbootd +PRODUCT_PRODUCT_PROPERTIES += \ + ro.fastbootd.available=true + # Graphics PRODUCT_PRODUCT_PROPERTIES += \ debug.sf.latch_unsignaled=1 diff --git a/universal7904-common.mk b/universal7904-common.mk index 4f62195..b28f27b 100644 --- a/universal7904-common.mk +++ b/universal7904-common.mk @@ -35,6 +35,10 @@ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.ethernet.xml:system/etc/permissions/android.hardware.ethernet.xml \ frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml +# Recovery +PRODUCT_PACKAGES += \ + fastbootd + # SamsungDoze PRODUCT_PACKAGES += \ SamsungDoze