redwood: Add SKU props from stock

This commit is contained in:
Alexander Winkowski
2025-02-15 18:43:26 +05:30
committed by thepriyanshujangid
parent 509582b65c
commit 280d15dd67
5 changed files with 39 additions and 0 deletions

View File

@@ -411,6 +411,10 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml
# Sku properties
PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/sku/,$(TARGET_COPY_OUT_ODM)/etc)
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) \

View File

@@ -1,2 +1,6 @@
# Qcom
ro.vendor.qti.va_odm.support=1
# SKU properties
ro.product.property_source_order=odm,product,vendor,system_ext,system
import /odm/etc/${ro.boot.hwc}_build.prop

11
sku/CN_build.prop Normal file
View File

@@ -0,0 +1,11 @@
# begin sku build properties
# autogenerated by build/make/tools/buildinfo_sku.sh
bluetooth.device.default_name=Redmi Note 12 Pro Speed
ro.product.odm.brand=Redmi
ro.product.odm.device=redwood
ro.product.odm.manufacturer=Xiaomi
ro.product.odm.model=22101320C
ro.product.odm.name=redwood
ro.product.odm.marketname=Redmi Note 12 Pro Speed
vendor.usb.product_string=Redmi Note 12 Pro Speed
# end sku build properties

10
sku/GL_build.prop Normal file
View File

@@ -0,0 +1,10 @@
# begin sku build properties
# autogenerated by build/make/tools/buildinfo_sku.sh
bluetooth.device.default_name=POCO X5 Pro 5G
ro.product.odm.brand=POCO
ro.product.odm.device=redwood
ro.product.odm.model=22101320G
ro.product.odm.name=redwood_global
ro.product.odm.marketname=POCO X5 Pro 5G
vendor.usb.product_string=POCO X5 Pro 5G
# end sku build properties

10
sku/IN_build.prop Normal file
View File

@@ -0,0 +1,10 @@
# begin sku build properties
# autogenerated by build/make/tools/buildinfo_sku.sh
bluetooth.device.default_name=POCO X5 Pro 5G
ro.product.odm.brand=POCO
ro.product.odm.device=redwoodin
ro.product.odm.model=22101320I
ro.product.odm.name=redwoodin
ro.product.odm.marketname=POCO X5 Pro 5G
vendor.usb.product_string=POCO X5 Pro 5G
# end sku build properties