summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-04-15 22:56:12 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-15 22:56:12 +0000
commit6ce4051eb6f351625bd46a087c0ce59af3591792 (patch)
tree145ea8aa5da7eb296781b896185838bfd45bebe2
parent21967dc06646ade9a26984d88f0b378ad69e4d1a (diff)
parent3d0ee672186f9ce224808758b2651c55d8bba616 (diff)
downloadlibselinux-6ce4051eb6f351625bd46a087c0ce59af3591792.tar.gz
am 3d0ee672: am fab180ea: Keep only one host LOCAL_COPY_HEADERS rule.
* commit '3d0ee672186f9ce224808758b2651c55d8bba616': Keep only one host LOCAL_COPY_HEADERS rule.
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 4ccef29..71206c1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -67,8 +67,6 @@ endif
LOCAL_SRC_FILES := $(common_HOST_FILES)
LOCAL_MODULE:= libselinux
LOCAL_MODULE_TAGS := eng
-LOCAL_COPY_HEADERS_TO := $(common_COPY_HEADERS_TO)
-LOCAL_COPY_HEADERS := $(common_COPY_HEADERS)
LOCAL_WHOLE_STATIC_LIBRARIES := libpcre
LOCAL_C_INCLUDES := external/pcre
include $(BUILD_HOST_STATIC_LIBRARY)