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
Signed-off-by: Jackeagle <jackeagle102@gmail.com>
diff --git a/build/core/main_version.mk b/build/core/main_version.mk
index 17370bb..7e84da3 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
+
ADDITIONAL_BUILD_PROPERTIES += \
ro.bliss.version=$(BLISS_DISPLAY_VERSION) \
ro.bliss.build.status=$(BLISS_BUILDTYPE) \