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
gugelfrei
Volodymyr Zhdanov 5 years ago committed by Arne Coucheron
parent 8c49ba97f1
commit 27180809c5

@ -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) \

Loading…
Cancel
Save