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

Commit 19d9dc80 authored by Rashed Abdel-Tawab's avatar Rashed Abdel-Tawab Committed by Bruno Martins
Browse files

build: Add new variable to hold generic build properties

This allows us to mark global Lineage properties as generic,
and thus getting them populated into /system/build.prop.

Change-Id: I2fd50706618e28fc9f3cc0860fdb0201c70ed660
parent b6d0663c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -128,6 +128,10 @@ else
  endif
endif

#
# -----------------------------------------------------------------
# Add Lineage generic properties to the build properties.
ADDITIONAL_BUILD_PROPERTIES += $(PRODUCT_GENERIC_PROPERTIES)

# Bring in standard build system definitions.
include $(BUILD_SYSTEM)/definitions.mk