Pierre-Hugues Husson | 2acef1d | 2018-04-05 20:10:30 +0200 | [diff] [blame^] | 1 | From ed63e5f22b143b683b0d96393d4758f61bfec9ef Mon Sep 17 00:00:00 2001 |
Pierre-Hugues Husson | c0ca67e | 2018-03-22 20:31:17 +0100 | [diff] [blame] | 2 | From: Pierre-Hugues Husson <phh@phh.me> |
| 3 | Date: Mon, 5 Mar 2018 22:27:50 +0100 |
Pierre-Hugues Husson | 2acef1d | 2018-04-05 20:10:30 +0200 | [diff] [blame^] | 4 | Subject: [PATCH 3/4] Set ro.build.fingerprint in system/etc/prop.default |
Pierre-Hugues Husson | c0ca67e | 2018-03-22 20:31:17 +0100 | [diff] [blame] | 5 | |
| 6 | --- |
| 7 | core/Makefile | 1 + |
| 8 | 1 file changed, 1 insertion(+) |
| 9 | |
| 10 | diff --git a/core/Makefile b/core/Makefile |
Pierre-Hugues Husson | 2acef1d | 2018-04-05 20:10:30 +0200 | [diff] [blame^] | 11 | index 77a817c..e0f0e91 100644 |
Pierre-Hugues Husson | c0ca67e | 2018-03-22 20:31:17 +0100 | [diff] [blame] | 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 | -- |
Pierre-Hugues Husson | 2acef1d | 2018-04-05 20:10:30 +0200 | [diff] [blame^] | 23 | 2.7.4 |
Pierre-Hugues Husson | c0ca67e | 2018-03-22 20:31:17 +0100 | [diff] [blame] | 24 | |