taimen: Ship vendor firmware

* Change how to call the repo since this commit
33d71de75f removed

Signed-off-by: Asriadi Rahim <asriadirahim03@gmail.com>
This commit is contained in:
Asriadi Rahim
2023-12-27 20:39:27 +08:00
parent eff36cac86
commit c71bd03cb4

View File

@@ -18,6 +18,9 @@
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
# Vendor firmware
$(call inherit-product, vendor/firmware/build/core/config.mk)
# Inherit some common EvolutionX stuff
$(call inherit-product, vendor/evolution/config/common_full_phone.mk)
@@ -28,7 +31,6 @@ TARGET_SUPPORTS_QUICK_TAP := true
TARGET_INCLUDE_GRAMOPHONE := false
TARGET_BUILD_VIMUSIC := true
TARGET_IS_PIXEL := true
TARGET_SHIPS_FIRMWARE := true
# Inherit device configuration
$(call inherit-product, device/google/taimen/device.mk)