build: set build fingerprint for all devices
* there's no per device way to add props to /system/build.prop
* adding it here is the only way so far
Change-Id: Iafc286d9e479677540a4ec617db76715c018ae8e
diff --git a/build/core/main_version.mk b/build/core/main_version.mk
index 96213b0..dddeee7 100644
--- a/build/core/main_version.mk
+++ b/build/core/main_version.mk
@@ -1,3 +1,9 @@
+# Build fingerprint
+ifneq ($(BUILD_FINGERPRINT),)
+ADDITIONAL_BUILD_PROPERTIES += \
+ ro.build.fingerprint=$(BUILD_FINGERPRINT)
+endif
+
# LineageOS System Version
ADDITIONAL_BUILD_PROPERTIES += \
ro.lineage.version=$(LINEAGE_VERSION) \