Merge "surfaceflinger: add BoardConfig.mk variable to force 32-bit"

This commit is contained in:
Colin Cross 2014-02-21 00:15:58 +00:00 committed by Gerrit Code Review
commit 6b4ecf3144

View File

@ -120,6 +120,10 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE:= surfaceflinger
ifdef TARGET_32_BIT_SURFACEFLINGER
LOCAL_32_BIT_ONLY := true
endif
include $(BUILD_EXECUTABLE)
###############################################################