summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2011-11-07 18:14:13 -0800
committerYing Wang <wangying@google.com>2011-11-07 18:14:13 -0800
commit8f5babd6d78f4d72c21eefe6c16a67f3fbbeced6 (patch)
tree918de88cbe1de797613455f94bf86de11a758f16
parent38d0f27b33c60b9be4c636af74bcbbae0bfb28b0 (diff)
downloadsrec-8f5babd6d78f4d72c21eefe6c16a67f3fbbeced6.tar.gz
Remove libraries from static library modules.
Static library module does not link against libraries. Change-Id: Icbe6c6d076b640e6a7079de95f010a438efd9389
-rw-r--r--srec/ca/Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/srec/ca/Android.mk b/srec/ca/Android.mk
index 829e9d3..fbc6d22 100644
--- a/srec/ca/Android.mk
+++ b/srec/ca/Android.mk
@@ -115,9 +115,6 @@ LOCAL_SRC_FILES := $(common_SRC_FILES)
LOCAL_C_INCLUDES := $(common_C_INCLUDES)
LOCAL_CFLAGS += $(common_CFLAGS)
-LOCAL_SHARED_LIBRARIES := $(common_SHARED_LIBRARIES)
-LOCAL_STATIC_LIBRARIES := $(common_STATIC_LIBRARIES)
-
LOCAL_MODULE := $(common_TARGET)
include $(BUILD_STATIC_LIBRARY)