commit | 68a1135347d87f7f76ea0f22e18b450ce1c2b918 | [log] [tgz] |
---|---|---|
author | Volodymyr Zhdanov <wight554@gmail.com> | Wed Oct 02 12:46:21 2019 +0200 |
committer | Marko Man <darkobas@gmail.com> | Wed Oct 09 21:35:34 2019 +0200 |
tree | 0a7077ff4a0401e646d9f7be5227c2f21bf1840a | |
parent | f3953cf0de3d15d85080dc235ecd5e4c45cff843 [diff] [blame] |
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: I8aba198c78ff80f0be7c9af7fc2454efab05e44a
diff --git a/build/fingerprint.mk b/build/fingerprint.mk new file mode 100644 index 0000000..69256cd --- /dev/null +++ b/build/fingerprint.mk
@@ -0,0 +1,5 @@ +# Build fingerprint +ifneq ($(BUILD_FINGERPRINT),) +ADDITIONAL_BUILD_PROPERTIES += \ + ro.build.fingerprint=$(BUILD_FINGERPRINT) +endif