* commit '361d9df38cf9760baffc863d5364a1df9cf8be6b': surfaceflinger: add BoardConfig.mk variable to force 32-bit
This commit is contained in:
commit
d14b0c1860
@ -120,6 +120,10 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
|
||||
LOCAL_MODULE:= surfaceflinger
|
||||
|
||||
ifdef TARGET_32_BIT_SURFACEFLINGER
|
||||
LOCAL_32_BIT_ONLY := true
|
||||
endif
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
###############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user