Skip to content
Snippets Groups Projects
Commit 25a7a47f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Enable global prelinking for libraries"

parents 4b27b836 08c62bb1
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,10 @@ ifneq ($(filter user userdebug, $(TARGET_BUILD_VARIANT)),)
USE_JSMIN = 1
endif
ifeq ($(PLATFORM_SDK_VERSION), 15)
ENABLE_GLOBAL_PRELINK=1
export ENABLE_GLOBAL_PRELINK
endif
#
# Disable parallel make for gaia to improve build stability.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment