Pierre-Hugues Husson | c0ca67e | 2018-03-22 20:31:17 +0100 | [diff] [blame^] | 1 | From 98a31a76008d682563273b8196668b57c1b6ff14 Mon Sep 17 00:00:00 2001 |
| 2 | From: Pierre-Hugues Husson <phh@phh.me> |
| 3 | Date: Mon, 5 Mar 2018 22:27:50 +0100 |
| 4 | Subject: [PATCH 3/3] Set ro.build.fingerprint in system/etc/prop.default |
| 5 | |
| 6 | --- |
| 7 | core/Makefile | 1 + |
| 8 | 1 file changed, 1 insertion(+) |
| 9 | |
| 10 | diff --git a/core/Makefile b/core/Makefile |
| 11 | index 77a817cd5..e0f0e9145 100644 |
| 12 | --- a/core/Makefile |
| 13 | +++ b/core/Makefile |
| 14 | @@ -116,6 +116,7 @@ $(INSTALLED_DEFAULT_PROP_TARGET): $(intermediate_system_build_prop) |
| 15 | $(hide) echo ro.bootimage.build.date=`$(DATE_FROM_FILE)`>>$@ |
| 16 | $(hide) echo ro.bootimage.build.date.utc=`$(DATE_FROM_FILE) +%s`>>$@ |
| 17 | $(hide) echo ro.bootimage.build.fingerprint="$(BUILD_FINGERPRINT_FROM_FILE)">>$@ |
| 18 | + $(hide) echo ro.build.fingerprint="$(BUILD_FINGERPRINT_FROM_FILE)">>$@ |
| 19 | $(hide) build/tools/post_process_props.py $@ |
| 20 | ifdef property_overrides_split_enabled |
| 21 | $(hide) mkdir -p $(TARGET_ROOT_OUT) |
| 22 | -- |
| 23 | 2.15.1 |
| 24 | |