aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHumberto Borba <humberos@gmail.com>2015-10-17 11:37:03 -0300
committerdianlujitao <dianlujitao@gmail.com>2016-01-01 23:01:28 +0800
commita30ee1b31e43083220831a3652c2f089ec696554 (patch)
tree7166d7fa653e28f4fb11bfc401fc730bd5976908
parent49f9b96255588932ee6d0c33e4c546d7475e5898 (diff)
downloadandroid_external_lz4-a30ee1b31e43083220831a3652c2f089ec696554.tar.gz
android_external_lz4-a30ee1b31e43083220831a3652c2f089ec696554.tar.bz2
android_external_lz4-a30ee1b31e43083220831a3652c2f089ec696554.zip
Revert "lz4: Add Android.mk file to build as a host static library"
This reverts commit 49f9b96255588932ee6d0c33e4c546d7475e5898. Signed-off-by: Humberto Borba <humberos@gmail.com> Change-Id: I9e7e96e0ebc413d654fe421dfec009c0cd18fa1d
-rw-r--r--Android.mk5
-rw-r--r--lib/Android.mk10
2 files changed, 0 insertions, 15 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index d81662e..0000000
--- a/Android.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright (C) 2015 The Android Open Source Project
-
-LOCAL_PATH:= $(call my-dir)
-
-include $(call all-makefiles-under,$(LOCAL_PATH))
diff --git a/lib/Android.mk b/lib/Android.mk
deleted file mode 100644
index 6817b20..0000000
--- a/lib/Android.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# Copyright (C) 2015 The Android Open Source Project
-
-LOCAL_PATH:= $(call my-dir)
-
-liblz4_src_files := lz4.c lz4hc.c lz4frame.c xxhash.c
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := liblz4
-LOCAL_SRC_FILES := $(liblz4_src_files)
-include $(BUILD_HOST_STATIC_LIBRARY)