I can't find a way to set ro.build.fingerprint from device mk. So set it from build/make instead

This commit is contained in:
Pierre-Hugues Husson 2018-03-05 22:25:10 +01:00
parent 4696c0ffc1
commit 493a27a1a6
1 changed files with 0 additions and 5 deletions

View File

@ -25,11 +25,6 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.build.version.all_codenames=$(PLATFORM_VERSION_ALL_CODENAMES) \
ro.build.version.release=$(PLATFORM_VERSION)
ifdef ANDROID_PRODUCT_OUT
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.build.fingerprint=$(shell cat $(ANDROID_PRODUCT_OUT)/build_fingerprint.txt)
endif
#VNDK config files
PRODUCT_COPY_FILES += \
device/phh/treble/vndk-detect:system/bin/vndk-detect \