summaryrefslogtreecommitdiff
path: root/squashfs_utils
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-01-12 22:46:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-01-12 22:46:05 +0000
commit1e9276fbda1989a37a106c6a4bb131051016e7ae (patch)
tree13ae581d36959ce52041b16387aa81e6af2d1378 /squashfs_utils
parente8f59c7561c0ca43c6c679ce14a9b459d920e4f1 (diff)
parent3128e233346e547d6d6019e98560fbc82d2207e6 (diff)
downloadextras-1e9276fbda1989a37a106c6a4bb131051016e7ae.tar.gz
Remove "_host" suffix from libsquashfs_utils. am: 992dab285f am: e145c1e8f2 am: 33a7d87ff6
am: 3128e23334 Change-Id: Ib78e009f26c0b82c82ecf559817888036306e7ad
Diffstat (limited to 'squashfs_utils')
-rw-r--r--squashfs_utils/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/squashfs_utils/Android.mk b/squashfs_utils/Android.mk
index d6f8edd8..b7dbcd59 100644
--- a/squashfs_utils/Android.mk
+++ b/squashfs_utils/Android.mk
@@ -14,7 +14,7 @@ LOCAL_SRC_FILES := squashfs_utils.c
LOCAL_STATIC_LIBRARIES := libcutils
LOCAL_C_INCLUDES := external/squashfs-tools/squashfs-tools
LOCAL_CFLAGS := -Wall -Werror -D_GNU_SOURCE -DSQUASHFS_NO_KLOG
-LOCAL_MODULE := libsquashfs_utils_host
+LOCAL_MODULE := libsquashfs_utils
include $(BUILD_HOST_STATIC_LIBRARY)
include $(CLEAR_VARS)