diff options
-rw-r--r-- | core/main.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/main.mk b/core/main.mk index 357c70da33..715aebee74 100644 --- a/core/main.mk +++ b/core/main.mk @@ -362,6 +362,10 @@ BUILD_WITHOUT_PV := true ADDITIONAL_BUILD_PROPERTIES += net.bt.name=Android # ------------------------------------------------------------ +# Include vendor specific additions to build properties +include vendor/replicant/build/core/main.mk + +# ------------------------------------------------------------ # Define a function that, given a list of module tags, returns # non-empty if that module should be installed in /system. |