Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
61 changes: 60 additions & 1 deletion Android.mk
Original file line number Diff line number Diff line change
@@ -1 +1,60 @@
include $(call all-subdir-makefiles)
ifeq (1,$(strip $(shell expr $(PLATFORM_SDK_VERSION) \>= 14)))

LOCAL_PATH:= $(call my-dir)

#ViPER4Android
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := optional

LOCAL_SRC_FILES := $(call all-java-files-under, src)

#LOCAL_RESOURCE_DIR += $(LOCAL_PATH)/res
LOCAL_AAPT_FLAGS := --auto-add-overlay

LOCAL_PACKAGE_NAME := ViPER4Android
LOCAL_CERTIFICATE := platform

LOCAL_PROGUARD_FLAG_FILES := proguard.flags

LOCAL_STATIC_JAVA_LIBRARIES := \
v4a_RootTools \
v4a_android-support

ifeq (1,$(strip $(shell expr $(PLATFORM_SDK_VERSION) \>= 23)))
LOCAL_STATIC_JAVA_LIBRARIES += \
org.apache.http.legacy
endif

include $(BUILD_PACKAGE)

#libs
include $(CLEAR_VARS)

LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
v4a_RootTools:libs/RootTools-4.2.jar \
v4a_android-support:libs/android-support-v13.jar

include $(BUILD_MULTI_PREBUILT)

#soundfx lib
ifneq ($(filter NEON NEON_HQ NEON_SQ NOVFP VFP X86,$(VIPER4ANDROID_MODE)),)

include $(CLEAR_VARS)

ifeq (1,$(strip $(shell expr $(PLATFORM_SDK_VERSION) \>= 18)))
LOCAL_V4A_LIB := libv4a_fx_jb
else
LOCAL_V4A_LIB := libv4a_fx_ics
endif

LOCAL_MODULE := libv4a_fx_ics
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_MODULE_PATH := $(TARGET_OUT)/lib/soundfx
LOCAL_MODULE_SUFFIX := .so
LOCAL_SRC_FILES := assets/$(LOCAL_V4A_LIB)_$(VIPER4ANDROID_MODE).so
include $(BUILD_PREBUILT)
endif

endif
File renamed without changes.
11 changes: 0 additions & 11 deletions android_2.3/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

2 changes: 0 additions & 2 deletions android_2.3/.settings/org.eclipse.ltk.core.refactoring.prefs

This file was deleted.

18 changes: 0 additions & 18 deletions android_2.3/Android.mk

This file was deleted.

56 changes: 0 additions & 56 deletions android_2.3/AndroidManifest.xml

This file was deleted.

Binary file removed android_2.3/RootTools-2.6.jar
Binary file not shown.
216 changes: 0 additions & 216 deletions android_2.3/assets/Changelog_en_US.txt

This file was deleted.

Loading