build: Don't set a default fingerprint

Since ADDITIONAL_SYSTEM_PROPERTIES is being deprecated, this will
need to be handled in build/make and build/soong

Change-Id: Ib4925969f0d9f60ea5b30455806ff80a1817d61f
This commit is contained in:
Michael Bestas
2024-09-12 03:52:23 +03:00
committed by LuK1337
parent 870c3ef1b3
commit e2610f23f2
2 changed files with 0 additions and 7 deletions

View File

@@ -1,2 +0,0 @@
# Include LineageOS versions
include $(TOPDIR)vendor/lineage/build/core/main_version.mk

View File

@@ -1,5 +0,0 @@
# Build fingerprint
ifneq ($(BUILD_FINGERPRINT),)
ADDITIONAL_SYSTEM_PROPERTIES += \
ro.build.fingerprint=$(BUILD_FINGERPRINT)
endif