Include more properties override. fingerprint makes it possible to update databases!

This commit is contained in:
Pierre-Hugues Husson 2018-02-12 19:56:28 +01:00
parent 9f92f9e233
commit 51d142c328
1 changed files with 4 additions and 1 deletions

View File

@ -20,4 +20,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
#from /system/etc/prop.default, then /vendor/build.prop, then /system/build.prop
#So we need to set our props in prop.default
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.build.version.sdk=$(PLATFORM_SDK_VERSION)
ro.build.version.sdk=$(PLATFORM_SDK_VERSION) \
ro.build.version.codename=$(PLATFORM_VERSION_CODENAME) \
ro.build.version.all_codenames=$(PLATFORM_VERSION_ALL_CODENAMES) \
ro.build.fingerprint=$(BUILD_FINGERPRINT)