sm8250-common: Build fastbootd

Change-Id: I7d23da657e7c6220c9cc3f80734884c204f5212a
This commit is contained in:
Sebastiano Barezzi 2021-02-08 09:37:15 +01:00
parent 5cdf1588ce
commit f49e4db3ae
No known key found for this signature in database
GPG Key ID: 47760583F393BC44

View File

@ -13,6 +13,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
# Include GSI keys # Include GSI keys
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
# fastbootd
PRODUCT_PACKAGES += \
fastbootd
# Soong namespaces # Soong namespaces
PRODUCT_SOONG_NAMESPACES += \ PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) $(LOCAL_PATH)