summaryrefslogtreecommitdiff
path: root/db845c/device.mk
diff options
context:
space:
mode:
authorWill McVicker <willmcvicker@google.com>2021-04-06 10:50:27 -0700
committerWill McVicker <willmcvicker@google.com>2021-04-06 10:52:42 -0700
commitfaa63a37c0926c75b625c87e3b170fd51a0ed174 (patch)
tree433e513af23db7f26a7d7d98c4a0dcc9777fc1f6 /db845c/device.mk
parentc34f56ce4f291362ecf4bae379c7607d0e0faf54 (diff)
db845c: Add SOC information for CTS BuildTest
This adds the properties: * ro.soc.model * ro.soc.manufacturer Bug: 181845848 Signed-off-by: Will McVicker <willmcvicker@google.com> Change-Id: Ia8f75103d32a2679931f792be2ccb08a918663be
Diffstat (limited to 'db845c/device.mk')
-rw-r--r--db845c/device.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/db845c/device.mk b/db845c/device.mk
index b6480a5..0df2506 100644
--- a/db845c/device.mk
+++ b/db845c/device.mk
@@ -68,5 +68,8 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/eth_mac_addr.rc:/system/etc/init/eth_mac_addr.rc \
$(LOCAL_PATH)/eth_mac_addr.sh:/system/bin/eth_mac_addr.sh
+PRODUCT_VENDOR_PROPERTIES += ro.soc.manufacturer=Qualcomm
+PRODUCT_VENDOR_PROPERTIES += ro.soc.model=SDM845
+
# Copy firmware files
$(call inherit-product-if-exists, $(LOCAL_PATH)/firmware/device.mk)