Fix build
This commit is contained in:
parent
ca4cc93d39
commit
078d11c324
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
LOCAL_PATH:= $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
include $(LOCAL_PATH)/Common.mk
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libz
|
||||
|
||||
|
@ -9,7 +9,6 @@ LOCAL_MODULE := png
|
|||
else
|
||||
LOCAL_MODULE := png_neon
|
||||
endif
|
||||
LIBPNG
|
||||
ifneq ($(OSMAND_USE_PREBUILT),true)
|
||||
|
||||
common_CFLAGS := -fvisibility=hidden ## -fomit-frame-pointer
|
||||
|
|
Loading…
Reference in a new issue