mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-13 06:24:27 +02:00
Android.mk: move dwebp to examples/Android.mk
this depends on the top-level Android.mk for shared flags Change-Id: Id418eb9639e839518a921ffcb6a376ce10aafbd2
This commit is contained in:
14
Android.mk
14
Android.mk
@ -99,18 +99,6 @@ else
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
endif
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
examples/dwebp.c \
|
||||
examples/example_util.c \
|
||||
|
||||
LOCAL_CFLAGS := $(WEBP_CFLAGS)
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/src
|
||||
LOCAL_STATIC_LIBRARIES := webp
|
||||
|
||||
LOCAL_MODULE := dwebp
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
include $(LOCAL_PATH)/examples/Android.mk
|
||||
|
||||
$(call import-module,android/cpufeatures)
|
||||
|
Reference in New Issue
Block a user