summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2012-05-07 12:36:32 -0700
committerYing Wang <wangying@google.com>2012-05-07 12:36:32 -0700
commit6f6dbce408598404d701f101a684908cb951e25c (patch)
tree3cf4c0d715da8bdb0a39b8b4eb53791f23c246ec
parent85d7cece2e1f73b30c9b8f396cfeb7bf20e94659 (diff)
downloadexpat-android-4.1.1_r1.1.tar.gz
This fixes the build warning: build/core/copy_headers.mk:15: warning: overriding commands for target `out/host/linux-x86/obj/include/libexpat/expat.h' build/core/copy_headers.mk:15: warning: ignoring old commands for target `out/host/linux-x86/obj/include/libexpat/expat.h' build/core/copy_headers.mk:15: warning: overriding commands for target `out/host/linux-x86/obj/include/libexpat/expat_external.h' build/core/copy_headers.mk:15: warning: ignoring old commands for target `out/host/linux-x86/obj/include/libexpat/expat_external.h' Change-Id: Ifa754483a4aa066f2d5f03e64b9a95e1643c0390
-rw-r--r--Android.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 0d8a3507..e62a0692 100644
--- a/Android.mk
+++ b/Android.mk
@@ -33,8 +33,6 @@ endif
LOCAL_MODULE:= libexpat
LOCAL_MODULE_TAGS := optional
-LOCAL_COPY_HEADERS_TO := $(common_COPY_HEADERS_TO)
-LOCAL_COPY_HEADERS := $(common_COPY_HEADERS)
include $(BUILD_HOST_STATIC_LIBRARY)
@@ -95,4 +93,3 @@ LOCAL_COPY_HEADERS_TO := $(common_COPY_HEADERS_TO)
LOCAL_COPY_HEADERS := $(common_COPY_HEADERS)
include $(BUILD_SHARED_LIBRARY)
-