summaryrefslogtreecommitdiffstats
path: root/libjpegtwrp
diff options
context:
space:
mode:
authorDees_Troy <dees_troy@teamw.in>2013-04-02 22:22:16 +0200
committerDees_Troy <dees_troy@teamw.in>2013-04-04 20:57:34 +0200
commit2673cec07a4740f86438b50cfe1b70b258a9a8c8 (patch)
tree3133d98e33eba4fab9760f9a4a54aeac83107119 /libjpegtwrp
parentAdd partition list GUI element (diff)
downloadandroid_bootable_recovery-2673cec07a4740f86438b50cfe1b70b258a9a8c8.tar
android_bootable_recovery-2673cec07a4740f86438b50cfe1b70b258a9a8c8.tar.gz
android_bootable_recovery-2673cec07a4740f86438b50cfe1b70b258a9a8c8.tar.bz2
android_bootable_recovery-2673cec07a4740f86438b50cfe1b70b258a9a8c8.tar.lz
android_bootable_recovery-2673cec07a4740f86438b50cfe1b70b258a9a8c8.tar.xz
android_bootable_recovery-2673cec07a4740f86438b50cfe1b70b258a9a8c8.tar.zst
android_bootable_recovery-2673cec07a4740f86438b50cfe1b70b258a9a8c8.zip
Diffstat (limited to 'libjpegtwrp')
-rwxr-xr-xlibjpegtwrp/Android.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/libjpegtwrp/Android.mk b/libjpegtwrp/Android.mk
index de852cb03..98b253958 100755
--- a/libjpegtwrp/Android.mk
+++ b/libjpegtwrp/Android.mk
@@ -69,11 +69,9 @@ asm_flags := \
LOCAL_CFLAGS+= \
$(foreach f,$(asm_flags),-Wa,"$(f)")
endif
-
+LOCAL_MODULE_TAGS := eng
+LOCAL_SHARED_LIBRARIES += libcutils
LOCAL_MODULE:= libjpegtwrp
-LOCAL_SHARED_LIBRARIES := \
- libcutils
-
include $(BUILD_STATIC_LIBRARY)