Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e2610f23 authored by Michael Bestas's avatar Michael Bestas Committed by LuK1337
Browse files

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
parent 870c3ef1
Loading
Loading
Loading
Loading

build/core/main.mk

deleted100644 → 0
+0 −2
Original line number Original line Diff line number Diff line
# Include LineageOS versions
include $(TOPDIR)vendor/lineage/build/core/main_version.mk

build/core/main_version.mk

deleted100644 → 0
+0 −5
Original line number Original line Diff line number Diff line
# Build fingerprint
ifneq ($(BUILD_FINGERPRINT),)
ADDITIONAL_SYSTEM_PROPERTIES += \
    ro.build.fingerprint=$(BUILD_FINGERPRINT)
endif