Files
android_vendor_pawlet/config/default-vendor-config.mk
oxmc 6715b9e21e vendor: add default-vendor-config.mk for Config Provisioner
Ships the common vendor.cfg to the vendor partition. Device trees
inherit this by default; they can switch to their own device-specific
vendor.cfg by commenting out the inherit-product call and uncommenting
their own PRODUCT_COPY_FILES entry.
2026-06-12 18:09:41 -07:00

7 lines
427 B
Makefile

# Default Config Provisioner vendor config.
# Copies the common vendor.cfg from pawlet_rpi_common to the vendor partition.
# Device-specific builds can override this by NOT inheriting this file and instead
# uncommenting their own PRODUCT_COPY_FILES entry pointing to their own vendor.cfg.
PRODUCT_COPY_FILES += \
device/pawlet/rpi/configs/provisioner/vendor.cfg:$(TARGET_COPY_OUT_VENDOR)/etc/config_provisioner/vendor.cfg