redwood: Add SKU props from stock
This commit is contained in:
committed by
thepriyanshujangid
parent
509582b65c
commit
280d15dd67
@@ -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) \
|
||||
|
||||
4
odm.prop
4
odm.prop
@@ -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
11
sku/CN_build.prop
Normal 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
10
sku/GL_build.prop
Normal 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
10
sku/IN_build.prop
Normal 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
|
||||
Reference in New Issue
Block a user