fixup! e3q: Initial commit

This commit is contained in:
David Wronek
2024-11-02 21:01:48 +01:00
parent 3c5ab147f1
commit 8c3382a257
14 changed files with 166 additions and 2345 deletions

View File

@@ -20,7 +20,12 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
$(call inherit-product, hardware/qcom-caf/common/common.mk)
# API levels
PRODUCT_SHIPPING_API_LEVEL := 34
BOARD_SHIPPING_API_LEVEL := 34
PRODUCT_SHIPPING_API_LEVEL := $(BOARD_SHIPPING_API_LEVEL)
# Boot animation
TARGET_SCREEN_HEIGHT := 3120
TARGET_SCREEN_WIDTH := 1440
# DebugFS
PRODUCT_SET_DEBUGFS_RESTRICTIONS := true
@@ -30,6 +35,12 @@ PRODUCT_PACKAGES += \
android.hardware.fastboot@1.1-impl-mock \
fastbootd
# Keymint
PRODUCT_PACKAGES += \
android.hardware.hardware_keystore.xml \
android.hardware.security.sharedsecret-V2-ndk.vendor \
android.hardware.weaver-V2-ndk.vendor
# Overlays
PRODUCT_ENFORCE_RRO_TARGETS := *
@@ -39,6 +50,14 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Product characteristics
PRODUCT_CHARACTERISTICS := phone
# Protobuf
PRODUCT_PACKAGES += \
libprotobuf-cpp-full-3.9.1-vendorcompat
# QMI
PRODUCT_PACKAGES += \
libjsoncpp.vendor
# Rootdir
PRODUCT_PACKAGES += \
dcc_extension.sh \
@@ -106,5 +125,17 @@ PRODUCT_SOONG_NAMESPACES += \
kernel/samsung/sm8650 \
kernel/samsung/sm8650-modules
# Vendor service manager
PRODUCT_PACKAGES += \
vndservicemanager
# Verified Boot
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml
# VNDK
PRODUCT_PACKAGES += \
libcrypto-v33
# Inherit the proprietary files
$(call inherit-product, vendor/samsung/e3q/e3q-vendor.mk)