Set SOC properties for msm8953

Bug: 158284209
Bug: 180589452
Issue: FP3-A12#6
Change-Id: I31ec2aff20a4efb3c502ee5c8c6463e31c892bd5
Signed-off-by: Wilson Sung <wilsonsung@google.com>
(cherry picked from commit ee338de318d6c6f3069e4286f64a3cb9f34faa7b)
diff --git a/device.mk b/device.mk
index 0f0a26b..72ad6a6 100644
--- a/device.mk
+++ b/device.mk
@@ -60,6 +60,11 @@
 VENDOR_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
 
 
+# Set system properties identifying the chipset
+PRODUCT_VENDOR_PROPERTIES += ro.soc.manufacturer=QTI
+PRODUCT_VENDOR_PROPERTIES += ro.soc.model=SDM450
+
+
 # We don't have the calibration data as this sort of
 # data can only be generated at the factory so don't generate persist.img
 FP3_SKIP_PERSIST_IMG := true